[Lldb-commits] [PATCH] D120917: Make the breakpoint log channel more useful
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 3 10:31:25 PST 2022
kastiglione added inline comments.
================
Comment at: lldb/source/Breakpoint/Breakpoint.cpp:1063-1065
+ break_id_t bkpt_id = GetBreakpoint()->GetID();
+ s->Format("bkpt: {0} type: {1}", bkpt_id,
+ BreakpointEventTypeAsCString(event_type));
----------------
For the location event types, should the location IDs be included?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120917/new/
https://reviews.llvm.org/D120917
More information about the lldb-commits
mailing list