GDB (xrefs)
Loading...
Searching...
No Matches
Macros
nm-i386gnu.h File Reference

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)
 

Macro Definition Documentation

◆ THREAD_STATE_CLEAR_TRACED

#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().

◆ THREAD_STATE_FLAVOR

#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().

◆ THREAD_STATE_SET_TRACED

#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().

◆ THREAD_STATE_SIZE

#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().