GDBserver
Public Attributes | List of all members
process_info Struct Reference

#include "inferiors.h"

Public Attributes

struct inferior_list_entry entry
 
int attached
 
int gdb_detached
 
struct sym_cachesymbol_cache
 
struct breakpointbreakpoints
 
struct raw_breakpointraw_breakpoints
 
struct fast_tracepoint_jumpfast_tracepoint_jumps
 
const struct target_desctdesc
 
struct process_info_privatepriv
 

Detailed Description

Definition at line 43 of file inferiors.h.

Member Data Documentation

int process_info::attached
struct breakpoint* process_info::breakpoints
struct inferior_list_entry process_info::entry
struct fast_tracepoint_jump* process_info::fast_tracepoint_jumps
int process_info::gdb_detached

Definition at line 55 of file inferiors.h.

Referenced by gdb_reattached_process(), handle_target_event(), and process_serial_event().

struct process_info_private* process_info::priv
struct raw_breakpoint* process_info::raw_breakpoints
struct sym_cache* process_info::symbol_cache

Definition at line 58 of file inferiors.h.

Referenced by look_up_one_symbol(), and remove_process().

const struct target_desc* process_info::tdesc

The documentation for this struct was generated from the following file: