HomeSort by: relevance | last modified time | path
    Searched defs:parse_bool_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 2760 #define parse_bool_arg(args, cmd_prefix) \
2812 set_task_pause_cmd (parse_bool_arg (args, "set task pause"), from_tty);
2851 parse_bool_arg (args, "set thread default pause") ? 0 : 1;
2872 parse_bool_arg (args, "set thread default run") ? 0 : 1;
3013 set_signals_cmd(parse_bool_arg (args, "set signals"), from_tty);
3042 set_exceptions_cmd (parse_bool_arg (args, "set exceptions"), from_tty);
3099 int inv_arg = parse_bool_arg (args, "set noninvasive") ? 0 : 1;
3315 thread->pause_sc = parse_bool_arg (args, "set thread pause");
3340 thread->run_sc = parse_bool_arg (args, "set thread run") ? 0 : 1;
2722 #define parse_bool_arg macro
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 2755 #define parse_bool_arg(args, cmd_prefix) \
2807 set_task_pause_cmd (parse_bool_arg (args, "set task pause"), from_tty);
2846 parse_bool_arg (args, "set thread default pause") ? 0 : 1;
2867 parse_bool_arg (args, "set thread default run") ? 0 : 1;
3008 set_signals_cmd(parse_bool_arg (args, "set signals"), from_tty);
3037 set_exceptions_cmd (parse_bool_arg (args, "set exceptions"), from_tty);
3094 int inv_arg = parse_bool_arg (args, "set noninvasive") ? 0 : 1;
3310 thread->pause_sc = parse_bool_arg (args, "set thread pause");
3335 thread->run_sc = parse_bool_arg (args, "set thread run") ? 0 : 1;
2717 #define parse_bool_arg macro

Completed in 29 milliseconds