GDB (xrefs)
|
Go to the source code of this file.
Macros | |
#define | THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE |
#define | THREAD_STATE_SIZE i386_THREAD_STATE_COUNT |
#define | THREAD_STATE_SET_TRACED(state) ((struct i386_thread_state *) (state))->efl |= 0x100 |
#define | THREAD_STATE_CLEAR_TRACED(state) ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1) |
#define THREAD_STATE_CLEAR_TRACED | ( | state | ) | ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1) |
Definition at line 27 of file nm-i386gnu.h.
Referenced by gnu_nat_target::proc_trace().
#define THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE |
Definition at line 23 of file nm-i386gnu.h.
Referenced by gnu_nat_target::proc_get_state(), and gnu_nat_target::proc_update_sc().
#define THREAD_STATE_SET_TRACED | ( | state | ) | ((struct i386_thread_state *) (state))->efl |= 0x100 |
Definition at line 25 of file nm-i386gnu.h.
Referenced by gnu_nat_target::proc_trace().
#define THREAD_STATE_SIZE i386_THREAD_STATE_COUNT |
Definition at line 24 of file nm-i386gnu.h.
Referenced by gnu_nat_target::proc_get_state(), and gnu_nat_target::proc_update_sc().