|
GammaRay API Documentation 3.3.1
|
Functions to locate a suitable probe. More...
Functions | |
| ProbeABI | findBestMatchingABI (const ProbeABI &targetABI) |
Find the best matching probe for the given targetABI out of all installed ones. | |
| ProbeABI | findBestMatchingABI (const ProbeABI &targetABI, const QVector< ProbeABI > &availableABIs) |
Find the best matching probe for the given targetABI out of availableABIs. | |
| QString | findProbe (const ProbeABI &probeAbi, const QStringList &searchRoots=QStringList()) |
Attempts to find the full path of the probe DLL with ABI probeAbi, considering the additional search paths searchRoots. | |
| QVector< ProbeABI > | listProbeABIs () |
| List all available probe ABIs. | |
Functions to locate a suitable probe.
Find the best matching probe for the given targetABI out of all installed ones.
An invalid ProbeABI instance is returned if there is no compatible probe installed.
GammaRay
Qt-application inspection and manipulation tool