lldb: change startup sequence to preload the binary

This commit is contained in:
Arvid Ephraim Picciani
2010-12-02 12:31:50 +01:00
parent c39d7cf1cf
commit 27279c3663
2 changed files with 14 additions and 9 deletions

View File

@@ -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;