forked from qt-creator/qt-creator
Debugger: Use ProcessHandle in notifyInferiorPid()
Change-Id: Idcb6819b64964b6aa0e72d182cc628feba37ba55 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace Utils { class ProcessHandle; }
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
@@ -153,6 +155,7 @@ public:
|
||||
|
||||
QString toString(bool multiline = false, int indent = 0) const;
|
||||
qulonglong toAddress() const;
|
||||
Utils::ProcessHandle toProcessHandle() const;
|
||||
int toInt() const { return m_data.toInt(); }
|
||||
qint64 toLongLong() const { return m_data.toLongLong(); }
|
||||
void fromString(const QString &str);
|
||||
|
||||
Reference in New Issue
Block a user