LLDB mainline
lldb_private::AcceleratorSectionInfo Struct Reference

#include <AcceleratorGDBRemotePackets.h>

Public Attributes

std::vector< std::string > names
 A list of section names.
uint64_t load_address = 0
 Address the section named by names is loaded at.

Detailed Description

Definition at line 169 of file AcceleratorGDBRemotePackets.h.

Member Data Documentation

◆ load_address

uint64_t lldb_private::AcceleratorSectionInfo::load_address = 0

Address the section named by names is loaded at.

Definition at line 176 of file AcceleratorGDBRemotePackets.h.

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

◆ names

std::vector<std::string> lldb_private::AcceleratorSectionInfo::names

A list of section names.

The first name is located in the module's section list at the root level, and each name after it is found as a child section of the previous one. The final section is the one that gets loaded, e.g. ["PT_LOAD[0]", ".text"].

Definition at line 174 of file AcceleratorGDBRemotePackets.h.

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


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