Searched refs:MO_HEX_PREFIX (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmonitor.h176 #define MO_HEX_PREFIX 0x200 macro
H A Ddink32-rom.c137 dink32_cmds.flags = MO_HEX_PREFIX | MO_GETMEM_NEEDS_RANGE | MO_FILL_USES_ADDR | MO_HANDLE_NL | MO_32_REGS_PAIRED | MO_SETREG_INTERACTIVE | MO_SETMEM_INTERACTIVE | MO_GETMEM_16_BOUNDARY | MO_CLR_BREAK_1_BASED | MO_SREC_ACK | MO_SREC_ACK_ROTATE;
H A Dmonitor.c1212 /* Skip leading spaces and "0x" if MO_HEX_PREFIX flag is set */
1213 if (current_monitor->flags & MO_HEX_PREFIX)
1730 /* Skip leading spaces and "0x" if MO_HEX_PREFIX flag is set. */
1731 if (current_monitor->flags & MO_HEX_PREFIX)

Completed in 100 milliseconds