summaryrefslogtreecommitdiff
path: root/gdb/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND.Philippe Waroquiers2021-05-221-3/+3
* gdb: extension languages finish_initialization to initializeAndrew Burgess2021-04-281-2/+2
* gdb: initialise extension languages after processing early startup filesAndrew Burgess2021-04-281-0/+3
* gdb: remove unused argument from gdb_initAndrew Burgess2021-04-281-1/+1
* gdb: add "set startup-quietly" commandTom Tromey2021-04-151-0/+5
* gdb: process early initialization files and command line optionsAndrew Burgess2021-04-151-1/+60
* gdb: refactor the initialization file lookup codeAndrew Burgess2021-04-151-63/+124
* gdb: add missing full stops in --helpMarco Barisione2021-02-181-2/+2
* gdb: convert auto-load to new-style debug macrosSimon Marchi2021-01-211-7/+9
* gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi2021-01-121-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb/main: execute breakpoint commands for '-iex' and '-ex' commandsTankut Baris Aktemur2020-12-071-2/+7
* gdb: new function to wrap up executing command line scripts/commandsAndrew Burgess2020-11-021-32/+22
* gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess2020-11-021-11/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-17/+17
* Make {get,set}_inferior_io_terminal inferior methodsPedro Alves2020-06-271-1/+1
* gdb: add mailing list and IRC information to --helpJonny Grant2020-06-111-3/+6
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Move start_event_loop out of event-loop.cTom Tromey2020-04-131-0/+56
* gdb: Allow more control over where to find python librariesAndrew Burgess2020-02-201-8/+3
* Ensure GDB warnings are styled.Philippe Waroquiers2020-01-031-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Introduce alternate_signal_stack RAII classTom Tromey2019-11-261-24/+2
* Load system gdbinit files from a directoryChristian Biesinger2019-10-291-14/+68
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* Include gdbtk.h to avoid declarationsChristian Biesinger2019-10-101-4/+3
* Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadirPhilippe Waroquiers2019-10-011-5/+3
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+5
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-46/+43
* Factor out the code to do the datadir-relocation for gdbinitChristian Biesinger2019-09-111-31/+43
* Refactor get_init_files to use std::stringChristian Biesinger2019-09-111-53/+51
* Change int to bool for the relocate_* functionsChristian Biesinger2019-09-061-7/+7
* Remove init_cli_cmdsTom Tromey2019-07-111-3/+3
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers2019-05-311-2/+0
* Make exception handling more efficientTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* 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