HomeSort by: relevance | last modified time | path
    Searched refs:FROM_TTY (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 39 FROM_TTY = 0
451 set_breakpoint_condition (bpnum, expr.c_str (), 0 /* from_tty */,
541 watch_command_wrapper (expr, FROM_TTY, false);
544 rwatch_command_wrapper (expr, FROM_TTY, false);
547 awatch_command_wrapper (expr, FROM_TTY, false);
mi-main.c 69 FROM_TTY = 0
103 set_mi_async_command (const char *args, int from_tty,
116 show_mi_async_command (struct ui_file *file, int from_tty,
162 quit_force (NULL, FROM_TTY);
223 /* Call return_command with from_tty argument equal to 0 so as to
227 /* Call return_command with from_tty argument equal to 0 so as to
231 /* Because we have called return_command with from_tty = 0, we need
1918 mi_execute_command (const char *cmd, int from_tty)
1926 quit_force (NULL, from_tty);
2169 execute_command (run.c_str (), 0 /* from_tty */ );
    [all...]
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 36 FROM_TTY = 0
448 set_breakpoint_condition (bpnum, expr.c_str (), 0 /* from_tty */,
538 watch_command_wrapper (expr, FROM_TTY, false);
541 rwatch_command_wrapper (expr, FROM_TTY, false);
544 awatch_command_wrapper (expr, FROM_TTY, false);
mi-main.c 65 FROM_TTY = 0
99 set_mi_async_command (const char *args, int from_tty,
112 show_mi_async_command (struct ui_file *file, int from_tty,
158 quit_force (NULL, FROM_TTY);
219 /* Call return_command with from_tty argument equal to 0 so as to
223 /* Call return_command with from_tty argument equal to 0 so as to
227 /* Because we have called return_command with from_tty = 0, we need
1876 mi_execute_command (const char *cmd, int from_tty)
1884 quit_force (NULL, from_tty);
2127 execute_command (run.c_str (), 0 /* from_tty */ );
    [all...]

Completed in 17 milliseconds