Data Fields | |
| int | type |
| unsigned long | addr |
| size_t | len |
| int | enabled |
Definition at line 38 of file gdbmach.c.
| int hwbp::type |
Definition at line 39 of file gdbmach.c.
Referenced by gdbmach_commit_hwbp(), and gdbmach_set_breakpoint().
| unsigned long hwbp::addr |
Definition at line 40 of file gdbmach.c.
Referenced by gdbmach_commit_hwbp(), and gdbmach_set_breakpoint().
Definition at line 41 of file gdbmach.c.
Referenced by gdbmach_commit_hwbp(), and gdbmach_set_breakpoint().
| int hwbp::enabled |
Definition at line 42 of file gdbmach.c.
Referenced by gdbmach_commit_hwbp(), gdbmach_find_hwbp(), and gdbmach_set_breakpoint().
1.5.7.1