LLDB mainline
lldb_private::AddressSpaceInfo Struct Reference

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

Detailed Description

A single address space reported by a process.

Definition at line 20 of file AddressSpace.h.

Member Data Documentation

◆ is_thread_specific

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().

◆ name

std::string lldb_private::AddressSpaceInfo::name

Definition at line 21 of file AddressSpace.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().

◆ space_id

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().


The documentation for this struct was generated from the following file: