Home
last modified time | relevance | path

Searched defs:DNBExecutableImageInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBDefs.h307 struct DNBExecutableImageInfo { struct
308 char name[PATH_MAX]; // Name of the executable image (usually a full path)
310 state; // State of the executable image (see enum DNBSharedLibraryState)
311 nub_addr_t header_addr; // Executable header address
312 uuid_t uuid; // Unique identifier for matching with symbols
314 num_segments; // Number of contiguous memory segments to in SEGMENTS array
315 DNBSegment *segments; // Array of contiguous memory segments in executable