forked from qt-creator/qt-creator
Debugger: Add a display name to GdbServerPortsGatherer
For debugging reasons. Change-Id: I8136bbfb9a6558ab89f775e8e1410081cda3f95d Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -717,6 +717,7 @@ RunControl *createAndScheduleRun(const DebuggerRunParameters &rp, Kit *kit)
|
||||
GdbServerPortsGatherer::GdbServerPortsGatherer(RunControl *runControl)
|
||||
: RunWorker(runControl)
|
||||
{
|
||||
setDisplayName("GdbServerPortsGatherer");
|
||||
}
|
||||
|
||||
GdbServerPortsGatherer::~GdbServerPortsGatherer()
|
||||
|
Reference in New Issue
Block a user