Home
last modified time | relevance | path

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

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