GDB (xrefs)
|
Public Attributes | |
LPVOID | load_addr = 0 |
CORE_ADDR | text_offset = 0 |
std::string | original_name |
std::string | name |
Definition at line 81 of file windows-nat.c.
LPVOID windows_solib::load_addr = 0 |
Definition at line 83 of file windows-nat.c.
Referenced by windows_per_inferior::handle_load_dll(), and windows_make_so().
std::string windows_solib::name |
Definition at line 89 of file windows-nat.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), windows_per_inferior::handle_load_dll(), gdb.dap.varref.BaseReference::to_object(), and windows_make_so().
std::string windows_solib::original_name |
Definition at line 87 of file windows-nat.c.
Referenced by windows_make_so().
CORE_ADDR windows_solib::text_offset = 0 |
Definition at line 84 of file windows-nat.c.