[Lldb-commits] [PATCH] D120917: Make the breakpoint log channel more useful
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 3 11:06:51 PST 2022
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/Breakpoint/Breakpoint.h:84
static ConstString GetEventIdentifier();
+ static const char *
+ BreakpointEventTypeAsCString(lldb::BreakpointEventType type);
----------------
Why not a llvm::StringRef?
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