forked from qt-creator/qt-creator
Set breakpoints only by filename (again)
This essentially reverts 3aa0e50039 , which causes trouble
e.g. for network paths and other corner cases.
Change-Id: I12ceb5fbc68b7a3fc8010165acc910acd2d95e55
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -456,7 +456,6 @@ private: ////////// View & Data Stuff //////////
|
||||
void handleInfoLine(const GdbResponse &response);
|
||||
void extractDataFromInfoBreak(const QString &output, BreakpointModelId);
|
||||
void updateResponse(BreakpointResponse &response, const GdbMi &bkpt);
|
||||
BreakpointPathUsage defaultEngineBreakpointPathUsage() const;
|
||||
QByteArray breakpointLocation(BreakpointModelId id); // For gdb/MI.
|
||||
QByteArray breakpointLocation2(BreakpointModelId id); // For gdb/CLI fallback.
|
||||
QString breakLocation(const QString &file) const;
|
||||
|
||||
Reference in New Issue
Block a user