forked from qt-creator/qt-creator
Debugger: Fix breakpoint property changes with LLDB
Change-Id: I68ee1b106e1cd6e8ad5ce99b226860c528698520 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -570,6 +570,7 @@ void LldbEngine::changeBreakpoint(Breakpoint bp)
|
|||||||
{
|
{
|
||||||
const BreakpointResponse &response = bp.response();
|
const BreakpointResponse &response = bp.response();
|
||||||
DebuggerCommand cmd("changeBreakpoint");
|
DebuggerCommand cmd("changeBreakpoint");
|
||||||
|
cmd.arg("lldbid", response.id.toByteArray());
|
||||||
bp.addToCommand(&cmd);
|
bp.addToCommand(&cmd);
|
||||||
bp.notifyBreakpointChangeProceeding();
|
bp.notifyBreakpointChangeProceeding();
|
||||||
runCommand(cmd);
|
runCommand(cmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user