summaryrefslogtreecommitdiff
path: root/gdb/main.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Use vector::emplace_backPedro Alves2016-11-091-21/+10
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-2/+16
* Remove last cleanup from captured_main_1Tom Tromey2016-10-211-53/+40
* Change command stats reporting to use classTom Tromey2016-10-211-9/+16
* gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves2016-09-191-0/+2
* Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves2016-08-091-0/+2
* Add new command to create extra console/mi UIsPedro Alves2016-06-211-11/+1
* Make stdin be per UIPedro Alves2016-06-211-1/+1
* Make main_ui be heap allocatedPedro Alves2016-06-211-15/+12
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-4/+7
* Simplify starting the command event loopPedro Alves2016-06-211-1/+6
* Make out and error streams be per UIPedro Alves2016-06-211-1/+5
* Make input_fd be per UIPedro Alves2016-06-211-0/+1
* Make instream be per UIPedro Alves2016-06-211-2/+5
* Introduce interpreter factoriesPedro Alves2016-06-211-1/+1
* Make the interpreters be per UIPedro Alves2016-06-211-1/+1
* 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