aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Introduce alternate_signal_stack RAII classTom Tromey1-24/+2
2019-10-29Load system gdbinit files from a directoryChristian Biesinger1-14/+68
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-10-10Include gdbtk.h to avoid declarationsChristian Biesinger1-4/+3
2019-10-01Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadirPhilippe Waroquiers1-5/+3
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+5
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-46/+43
2019-09-11Factor out the code to do the datadir-relocation for gdbinitChristian Biesinger1-31/+43
2019-09-11Refactor get_init_files to use std::stringChristian Biesinger1-53/+51
2019-09-06Change int to bool for the relocate_* functionsChristian Biesinger1-7/+7
2019-07-11Remove init_cli_cmdsTom Tromey1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-05-31Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers1-2/+0
2019-04-25Make exception handling more efficientTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-03-06Remove basic cleanup codeTom Tromey1-8/+0
2019-02-21Disable styling when running in batch modeAlan Hayward1-1/+7
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-30Check return value of bfd_initTom Tromey1-1/+5
2018-10-04Simple -Wshadow=local fixesTom Tromey1-8/+8
2018-09-24Add "const" to a few locals in gdbTom Tromey1-1/+1
2018-08-29Indicate batch mode failures by exiting with nonzero statusGary Benson1-31/+47
2018-07-04darwin: Don't use sbrkSimon Marchi1-1/+1
2018-06-05Remove some text from --version outputTom Tromey1-3/+3
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