GDBserver
Public Attributes
win32_target_ops Struct Reference

#include <win32-low.h>

List of all members.

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)

Detailed Description

Definition at line 52 of file win32-low.h.


Member Data Documentation

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.

Definition at line 75 of file win32-low.h.

Definition at line 64 of file win32-low.h.

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.

Definition at line 68 of file win32-low.h.

Definition at line 82 of file win32-low.h.

Definition at line 90 of file win32-low.h.

Definition at line 91 of file win32-low.h.

Definition at line 79 of file win32-low.h.

Definition at line 72 of file win32-low.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines