[Lldb-commits] [PATCH] D92820: [lldb] Deal gracefully with concurrency in the API instrumentation.

2020-12-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: friss, labath. Herald added a subscriber: jfb. JDevlieghere requested review of this revision. Prevent lldb from crashing when multiple threads are concurrently accessing the SB API with reproducer capture enabled. The API instrume

[Lldb-commits] [lldb] 6face91 - [lldb][import-std-module] Add a test for typedef'd std types

2020-12-08 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-12-08T13:36:13+01:00 New Revision: 6face9119c811e06cfb284755953ba6cdbdaa22b URL: https://github.com/llvm/llvm-project/commit/6face9119c811e06cfb284755953ba6cdbdaa22b DIFF: https://github.com/llvm/llvm-project/commit/6face9119c811e06cfb284755953ba6cdbdaa22b.dif

[Lldb-commits] [PATCH] D92643: [lldb] Lookup static const members in FindGlobalVariables

2020-12-08 Thread Andy Yankovsky via Phabricator via lldb-commits
werat added a comment. @labath @teemperor gentle ping :) What do you think about this approach? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92643/new/ https://reviews.llvm.org/D92643 ___ lldb-commits m

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, JDevlieghere, zturner, emaste, krytarowski. mgorny requested review of this revision. https://reviews.llvm.org/D92872 Files: lldb/docs/conf.py lldb/docs/man/lldb-server.rst Index: lldb/docs/man/lldb-server.rst

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. This is half-guesswork since `platform` command seems to be undocumented, so I'd appreciate any suggestions what I got wrong. I've omitted `--debug` and `--verbose` from platform since they don't seem to do anything. I've also omitted UNIX socket support since it's not

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Nice! Currently we have the `lldb` man page listed under "Reference" on the website. Do you think it would be worth creating a separate section for the man pages with `lldb` and `lldb-server` listed there? I thinking about adding a man page for `debugserver` as we

[Lldb-commits] [PATCH] D92872: [lldb] [docs] Add a manpage for lldb-server

2020-12-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. In D92872#2440764 , @JDevlieghere wrote: > Nice! > > Currently we have the `lldb` man page listed under "Reference" on the > website. Do you think it would be worth creating a separate section for the > man pages with `lldb` and

[Lldb-commits] [PATCH] D92692: Ignore DBGArchitecture from DebugSymbols DBGShellCommands outputs

2020-12-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92692/new/ https://reviews.llvm.org/D92692 _

[Lldb-commits] [PATCH] D92908: [lldb] Kill the inferior instead of detaching during test suite runs

2020-12-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: LLDB. JDevlieghere requested review of this revision. Kill (rather than detach) form the inferior if debugserver loses its connection to lldb to prevent zombie processes. Repository: rLLDB LLDB https://reviews.llvm.org/D92908

[Lldb-commits] [lldb] c59ccc0 - [lldb] Fix -Wformat warning in debugserver unit test

2020-12-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-12-08T20:57:51-08:00 New Revision: c59ccc022265a6a3d70c86c4cf6391ebd70e6497 URL: https://github.com/llvm/llvm-project/commit/c59ccc022265a6a3d70c86c4cf6391ebd70e6497 DIFF: https://github.com/llvm/llvm-project/commit/c59ccc022265a6a3d70c86c4cf6391ebd70e6497.d

[Lldb-commits] Buildbot to listen main branch

2020-12-08 Thread Galina Kistanova via lldb-commits
Hello everyone, To follow the main branch creation I'm going to update the buildbot to listen for the changes in this branch and instruct all the workers to checkout this branch. No work is required on the workers. Please check your annotated scripts to make sure it accepts the branch name from

[Lldb-commits] [lldb] 012fd0b - [lldb] Remove unused IsFunctionType is_variadic_ptr parameter (NFC)

2020-12-08 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2020-12-08T23:51:07-08:00 New Revision: 012fd0b17f30278a410055ead645f7f1c3c616d3 URL: https://github.com/llvm/llvm-project/commit/012fd0b17f30278a410055ead645f7f1c3c616d3 DIFF: https://github.com/llvm/llvm-project/commit/012fd0b17f30278a410055ead645f7f1c3c616d3.diff LOG:

[Lldb-commits] [PATCH] D92778: [lldb] Remove unused IsFunctionType is_variadic_ptr parameter (NFC)

2020-12-08 Thread Dave Lee via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG012fd0b17f30: [lldb] Remove unused IsFunctionType is_variadic_ptr parameter (NFC) (authored by kastiglione). Repository: rG LLVM Github Monorepo