forked from qt-creator/qt-creator
lldb: change startup sequence to preload the binary
This commit is contained in:
@@ -494,6 +494,7 @@ void IPCEngineHost::rpcCallback(quint64 f, QByteArray payload)
|
||||
break;
|
||||
case IPCEngineGuest::NotifyAddBreakpointOk:
|
||||
{
|
||||
attemptBreakpointSynchronization();
|
||||
QDataStream s(payload);
|
||||
SET_NATIVE_BYTE_ORDER(s);
|
||||
BreakpointId id;
|
||||
|
||||
Reference in New Issue
Block a user