|
LLDB mainline
|
A single address space reported by a process. More...
#include <AddressSpace.h>
Public Attributes | |
| std::string | name |
| lldb::addr_space_t | space_id = 0 |
| bool | is_thread_specific = false |
A single address space reported by a process.
Definition at line 20 of file AddressSpace.h.
| bool lldb_private::AddressSpaceInfo::is_thread_specific = false |
Definition at line 23 of file AddressSpace.h.
Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().
| std::string lldb_private::AddressSpaceInfo::name |
Definition at line 21 of file AddressSpace.h.
Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().
| lldb::addr_space_t lldb_private::AddressSpaceInfo::space_id = 0 |
Definition at line 22 of file AddressSpace.h.
Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().