[Lldb-commits] [PATCH] D151859: [lldb/Target] Add ability to set a label to targets
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 2 01:41:03 PDT 2023
mib updated this revision to Diff 527776.
mib added a comment.
Address @bulbazord comments:
- Make `Target::SetLabel` return an `llvm::Error` to propagate error messages to both the `CommandObject` and the `SBAPI` callers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151859/new/
https://reviews.llvm.org/D151859
Files:
lldb/include/lldb/API/SBTarget.h
lldb/include/lldb/Target/Target.h
lldb/include/lldb/Target/TargetList.h
lldb/source/API/SBTarget.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/TargetList.cpp
lldb/test/Shell/Target/target-label.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151859.527776.patch
Type: text/x-patch
Size: 10706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230602/afda6380/attachment-0001.bin>
More information about the lldb-commits
mailing list