aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-26Always call the wrap_here methodTom Tromey1-4/+4
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-11/+6
2021-05-22Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND.Philippe Waroquiers1-3/+3
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-2/+2
2021-04-28gdb: initialise extension languages after processing early startup filesAndrew Burgess1-0/+3
2021-04-28gdb: remove unused argument from gdb_initAndrew Burgess1-1/+1
2021-04-15gdb: add "set startup-quietly" commandTom Tromey1-0/+5
2021-04-15gdb: process early initialization files and command line optionsAndrew Burgess1-1/+60
2021-04-15gdb: refactor the initialization file lookup codeAndrew Burgess1-63/+124
2021-02-18gdb: add missing full stops in --helpMarco Barisione1-2/+2
2021-01-21gdb: convert auto-load to new-style debug macrosSimon Marchi1-7/+9
2021-01-12gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-07gdb/main: execute breakpoint commands for '-iex' and '-ex' commandsTankut Baris Aktemur1-2/+7
2020-11-02gdb: new function to wrap up executing command line scripts/commandsAndrew Burgess1-32/+22
2020-11-02gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess1-11/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-17/+17
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-1/+1
2020-06-11gdb: add mailing list and IRC information to --helpJonny Grant1-3/+6
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Move start_event_loop out of event-loop.cTom Tromey1-0/+56
2020-02-20gdb: Allow more control over where to find python librariesAndrew Burgess1-8/+3
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers1-1/+2
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