summaryrefslogtreecommitdiff
path: root/gdb/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-3/+34
* Revert "Add support for the readnever concept"Sergio Durigan Junior2017-12-011-34/+3
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-3/+34
* Constify execute_commandTom Tromey2017-11-071-28/+1
* Fix gdb.gdb/ selftest tests when testing optimized GDB buildsPedro Alves2017-10-201-0/+5
* Eliminate catch_errorsPedro Alves2017-10-101-9/+14
* Remove make_delete_ui_cleanupTom Tromey2017-10-031-1/+1
* Remove some unused declarationsTom Tromey2017-09-291-2/+0
* Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior2017-09-221-3/+2
* Overload catch_command_errorsTom Tromey2017-09-201-21/+21
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-2/+3
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-2/+2
* main: Don't add int to stringSimon Marchi2017-06-251-1/+1
* -Wwrite-strings: Constify warning_pre_printPedro Alves2017-04-051-2/+4
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* 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