[Lldb-commits] [PATCH] D88129: Add "break delete --disabled" to delete all currently disabled breakpoints

2020-09-22 Thread Jim Ingham via Phabricator via lldb-commits
jingham created this revision. Herald added subscribers: lldb-commits, dang. Herald added a reviewer: JDevlieghere. Herald added a project: LLDB. jingham requested review of this revision. Sometimes in a debug session you set a whole bunch of breakpoints and gradually disable the ones that

[Lldb-commits] [PATCH] D88123: Add the ability to write 'target stop-hooks' in Python

2020-09-22 Thread Dave Lee via Phabricator via lldb-commits
kastiglione added inline comments. Comment at: lldb/source/Commands/CommandObjectTarget.cpp:4625 + +def__init__(self, target, extra_args, dict): + missing space after `def` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D88123: Add the ability to write 'target stop-hooks' in Python

2020-09-22 Thread Jim Ingham via Phabricator via lldb-commits
jingham updated this revision to Diff 293603. jingham added a comment. Added docs to the python-reference.rst Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88123/new/ https://reviews.llvm.org/D88123 Files:

[Lldb-commits] [PATCH] D88123: Add the ability to write 'target stop-hooks' in Python

2020-09-22 Thread Jim Ingham via Phabricator via lldb-commits
jingham created this revision. jingham added a reviewer: JDevlieghere. Herald added subscribers: lldb-commits, dang. Herald added a project: LLDB. jingham requested review of this revision. Previously, you could only have a list of command-line commands as the reaction to a stop hook. This

[Lldb-commits] [PATCH] D88119: [lldb] Remove lldb-perf remenant

2020-09-22 Thread Dave Lee via Phabricator via lldb-commits
kastiglione created this revision. kastiglione added a reviewer: JDevlieghere. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. kastiglione requested review of this revision. Delete a file remaining from the deletion of lldb-perf in D64362 .

[Lldb-commits] [lldb] ed621e7 - [trace] avoid using

2020-09-22 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-22T16:08:58-07:00 New Revision: ed621e76a9889e25a9cbed47e0b96a7a6fdbdb80 URL: https://github.com/llvm/llvm-project/commit/ed621e76a9889e25a9cbed47e0b96a7a6fdbdb80 DIFF:

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-22 Thread Alexandre Ganea via Phabricator via lldb-commits
aganea added a comment. @dmantipov Do you have commit access (which I can encourage you ask here if you're planning further changes) or should I commit this for you? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[Lldb-commits] [lldb] f212122 - [lldb][test] Remove accidental import pdb in 783dc7dc7ed7487d0782c2feb8854df949b98e69

2020-09-22 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2020-09-22T13:08:12-07:00 New Revision: f21212215031e5871c38daf3b06b1a6250fd URL: https://github.com/llvm/llvm-project/commit/f21212215031e5871c38daf3b06b1a6250fd DIFF: https://github.com/llvm/llvm-project/commit/f21212215031e5871c38daf3b06b1a6250fd.diff

[Lldb-commits] [lldb] ef7d22a - Revert "[lldb] XFAIL TestMemoryHistory on Linux"

2020-09-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-22T21:13:44+02:00 New Revision: ef7d22a98683ce98b6a2c4d0818d2d9978d42861 URL: https://github.com/llvm/llvm-project/commit/ef7d22a98683ce98b6a2c4d0818d2d9978d42861 DIFF:

[Lldb-commits] [PATCH] D86416: [lldb] -stdlib=libc++ for linking with lldb lib also if LLVM_ENABLE_LIBCXX

2020-09-22 Thread Luboš Luňák via Phabricator via lldb-commits
llunak added a comment. In D86416#2286333 , @JDevlieghere wrote: > Which tests are affected by this? I don't know. There are 5 hits for 'buildDriver' and 8 for '%include_SB_APIs%' under tests/, so at least 13, but I don't know if that's all. > How

[Lldb-commits] [lldb] 8457ae0 - [lldb] Skip test_common_completion_process_pid_and_name with reproducers

2020-09-22 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-09-22T11:28:39-07:00 New Revision: 8457ae0d9359590b2db1e8e090531197be4d62c6 URL: https://github.com/llvm/llvm-project/commit/8457ae0d9359590b2db1e8e090531197be4d62c6 DIFF:

[Lldb-commits] [lldb] 783dc7d - [lldb] Skip TestMiniDumpUUID with reproducers

2020-09-22 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-09-22T11:28:39-07:00 New Revision: 783dc7dc7ed7487d0782c2feb8854df949b98e69 URL: https://github.com/llvm/llvm-project/commit/783dc7dc7ed7487d0782c2feb8854df949b98e69 DIFF:

[Lldb-commits] [PATCH] D88099: [lldb] Fix GetRemoteSharedModule fallback logic

2020-09-22 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/D88099/new/ https://reviews.llvm.org/D88099

[Lldb-commits] [PATCH] D88099: [lldb] Fix GetRemoteSharedModule fallback logic

2020-09-22 Thread Joseph Tremoulet via Phabricator via lldb-commits
JosephTremoulet created this revision. Herald added a reviewer: JDevlieghere. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. JosephTremoulet requested review of this revision. When the various methods of locating the module in GetRemoteSharedModule fail, make sure we pass

[Lldb-commits] [PATCH] D87481: [lldb] Ignore certain Clang type sugar when creating the type name

2020-09-22 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb5e49e91cb90: [lldb] Ignore certain Clang type sugar when creating the type name (authored by teemperor). Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM

[Lldb-commits] [lldb] b5e49e9 - [lldb] Ignore certain Clang type sugar when creating the type name

2020-09-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-22T13:37:20+02:00 New Revision: b5e49e91cb90eda1f926139c8567e27f1b664cc1 URL: https://github.com/llvm/llvm-project/commit/b5e49e91cb90eda1f926139c8567e27f1b664cc1 DIFF: