aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker1-2/+1
2015-04-11Remove --xdbJan Kratochvil1-5/+0
2015-04-02Make the default sysroot be "target:"Gary Benson1-0/+6
2015-03-07kill volatile struct gdb_exceptionPedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-8/+16
2015-02-27catch_command_errors: Remove 'mask' parameterPedro Alves1-27/+22
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-13/+17
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-2/+0
2014-09-11gdb/17347 - Regression: GDB stopped on run with attached processPedro Alves1-0/+9
2014-08-29Unify startup and option-parsing warningsGary Benson1-21/+10
2014-08-29Replace all usage errors with calls to errorGary Benson1-30/+10
2014-08-29Replace hardwired error handler in captured_mainGary Benson1-6/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-07-30constify exec_file_attachTom Tromey1-4/+4
2014-07-14Canceling pagination caused by execution command from command line aborts rea...Pedro Alves1-8/+22
2014-07-14Move catch_command_errors and catch_command_errors_const to main.cPedro Alves1-0/+44
2014-06-19Demangler crash handlerGary Benson1-0/+25
2014-06-06add -q in help info and docxmj1-1/+2
2014-05-16New command line option -D.Doug Evans1-2/+47
2014-02-05Extension Language APIDoug Evans1-1/+0
2014-01-13remove use_windowsTom Tromey1-13/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-19Mostly code cleanup: Constification.Jan Kratochvil1-4/+4
2013-09-18Add new function to access gdb_program_name.Andrew Burgess1-0/+7
2013-08-28gdb/Yao Qi1-1/+8
2013-08-01Remove error_pre_print and quit_pre_print.Andrew Burgess1-4/+0
2013-07-29 * main.c (captured_command_loop): Tweak comment.Doug Evans1-1/+1
2013-07-06Rearrange --help output.Eli Zaretskii1-37/+39
2013-07-01Constify main.c:get_init_files.Pedro Alves1-19/+21
2013-04-22 PR gdb/7912:Tom Tromey1-0/+2
2013-04-12Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii1-2/+14
2013-04-06Unbreak Windows-hosted cross debugger builds.Eli Zaretskii1-3/+0
2013-03-23Fix relocation of directories in the MinGW build.Eli Zaretskii1-5/+16
2013-03-21 New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans1-2/+3
2013-01-25gdb/Yao Qi1-1/+0
2013-01-21 * main.c (captured_main): Call bfd_init.Tom Tromey1-0/+2
2013-01-07 PR cli/7719:Tom Tromey1-1/+0
2013-01-03 * main.c (relocate_gdb_directory): Avoid calling stat functionPierre Muller1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-16 * main.c (gdb_datadir_provided): New static global.Doug Evans1-4/+35
2012-10-15 New option -nh: inhibit loading of ~/.gdbinit.Doug Evans1-3/+8
2012-08-29 * main.c (print_gdb_help): Remove reference toDoug Evans1-4/+0
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-1/+1
2012-07-20 * NEWS: Document new options "set/show use-deprecated-index-sections",Doug Evans1-2/+0
2012-07-02gdb/Jan Kratochvil1-14/+14
2012-04-19 * top.c (quit_target): Use all_cleanups.Tom Tromey1-1/+1
2012-04-17gdb/Jan Kratochvil1-1/+4