forked from qt-creator/qt-creator
Debugger: FilePath-ify .so libs handling
Side-effect is the stabilization of the order in which the paths are passed to the debugger (was random, before). Change-Id: I2dba3ae6f2feef57b26eab93dee0903ee2f93dde Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
void setUsePortsGatherer(bool useCpp, bool useQml);
|
||||
DebugServerPortsGatherer *portsGatherer() const;
|
||||
|
||||
void setSolibSearchPath(const QStringList &list);
|
||||
void setSolibSearchPath(const Utils::FilePaths &list);
|
||||
void addSolibSearchDir(const QString &str);
|
||||
|
||||
static void setBreakOnMainNextTime();
|
||||
|
||||
Reference in New Issue
Block a user