Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
SimQueryWatchpointStatus Struct Reference

#include <sim.h>

Data Fields

int syscall_status
 
unsigned long address
 
unsigned long user_data
 

Detailed Description

Return value from sim_query_watchpoint.

Definition at line 337 of file sim.h.

Field Documentation

unsigned long address

The address of the watchpoint that fired (this is the address passed to sim_add_watchpoint, not an address within that range that actually triggered the watchpoint).

Definition at line 350 of file sim.h.

int syscall_status

0 if a watchpoint fired, 1 if no watchpoint fired, or -1 for error (meaning a bad process_id).

Definition at line 343 of file sim.h.

unsigned long user_data

The arbitrary user_data installed by sim_add_watchpoint.

Definition at line 353 of file sim.h.


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