summaryrefslogtreecommitdiff
path: root/gdb/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make gdb_stdout&co be per UIPedro Alves2016-06-211-4/+0
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-2/+2
* Cast the pointer assigned to ss_sp to char *.John Baldwin2016-04-191-1/+3
* Don't call clear_quit_flag in captured_mainPedro Alves2016-04-121-1/+0
* Simplify saved_command_line handlingPedro Alves2016-03-091-2/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* Get rid of deprecated_init_ui_hookJoel Brobecker2015-05-061-2/+1
* Remove --xdbJan Kratochvil2015-04-111-5/+0
* Make the default sysroot be "target:"Gary Benson2015-04-021-0/+6
* kill volatile struct gdb_exceptionPedro Alves2015-03-071-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-8/+16
* catch_command_errors: Remove 'mask' parameterPedro Alves2015-02-271-27/+22
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-13/+17
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-2/+0
* gdb/17347 - Regression: GDB stopped on run with attached processPedro Alves2014-09-111-0/+9
* Unify startup and option-parsing warningsGary Benson2014-08-291-21/+10
* Replace all usage errors with calls to errorGary Benson2014-08-291-30/+10
* Replace hardwired error handler in captured_mainGary Benson2014-08-291-6/+1
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* constify exec_file_attachTom Tromey2014-07-301-4/+4
* Canceling pagination caused by execution command from command line aborts rea...Pedro Alves2014-07-141-8/+22
* Move catch_command_errors and catch_command_errors_const to main.cPedro Alves2014-07-141-0/+44
* Demangler crash handlerGary Benson2014-06-191-0/+25
* add -q in help info and docxmj2014-06-061-1/+2
* New command line option -D.Doug Evans2014-05-161-2/+47
* Extension Language APIDoug Evans2014-02-051-1/+0
* remove use_windowsTom Tromey2014-01-131-13/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Mostly code cleanup: Constification.Jan Kratochvil2013-09-191-4/+4
* Add new function to access gdb_program_name.Andrew Burgess2013-09-181-0/+7
* gdb/Yao Qi2013-08-281-1/+8
* Remove error_pre_print and quit_pre_print.Andrew Burgess2013-08-011-4/+0
* * main.c (captured_command_loop): Tweak comment.Doug Evans2013-07-291-1/+1
* Rearrange --help output.Eli Zaretskii2013-07-061-37/+39
* Constify main.c:get_init_files.Pedro Alves2013-07-011-19/+21
* PR gdb/7912:Tom Tromey2013-04-221-0/+2
* Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii2013-04-121-2/+14
* Unbreak Windows-hosted cross debugger builds.Eli Zaretskii2013-04-061-3/+0
* Fix relocation of directories in the MinGW build.Eli Zaretskii2013-03-231-5/+16
* New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans2013-03-211-2/+3
* gdb/Yao Qi2013-01-251-1/+0
* * main.c (captured_main): Call bfd_init.Tom Tromey2013-01-211-0/+2
* PR cli/7719:Tom Tromey2013-01-071-1/+0
* * main.c (relocate_gdb_directory): Avoid calling stat functionPierre Muller2013-01-031-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * main.c (gdb_datadir_provided): New static global.Doug Evans2012-11-161-4/+35