[Lldb-commits] [PATCH] D117707: [lldb] [Platform] Support synthesizing siginfo_t
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 25 11:18:08 PST 2022
mgorny marked 4 inline comments as done.
mgorny added inline comments.
================
Comment at: lldb/source/API/SBPlatform.cpp:672
+
+ assert(target_sp);
+ return SBType();
----------------
labath wrote:
> ??
Sorry, debug leftover ;-).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117707/new/
https://reviews.llvm.org/D117707
More information about the lldb-commits
mailing list