Information about a memory address. More...
Public Member Functions | |
| ProcInfo (const String &aname) | |
| const String & | name () const |
| Function name. | |
| const char * | libraryFileName () const |
| Name of the library containing the function. May be null. | |
Public Attributes | |
| String | m_name |
| Demangled procedure name. | |
| const char * | m_library_file_name = nullptr |
| Name of the library (.so or .exe) where the method is located. | |
| unw_word_t | m_file_loaded_address = 0 |
| Library load address. | |
| unw_word_t | m_base_ip = 0 |
| DebugSourceInfo | m_source_info |
Information about a memory address.
Definition at line 185 of file LibUnwindStackTraceService.cc.
|
inlineexplicit |
Definition at line 190 of file LibUnwindStackTraceService.cc.
|
inline |
Name of the library containing the function. May be null.
Definition at line 199 of file LibUnwindStackTraceService.cc.
References m_library_file_name.
|
inline |
| unw_word_t Arcane::LibUnwindStackTraceService::ProcInfo::m_base_ip = 0 |
Definition at line 210 of file LibUnwindStackTraceService.cc.
| unw_word_t Arcane::LibUnwindStackTraceService::ProcInfo::m_file_loaded_address = 0 |
Library load address.
Definition at line 209 of file LibUnwindStackTraceService.cc.
| const char* Arcane::LibUnwindStackTraceService::ProcInfo::m_library_file_name = nullptr |
Name of the library (.so or .exe) where the method is located.
Definition at line 206 of file LibUnwindStackTraceService.cc.
Referenced by libraryFileName().
| String Arcane::LibUnwindStackTraceService::ProcInfo::m_name |
Demangled procedure name.
Definition at line 204 of file LibUnwindStackTraceService.cc.
Referenced by Arcane::LibUnwindStackTraceService::_getFuncInfo(), name(), Arcane::LibUnwindStackTraceService::stackTrace(), and Arcane::LibUnwindStackTraceService::stackTraceFunction().
| DebugSourceInfo Arcane::LibUnwindStackTraceService::ProcInfo::m_source_info |
Definition at line 211 of file LibUnwindStackTraceService.cc.