GammaRay API Documentation  2.9.0
Public Member Functions | List of all members
GammaRay::ProbeABIDetector Class Reference

Detect the probe ABI required for a given target. More...

#include <probeabidetector.h>

Public Member Functions

ProbeABI abiForExecutable (const QString &path) const
 Detect the ABI of the executable at path. More...
 
ProbeABI abiForProcess (qint64 pid) const
 Detect the ABI of the process running with PID pid. More...
 
QString qtCoreForExecutable (const QString &path) const
 Returns the full path to QtCore used by the given executable. More...
 
QString qtCoreForProcess (quint64 pid) const
 Returns the full path to QtCore used by the process with PID pid. More...
 

Detailed Description

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.

Member Function Documentation

◆ abiForExecutable()

ProbeABI GammaRay::ProbeABIDetector::abiForExecutable ( const QString path) const

Detect the ABI of the executable at path.

◆ abiForProcess()

ProbeABI GammaRay::ProbeABIDetector::abiForProcess ( qint64  pid) const

Detect the ABI of the process running with PID pid.

◆ qtCoreForExecutable()

QString GammaRay::ProbeABIDetector::qtCoreForExecutable ( const QString path) const

Returns the full path to QtCore used by the given executable.

◆ qtCoreForProcess()

QString GammaRay::ProbeABIDetector::qtCoreForProcess ( quint64  pid) const

Returns the full path to QtCore used by the process with PID pid.


Klarälvdalens Datakonsult AB (KDAB)
"The Qt Experts"
https://www.kdab.com/
GammaRay
Qt-application inspection and manipulation tool
https://www.kdab.com/gammaray/