[Lldb-commits] [PATCH] D48782: LLDB Test Suite: Provide an Option to run all tests with Dwarf Package Format (DWP).

2018-06-30 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In https://reviews.llvm.org/D48782#1148376, @labath wrote: > Then, for the integration test part, I propose to come up with a more generic > way to specify the kind of debug info to generate. I don't have this fully > thought out yet, but I have been thinking of so

[Lldb-commits] [PATCH] D48802: [lldb-mi] Re-implement symbol-list-lines command.

2018-06-30 Thread Alexander Polyakov via Phabricator via lldb-commits
apolyakov added inline comments. Comment at: tools/lldb-mi/MICmdCmdSymbol.cpp:24 +namespace { +inline const CMICmnMIValueTuple +CreateMITuplePCLine(const uint32_t addr, const uint32_t line_number) { aprantl wrote: > Please remove the `inline` keyword. LLVM will i

[Lldb-commits] [PATCH] D48802: [lldb-mi] Re-implement symbol-list-lines command.

2018-06-30 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. This is going to be really nice! Comment at: tools/lldb-mi/MICmdCmdSymbol.cpp:24 +namespace { +inline const CMICmnMIValueTuple +CreateMITuplePCLine(const uint32_t addr, const uint32_t line_number) { Please remove the `inline` keyword. L

[Lldb-commits] [PATCH] D48801: Add new API to SBTarget and SBModule classes.

2018-06-30 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. This seems like a reasonable addition. Could you also add documentation for the new API? https://reviews.llvm.org/D48801 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listin

[Lldb-commits] [PATCH] D48802: [lldb-mi] Re-implement symbol-list-lines command.

2018-06-30 Thread Alexander Polyakov via Phabricator via lldb-commits
apolyakov created this revision. apolyakov added reviewers: aprantl, clayborg. Herald added subscribers: eraman, ki.stfu. Now this command uses SB API instead of HandleCommand. https://reviews.llvm.org/D48802 Files: lit/tools/lldb-mi/symbol/inputs/list-lines-helper.c lit/tools/lldb-mi/symbo

[Lldb-commits] [PATCH] D48801: Add new API to SBTarget and SBModule classes.

2018-06-30 Thread Alexander Polyakov via Phabricator via lldb-commits
apolyakov created this revision. apolyakov added reviewers: aprantl, clayborg. The new API allows to find a list of compile units related to target/module. https://reviews.llvm.org/D48801 Files: include/lldb/API/SBModule.h include/lldb/API/SBTarget.h scripts/interface/SBModule.i scripts