ReactOS 0.4.16-dev-311-g9382aa2
|
#include <dbghelp_private.h>
Definition at line 427 of file dbghelp_private.h.
void* process::buffer |
Definition at line 446 of file dbghelp_private.h.
Referenced by fetch_buffer().
unsigned process::buffer_size |
Definition at line 445 of file dbghelp_private.h.
Referenced by fetch_buffer().
IMAGEHLP_STACK_FRAME process::ctx_frame |
Definition at line 443 of file dbghelp_private.h.
Referenced by dwarf2_location_compute(), SymSetContext(), and symt_enum_locals().
ULONG_PTR process::dbg_hdr_addr |
Definition at line 441 of file dbghelp_private.h.
Referenced by elf_enum_modules_internal(), elf_read_wine_loader_dbg_info(), macho_enum_modules_internal(), macho_read_wine_loader_dbg_info(), macho_search_loader(), pe_load_builtin_module(), and SymInitializeW().
WCHAR* process::environment |
Definition at line 433 of file dbghelp_private.h.
Referenced by check_live_target(), and process_getenv().
HANDLE process::handle |
Definition at line 430 of file dbghelp_private.h.
Referenced by check_live_target(), dwarf2_location_compute(), elf_load_file_from_fmap(), elf_search_auxv(), loc_compute_frame(), macho_enum_modules(), macho_enum_modules_internal(), macho_load_file(), macho_read_wine_loader_dbg_info(), macho_search_and_load_file(), pcs_callback(), pe_load_builtin_module(), read_process_memory(), and SymInitializeW().
BOOL process::is_64bit |
Definition at line 448 of file dbghelp_private.h.
Referenced by check_live_target(), elf_enum_modules_internal(), elf_search_auxv(), get_wine_loader_name(), image_uses_split_segs(), macho_enum_modules_internal(), macho_map_file(), macho_search_loader(), and SymInitializeW().
Definition at line 440 of file dbghelp_private.h.
Referenced by elf_synchronize_module_list(), module_find_by_addr(), module_find_by_nameW(), module_get_containee(), module_get_container(), module_is_already_loaded(), module_is_container_loaded(), module_new(), module_remove(), SymCleanup(), SymEnumerateModulesW64(), SymFromName(), and SymInitializeW().
const struct loader_ops* process::loader |
Definition at line 431 of file dbghelp_private.h.
Referenced by elf_read_wine_loader_dbg_info(), macho_read_wine_loader_dbg_info(), SymInitializeW(), SymLoadModuleExW(), and SymRefreshModuleList().
Definition at line 429 of file dbghelp_private.h.
Referenced by SymCleanup(), SymInitializeW(), and SymSetOptions().
PSYMBOL_REGISTERED_CALLBACK64 process::reg_cb |
Definition at line 435 of file dbghelp_private.h.
Referenced by pcs_callback(), and sym_register_cb().
PSYMBOL_REGISTERED_CALLBACK process::reg_cb32 |
Definition at line 436 of file dbghelp_private.h.
Referenced by reg_cb64to32(), and sym_register_cb().
BOOL process::reg_is_unicode |
Definition at line 437 of file dbghelp_private.h.
Referenced by pcs_callback(), and sym_register_cb().
DWORD64 process::reg_user |
Definition at line 438 of file dbghelp_private.h.
Referenced by pcs_callback(), and sym_register_cb().
WCHAR* process::search_path |
Definition at line 432 of file dbghelp_private.h.
Referenced by path_find_symbol_file(), pe_load_native_module(), SymFindFileInPathW(), SymGetSearchPathW(), SymInitializeW(), and SymSetSearchPathW().