forked from qt-creator/qt-creator
Debugger: Use (only) -thread-group-started as pid notification
The notification exists since GDB 7.4, i.e. no further restriction beyond our current 7.4.1 minimum requirement, so there's no need to read pids from tea leaves. Change-Id: Ibfe14a46059fc1c917ada6ac445b364c958d0b3f Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -235,8 +235,6 @@ private: ////////// Inferior Management //////////
|
||||
void handleExecuteJumpToLine(const DebuggerResponse &response);
|
||||
void handleExecuteRunToLine(const DebuggerResponse &response);
|
||||
|
||||
void maybeHandleInferiorPidChanged(const QString &pid);
|
||||
void handleInfoProc(const DebuggerResponse &response);
|
||||
QString msgPtraceError(DebuggerStartMode sm);
|
||||
|
||||
private: ////////// View & Data Stuff //////////
|
||||
|
||||
Reference in New Issue
Block a user