Multi diag tools
Public Member Functions | List of all members
Mdt::DeployUtils::LddWrapper Class Reference

Wrapps a ldd executable. More...

#include <LddWrapper.h>

+ Inheritance diagram for Mdt::DeployUtils::LddWrapper:
+ Collaboration diagram for Mdt::DeployUtils::LddWrapper:

Public Member Functions

 LddWrapper (QObject *parent=nullptr)
 Constructor.
 
bool execFindDependencies (const QString &binaryFilePath)
 Execute the command to find dependencies. 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.
 

Detailed Description

Wrapps a ldd executable.

Definition at line 32 of file LddWrapper.h.

Member Function Documentation

bool Mdt::DeployUtils::LddWrapper::execFindDependencies ( const QString &  binaryFilePath)

Execute the command to find dependencies.

Parameters
binaryFilePathPath to a executable or a library

Definition at line 32 of file LddWrapper.cpp.


The documentation for this class was generated from the following files: