GDBserver
|
#include <windows.h>
Go to the source code of this file.
Classes | |
struct | win32_thread_info |
struct | win32_target_ops |
Typedefs | |
typedef struct win32_thread_info | win32_thread_info |
Functions | |
char * | strwinerror (DWORD error) |
void | to_back_slashes (char *) |
Variables | |
struct target_desc * | win32_tdesc |
struct win32_target_ops | the_low_target |
typedef struct win32_thread_info win32_thread_info |
char* strwinerror | ( | DWORD | error | ) |
Definition at line 425 of file win32-low.c.
void to_back_slashes | ( | char * | ) |
Definition at line 34 of file wincecompat.c.
struct win32_target_ops the_low_target |
Definition at line 1278 of file linux-aarch64-low.c.
Referenced by add_lwp(), can_hardware_single_step(), cancel_breakpoint(), child_add_thread(), child_fetch_inferior_registers(), child_store_inferior_registers(), do_attach(), do_initial_child_stuff(), get_pc(), get_stop_pc(), get_usrregs_info(), initialize_low(), linux_add_process(), linux_detach_one_lwp(), linux_emit_ops(), linux_fast_tracepoint_collecting(), linux_fetch_registers(), linux_get_min_fast_tracepoint_insn_len(), linux_insert_point(), linux_install_fast_tracepoint_jump_pad(), linux_process_qsupported(), linux_read_pc(), linux_remove_point(), linux_resume_one_lwp(), linux_store_registers(), linux_supports_range_stepping(), linux_supports_tracepoints(), linux_wait_1(), linux_wait_for_lwp(), linux_write_pc(), maybe_move_out_of_jump_pad(), nto_fetch_registers(), nto_store_registers(), nto_x86_arch_setup(), s390_collect_ptrace_register(), s390_fill_gregset(), s390_supply_ptrace_register(), siginfo_fixup(), start_step_over(), supports_breakpoints(), supports_fast_tracepoints(), win32_get_thread_context(), win32_insert_point(), win32_remove_point(), win32_resume(), win32_set_thread_context(), win32_stopped_by_watchpoint(), win32_stopped_data_address(), and x86_arch_setup_process_callback().
struct target_desc* win32_tdesc |
Definition at line 91 of file win32-low.c.
Referenced by arm_arch_setup(), do_initial_child_stuff(), and i386_arch_setup().