aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-3/+34
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior1-34/+3
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-3/+34
2017-11-07Constify execute_commandTom Tromey1-28/+1
2017-10-20Fix gdb.gdb/ selftest tests when testing optimized GDB buildsPedro Alves1-0/+5
2017-10-10Eliminate catch_errorsPedro Alves1-9/+14
2017-10-03Remove make_delete_ui_cleanupTom Tromey1-1/+1
2017-09-29Remove some unused declarationsTom Tromey1-2/+0
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior1-3/+2
2017-09-20Overload catch_command_errorsTom Tromey1-21/+21
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-2/+3
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey1-2/+2
2017-06-25main: Don't add int to stringSimon Marchi1-1/+1
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves1-2/+4
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09gdb: Use vector::emplace_backPedro Alves1-21/+10
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-2/+16
2016-10-21Remove last cleanup from captured_main_1Tom Tromey1-53/+40
2016-10-21Change command stats reporting to use classTom Tromey1-9/+16
2016-09-19gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves1-0/+2
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves1-0/+2
2016-06-21Add new command to create extra console/mi UIsPedro Alves1-11/+1
2016-06-21Make stdin be per UIPedro Alves1-1/+1
2016-06-21Make main_ui be heap allocatedPedro Alves1-15/+12
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-4/+7
2016-06-21Simplify starting the command event loopPedro Alves1-1/+6
2016-06-21Make out and error streams be per UIPedro Alves1-1/+5
2016-06-21Make input_fd be per UIPedro Alves1-0/+1
2016-06-21Make instream be per UIPedro Alves1-2/+5
2016-06-21Introduce interpreter factoriesPedro Alves1-1/+1
2016-06-21Make the interpreters be per UIPedro Alves1-1/+1
2016-06-21Make gdb_stdout&co be per UIPedro Alves1-4/+0
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-2/+2
2016-04-19Cast the pointer assigned to ss_sp to char *.John Baldwin1-1/+3
2016-04-12Don't call clear_quit_flag in captured_mainPedro Alves1-1/+0
2016-03-09Simplify saved_command_line handlingPedro Alves1-2/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
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