|
Nemiver
0.3
|
a function frame as seen by the debugger. More...
#include <nmv-i-debugger.h>
Public Member Functions | |
| Frame () | |
| void | clear () |
| clears the current instance More... | |
| bool | operator== (const Frame &a) const |
| bool | operator!= (const Frame &a) const |
accessors | |
| const Address & | address () const |
| Address & | address () |
| void | address (const Address &a_in) |
| bool | has_empty_address () const |
| const string & | function_name () const |
| void | function_name (const string &a_in) |
| const map< string, string > & | args () const |
| map< string, string > & | args () |
| int | level () const |
| void | level (int a_level) |
| const UString & | file_name () const |
| void | file_name (const UString &a_in) |
| const UString & | file_full_name () const |
| void | file_full_name (const UString &a_in) |
| int | line () const |
| void | line (int a_in) |
| const string & | library () const |
| void | library (const string &a_library) |
a function frame as seen by the debugger.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
clears the current instance
Referenced by nemiver::Output::OutOfBandRecord::clear(), and nemiver::Output::ResultRecord::clear().
|
inline |
|
inline |
|
inline |
Referenced by operator==().
|
inline |
|
inline |
Referenced by operator==().
|
inline |
|
inline |
References nemiver::common::Address::to_string().
|
inline |
Referenced by operator==().
|
inline |
|
inline |
Referenced by operator==().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
\operators
References file_name(), function_name(), level(), and library().
1.8.17