summaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)Author
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-11-07Constify execute_commandTom Tromey
2017-10-20Fix gdb.gdb/ selftest tests when testing optimized GDB buildsPedro Alves
2017-10-10Eliminate catch_errorsPedro Alves
2017-10-03Remove make_delete_ui_cleanupTom Tromey
2017-09-29Remove some unused declarationsTom Tromey
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior
2017-09-20Overload catch_command_errorsTom Tromey
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey
2017-06-25main: Don't add int to stringSimon Marchi
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09gdb: Use vector::emplace_backPedro Alves
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-21Remove last cleanup from captured_main_1Tom Tromey
2016-10-21Change command stats reporting to use classTom Tromey
2016-09-19gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves
2016-06-21Add new command to create extra console/mi UIsPedro Alves
2016-06-21Make stdin be per UIPedro Alves
2016-06-21Make main_ui be heap allocatedPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Simplify starting the command event loopPedro Alves
2016-06-21Make out and error streams be per UIPedro Alves
2016-06-21Make input_fd be per UIPedro Alves
2016-06-21Make instream be per UIPedro Alves
2016-06-21Introduce interpreter factoriesPedro Alves
2016-06-21Make the interpreters be per UIPedro Alves
2016-06-21Make gdb_stdout&co be per UIPedro Alves
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves
2016-04-19Cast the pointer assigned to ss_sp to char *.John Baldwin
2016-04-12Don't call clear_quit_flag in captured_mainPedro Alves
2016-03-09Simplify saved_command_line handlingPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker
2015-04-11Remove --xdbJan Kratochvil
2015-04-02Make the default sysroot be "target:"Gary Benson
2015-03-07kill volatile struct gdb_exceptionPedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27catch_command_errors: Remove 'mask' parameterPedro Alves
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson