diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
| -rw-r--r-- | lldb/source/Commands/CommandObjectBreakpointCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp index cc0687c..e080450 100644 --- a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp +++ b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp @@ -536,7 +536,7 @@ CommandObjectBreakpointCommandList::Execute (Args& command, { BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); if (bp_loc_sp) - bp_options = bp_loc_sp->GetOptionsNoCopy(); + bp_options = bp_loc_sp->GetOptionsNoCreate(); else { result.AppendErrorWithFormat("Invalid breakpoint ID: %u.%u.\n", |
