Debugger: Add a display name to GdbServerPortsGatherer

For debugging reasons.

Change-Id: I8136bbfb9a6558ab89f775e8e1410081cda3f95d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2017-06-14 10:30:03 +02:00
parent e199ab57d8
commit f99352df5c

View File

@@ -717,6 +717,7 @@ RunControl *createAndScheduleRun(const DebuggerRunParameters &rp, Kit *kit)
GdbServerPortsGatherer::GdbServerPortsGatherer(RunControl *runControl)
: RunWorker(runControl)
{
setDisplayName("GdbServerPortsGatherer");
}
GdbServerPortsGatherer::~GdbServerPortsGatherer()