[Lldb-commits] [lldb] 0660249 - [lldb] Remove a redundaunt return statement (NFC)

2022-08-27 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2022-08-27T21:21:05-07:00 New Revision: 0660249cca89208f042b13913bf0bb5485527ec1 URL: https://github.com/llvm/llvm-project/commit/0660249cca89208f042b13913bf0bb5485527ec1 DIFF: https://github.com/llvm/llvm-project/commit/0660249cca89208f042b13913bf0bb5485527ec1.diff

[Lldb-commits] [lldb] 920ffab - [lldb] Use nullptr instead of NULL (NFC)

2022-08-27 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2022-08-27T21:21:07-07:00 New Revision: 920ffab9cccfe1a5dde0368d252ed50e5dbcd6a5 URL: https://github.com/llvm/llvm-project/commit/920ffab9cccfe1a5dde0368d252ed50e5dbcd6a5 DIFF: https://github.com/llvm/llvm-project/commit/920ffab9cccfe1a5dde0368d252ed50e5dbcd6a5.diff

[Lldb-commits] [PATCH] D132803: [lldb][test] Speed up lldb arch determination (NFC)

2022-08-27 Thread Dave Lee via Phabricator via lldb-commits
kastiglione added a comment. I wonder if it's worth disabling `target.load-script-from-symbol-file` for all tests as well. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132803/new/ https://reviews.llvm.org/D132803

[Lldb-commits] [PATCH] D132803: [lldb][test] Speed up lldb arch determination (NFC)

2022-08-27 Thread Dave Lee via Phabricator via lldb-commits
kastiglione added a comment. I did a little cleanup while here. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132803/new/ https://reviews.llvm.org/D132803 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D132803: [lldb][test] Speed up lldb arch determination (NFC)

2022-08-27 Thread Dave Lee via Phabricator via lldb-commits
kastiglione created this revision. kastiglione added reviewers: JDevlieghere, mib. Herald added a project: All. kastiglione requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. While investigation slow tests, I looked into why

[Lldb-commits] [PATCH] D132735: [LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` pretty printer

2022-08-27 Thread Adrian Vogelsgesang via Phabricator via lldb-commits
avogelsgesang updated this revision to Diff 456155. avogelsgesang added a comment. fix test case Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132735/new/ https://reviews.llvm.org/D132735 Files:

[Lldb-commits] [PATCH] D117383: [lldb] Expose std::pair children for unordered_map

2022-08-27 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117383/new/ https://reviews.llvm.org/D117383 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D117383: [lldb] Expose std::pair children for unordered_map

2022-08-27 Thread Dave Lee via Phabricator via lldb-commits
kastiglione added inline comments. Comment at: lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp:75-76 + name.startswith("unordered_multimap<") || + name.startswith("std::__1::unordered_map<") || +

[Lldb-commits] [PATCH] D117383: [lldb] Expose std::pair children for unordered_map

2022-08-27 Thread Dave Lee via Phabricator via lldb-commits
kastiglione updated this revision to Diff 456123. kastiglione added a comment. Add @jdevlieghere helper Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117383/new/ https://reviews.llvm.org/D117383 Files: