| Multi diag tools
    | 
Wrapps a objdump executable. More...
#include <ObjdumpWrapper.h>
 Inheritance diagram for Mdt::DeployUtils::ObjdumpWrapper:
 Inheritance diagram for Mdt::DeployUtils::ObjdumpWrapper: Collaboration diagram for Mdt::DeployUtils::ObjdumpWrapper:
 Collaboration diagram for Mdt::DeployUtils::ObjdumpWrapper:| Public Member Functions | |
| ObjdumpWrapper (QObject *parent=nullptr) | |
| Constructor. | |
| bool | execFindDependencies (const QString &binaryFilePath) | 
| Execute the command to find dependencies.  More... | |
| bool | execReadFormat (const QString &binaryFilePath) | 
| Execute the command to read format.  More... | |
| QString | findObjdump () | 
| Find objdump executable.  More... | |
|  Public Member Functions inherited from Mdt::DeployUtils::ToolExecutableWrapper | |
| ToolExecutableWrapper (QObject *parent=nullptr) | |
| Constructor. | |
| QString | readAllStandardOutputString () | 
| Returns all data available from standard output of the channel as string. | |
| QString | readAllStandardErrorString () | 
| Returns all data available from standard error of the channel as string. | |
| Mdt::Error | lastError () const | 
| Get last error. | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from Mdt::DeployUtils::ToolExecutableWrapper | |
| bool | exec (const QString &exeName, const QStringList &arguments) | 
| Execute a command. | |
| QProcess::ProcessError | lastProcessError () const | 
| Returns last error from process. | |
| QStringList | processArguments () const | 
| Get process arguments. | |
| void | setLastError (const Mdt::Error &error) | 
| Set last error. | |
Wrapps a objdump executable.
Definition at line 33 of file ObjdumpWrapper.h.
| bool Mdt::DeployUtils::ObjdumpWrapper::execFindDependencies | ( | const QString & | binaryFilePath | ) | 
Execute the command to find dependencies.
| binaryFilePath | Path to a executable or a library | 
Definition at line 36 of file ObjdumpWrapper.cpp.
| bool Mdt::DeployUtils::ObjdumpWrapper::execReadFormat | ( | const QString & | binaryFilePath | ) | 
Execute the command to read format.
| binaryFilePath | Path to a executable or a library | 
Definition at line 41 of file ObjdumpWrapper.cpp.
| QString Mdt::DeployUtils::ObjdumpWrapper::findObjdump | ( | ) | 
Find objdump executable.
Definition at line 46 of file ObjdumpWrapper.cpp.
 1.8.11
 1.8.11