LLDB mainline
lldb_private::LoadedLibraryInfo Struct Reference

Generic loaded-library entry used by the non-SVR4 qXfer:libraries:read form of the GDB remote library-list protocol (PE on Windows). More...

#include <NativeProcessProtocol.h>

Public Attributes

std::string name
lldb::addr_t base_addr

Detailed Description

Generic loaded-library entry used by the non-SVR4 qXfer:libraries:read form of the GDB remote library-list protocol (PE on Windows).

Definition at line 50 of file NativeProcessProtocol.h.

Member Data Documentation

◆ base_addr

lldb::addr_t lldb_private::LoadedLibraryInfo::base_addr

◆ name

std::string lldb_private::LoadedLibraryInfo::name

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