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

  /src/external/gpl3/gdb.old/dist/gdb/
top.c 152 static const char *repeat_arguments; variable
448 repeat_arguments = args;
494 = make_scoped_restore (&repeat_arguments, nullptr);
584 if (repeat_arguments != NULL && cmd_start == saved_command_line)
586 gdb_assert (strlen (args_pointer) >= strlen (repeat_arguments));
588 repeat_arguments);
693 repeat_arguments = NULL;
708 std::swap (previous_repeat_arguments, repeat_arguments);
739 previous_repeat_arguments = repeat_arguments;
741 repeat_arguments = NULL
    [all...]
top.c 152 static const char *repeat_arguments; variable
448 repeat_arguments = args;
494 = make_scoped_restore (&repeat_arguments, nullptr);
584 if (repeat_arguments != NULL && cmd_start == saved_command_line)
586 gdb_assert (strlen (args_pointer) >= strlen (repeat_arguments));
588 repeat_arguments);
693 repeat_arguments = NULL;
708 std::swap (previous_repeat_arguments, repeat_arguments);
739 previous_repeat_arguments = repeat_arguments;
741 repeat_arguments = NULL
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
top.c 149 static const char *repeat_arguments; variable
445 repeat_arguments = args;
491 = make_scoped_restore (&repeat_arguments, nullptr);
579 if (repeat_arguments != NULL && cmd_start == saved_command_line)
581 gdb_assert (strlen (args_pointer) >= strlen (repeat_arguments));
583 repeat_arguments);
688 repeat_arguments = NULL;
703 std::swap (previous_repeat_arguments, repeat_arguments);
734 previous_repeat_arguments = repeat_arguments;
736 repeat_arguments = NULL
    [all...]
top.c 149 static const char *repeat_arguments; variable
445 repeat_arguments = args;
491 = make_scoped_restore (&repeat_arguments, nullptr);
579 if (repeat_arguments != NULL && cmd_start == saved_command_line)
581 gdb_assert (strlen (args_pointer) >= strlen (repeat_arguments));
583 repeat_arguments);
688 repeat_arguments = NULL;
703 std::swap (previous_repeat_arguments, repeat_arguments);
734 previous_repeat_arguments = repeat_arguments;
736 repeat_arguments = NULL
    [all...]

Completed in 54 milliseconds