[Lldb-commits] [lldb] [lldb] Introduce internal stop hooks (PR #164506)
Julian Lettner via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 24 07:48:08 PDT 2025
================
@@ -1114,9 +1114,7 @@ class CommandObjectBreakpointList : public CommandObjectParsed {
CommandObjectBreakpointList(CommandInterpreter &interpreter)
: CommandObjectParsed(
interpreter, "breakpoint list",
- "List some or all breakpoints at configurable levels of detail.",
- nullptr) {
- CommandArgumentData bp_id_arg;
+ "List some or all breakpoints at configurable levels of detail.") {
----------------
yln wrote:
Yes, this was just a cleanup.
https://github.com/llvm/llvm-project/pull/164506
More information about the lldb-commits
mailing list