#include <sim.h>
Return value from sim_query_watchpoint.
Definition at line 337 of file sim.h.
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.
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.
The arbitrary user_data installed by sim_add_watchpoint.
Definition at line 353 of file sim.h.