Home
last modified time | relevance | path

Searched refs:core_file_command (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dcorefile.c72 core_file_command (char *filename, int from_tty) in core_file_command() function
472 c = add_cmd ("core-file", class_files, core_file_command, _("\ in _initialize_core()
H A Dmain.c958 catch_command_errors (core_file_command, corearg, in captured_main()
973 catch_command_errors (core_file_command, pid_or_core_arg, in captured_main()
977 catch_command_errors (core_file_command, pid_or_core_arg, in captured_main()
H A Dgdbcore.h125 extern void core_file_command (char *filename, int from_tty);
H A Drecord-full.c2621 core_file_command (args, from_tty); in cmd_record_full_restore()