GammaRay API Documentation
2.7.0
|
Detect the probe ABI required for a given target. A target can be specified as either a process id or a path to an executable to be launched. More...
#include <probeabidetector.h>
Public Member Functions | |
ProbeABI | abiForExecutable (const QString &path) const |
ProbeABI | abiForProcess (qint64 pid) const |
QString | qtCoreForExecutable (const QString &path) const |
QString | qtCoreForProcess (quint64 pid) const |
Static Public Member Functions | |
static bool | containsQtCore (const QByteArray &line) |
Detect the probe ABI required for a given target. A target can be specified as either a process id or a path to an executable to be launched.
Detect the ABI of the executable at path
.
ProbeABI GammaRay::ProbeABIDetector::abiForProcess | ( | qint64 | pid | ) | const |
Detect the ABI of the process running with PID pid
.
|
static |
Check if the given line contains a mention of the QtCore library.
Returns the full path to QtCore used by the given executable.
QString GammaRay::ProbeABIDetector::qtCoreForProcess | ( | quint64 | pid | ) | const |
Returns the full path to QtCore used by the process with PID pid
.