forked from qt-creator/qt-creator
Cdb: Pass the breakpoint id to the command handler.
This way the id doesn't have to be parsed from the command. Change-Id: I8beb15c6d98a6628f373cf44b724dd4267efb728 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -210,7 +210,7 @@ private:
|
||||
void handleExpression(const CdbResponse &command, BreakpointModelId id, const GdbMi &stopReason);
|
||||
void handleResolveSymbol(const CdbResponse &command, const QString &symbol, DisassemblerAgent *agent);
|
||||
void handleResolveSymbolHelper(const QList<quint64> &addresses, DisassemblerAgent *agent);
|
||||
void handleBreakInsert(const CdbResponse &response);
|
||||
void handleBreakInsert(const CdbResponse &response, const BreakpointModelId &bpId);
|
||||
void handleCheckWow64(const CdbResponse &response, const GdbMi &stack);
|
||||
void ensureUsing32BitStackInWow64(const CdbResponse &response, const GdbMi &stack);
|
||||
void handleSwitchWow64Stack(const CdbResponse &response);
|
||||
|
||||
Reference in New Issue
Block a user