BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than...
BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than g_breakpoint_dummy_options causing the -D option for breakpoint set command to be incorrectly parsed. Patch by Martin Svensson. Differential Revision: https://reviews.llvm.org/D69425
Showing
- lldb/source/Commands/CommandObjectBreakpoint.cpp 1 addition, 1 deletionlldb/source/Commands/CommandObjectBreakpoint.cpp
- lldb/test/Shell/Breakpoint/Inputs/dummy-target.c 1 addition, 0 deletionslldb/test/Shell/Breakpoint/Inputs/dummy-target.c
- lldb/test/Shell/Breakpoint/dummy-target.test 23 additions, 0 deletionslldb/test/Shell/Breakpoint/dummy-target.test
Loading
Please register or sign in to comment