[Lldb-commits] [PATCH] D94077: Support unscoped enumeration members in the expression evaluator.

2021-01-10 Thread Andy Yankovsky via Phabricator via lldb-commits
werat added a comment. Thanks for the explanation, this makes sense. I've checked the mailing list archives and it seems there was already a discussion about the enumerators in the `.debug_names` index back in 2018 -- http://lists.dwarfstd.org/pipermail/dwarf-discuss-dwarfstd.org/2018-April/004

[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server

2021-01-10 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. Looks good, modulo the inline comment. Do you have commit access or you need someone to commit this for you? Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:350 + match_info.GetPro

[Lldb-commits] [lldb] 13dea03 - [lldb] Fix some bugs in the Pipe class and add tests

2021-01-10 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2021-01-10T21:59:16+01:00 New Revision: 13dea030b3d794d05a08dd0080c35844c9ca1b30 URL: https://github.com/llvm/llvm-project/commit/13dea030b3d794d05a08dd0080c35844c9ca1b30 DIFF: https://github.com/llvm/llvm-project/commit/13dea030b3d794d05a08dd0080c35844c9ca1b30.diff

[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server

2021-01-10 Thread Augusto Noronha via Phabricator via lldb-commits
augusto2112 added a comment. > Looks good, modulo the inline comment. Ok! Can I correct the issue pointed out on the comment on the next (vAttachOrWait) patch? > Do you have commit access or you need someone to commit this for you? I don't, if one of you could do it that'd be great :) Reposi

Re: [Lldb-commits] [PATCH] D94063: lldb: Add support for DW_AT_ranges on DW_TAG_subprograms

2021-01-10 Thread David Blaikie via lldb-commits
Thanks for all the context - so sounds like mostly based on (3) the recommendation would be for this to be an API test (is there a way to test the line table directly? good place for reference on the SB API options - I looked at a few tests and they seemed quite different ( lldb/test/API/functional

[Lldb-commits] [PATCH] D94357: [NFC] Add some additional, unconditional, logging to debugserver mostly related to app launching/attaching

2021-01-10 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/D94357/new/ https://reviews.llvm.org/D94357 _