forked from qt-creator/qt-creator
Debugger: Remove two unused functions from cdbparsehelpers
Change-Id: I63865dd975e981c6c3ed49708e2b81e7e5b1ce0c Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -62,9 +62,7 @@ enum { cdbBreakPointStartId = 100000,
|
||||
|
||||
int breakPointIdToCdbId(const BreakpointModelId &id);
|
||||
BreakpointModelId cdbIdToBreakpointModelId(const GdbMi &id);
|
||||
BreakpointModelId cdbIdToBreakpointModelId(int id);
|
||||
BreakpointResponseId cdbIdToBreakpointResponseId(const GdbMi &id);
|
||||
BreakpointResponseId cdbIdToBreakpointResponseId(int id);
|
||||
|
||||
// Convert breakpoint in CDB syntax (applying source path mappings using native paths).
|
||||
QByteArray cdbAddBreakpointCommand(const BreakpointParameters &d,
|
||||
|
||||
Reference in New Issue
Block a user