GDBserver
|
#include <win32-low.h>
Public Attributes | |
void(* | arch_setup )(void) |
int | num_regs |
void(* | initial_stuff )(void) |
void(* | get_thread_context )(win32_thread_info *th, DEBUG_EVENT *current_event) |
void(* | set_thread_context )(win32_thread_info *th, DEBUG_EVENT *current_event) |
void(* | thread_added )(win32_thread_info *th) |
void(* | fetch_inferior_register )(struct regcache *regcache, win32_thread_info *th, int r) |
void(* | store_inferior_register )(struct regcache *regcache, win32_thread_info *th, int r) |
void(* | single_step )(win32_thread_info *th) |
const unsigned char * | breakpoint |
int | breakpoint_len |
int(* | insert_point )(char type, CORE_ADDR addr, int len) |
int(* | remove_point )(char type, CORE_ADDR addr, int len) |
int(* | stopped_by_watchpoint )(void) |
CORE_ADDR(* | stopped_data_address )(void) |
Definition at line 52 of file win32-low.h.
void(* win32_target_ops::arch_setup)(void) |
Definition at line 55 of file win32-low.h.
const unsigned char* win32_target_ops::breakpoint |
Definition at line 84 of file win32-low.h.
Definition at line 85 of file win32-low.h.
void(* win32_target_ops::fetch_inferior_register)(struct regcache *regcache, win32_thread_info *th, int r) |
Definition at line 75 of file win32-low.h.
void(* win32_target_ops::get_thread_context)(win32_thread_info *th, DEBUG_EVENT *current_event) |
Definition at line 64 of file win32-low.h.
void(* win32_target_ops::initial_stuff)(void) |
Definition at line 61 of file win32-low.h.
int(* win32_target_ops::insert_point)(char type, CORE_ADDR addr, int len) |
Definition at line 88 of file win32-low.h.
Definition at line 58 of file win32-low.h.
int(* win32_target_ops::remove_point)(char type, CORE_ADDR addr, int len) |
Definition at line 89 of file win32-low.h.
void(* win32_target_ops::set_thread_context)(win32_thread_info *th, DEBUG_EVENT *current_event) |
Definition at line 68 of file win32-low.h.
void(* win32_target_ops::single_step)(win32_thread_info *th) |
Definition at line 82 of file win32-low.h.
int(* win32_target_ops::stopped_by_watchpoint)(void) |
Definition at line 90 of file win32-low.h.
Definition at line 91 of file win32-low.h.
void(* win32_target_ops::store_inferior_register)(struct regcache *regcache, win32_thread_info *th, int r) |
Definition at line 79 of file win32-low.h.
void(* win32_target_ops::thread_added)(win32_thread_info *th) |
Definition at line 72 of file win32-low.h.