summaryrefslogtreecommitdiff
path: root/gdb/main.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-22/+29
* Remove basic cleanup codeTom Tromey2019-03-061-8/+0
* Disable styling when running in batch modeAlan Hayward2019-02-211-1/+7
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Check return value of bfd_initTom Tromey2018-10-301-1/+5
* Simple -Wshadow=local fixesTom Tromey2018-10-041-8/+8
* Add "const" to a few locals in gdbTom Tromey2018-09-241-1/+1
* Indicate batch mode failures by exiting with nonzero statusGary Benson2018-08-291-31/+47
* darwin: Don't use sbrkSimon Marchi2018-07-041-1/+1
* Remove some text from --version outputTom Tromey2018-06-051-3/+3
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves2018-01-051-1/+2
* 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