|
LLDB mainline
|
Generic loaded-library entry used by the non-SVR4 qXfer:libraries:read form of the GDB remote library-list protocol (PE on Windows). More...
#include <NativeProcessProtocol.h>
Public Attributes | |
| std::string | name |
| lldb::addr_t | base_addr |
Generic loaded-library entry used by the non-SVR4 qXfer:libraries:read form of the GDB remote library-list protocol (PE on Windows).
Definition at line 50 of file NativeProcessProtocol.h.
| lldb::addr_t lldb_private::LoadedLibraryInfo::base_addr |
Definition at line 52 of file NativeProcessProtocol.h.
Referenced by lldb_private::NativeProcessWindows::GetLoadedLibraries().
| std::string lldb_private::LoadedLibraryInfo::name |
Definition at line 51 of file NativeProcessProtocol.h.
Referenced by lldb_private::NativeProcessWindows::GetLoadedLibraries().