summaryrefslogtreecommitdiff
path: root/gdb/main.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* Turn set_inferior_args_vector into method of inferiorTom Tromey2023-05-011-1/+2
* Handle gdb SIGTERM by throwing / catching gdb_exception_force_quitKevin Buettner2023-02-271-0/+12
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Remove MI version 1Tom Tromey2022-12-191-21/+1
* Remove a ui-related memory leakTom Tromey2022-08-311-0/+1
* Remove the "for moment" commentsTom Tromey2022-08-311-2/+2
* Use std::string for interpreter_pTom Tromey2022-06-221-15/+9
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-6/+1
* Style URLs in GDB outputTom Tromey2022-03-311-2/+2
* Remove dbx modeTom Tromey2022-03-311-8/+0
* Remove unnecessary calls to wrap_here and gdb_flushTom Tromey2022-03-291-4/+0
* Unify gdb printf functionsTom Tromey2022-03-291-20/+20
* Unify gdb puts functionsTom Tromey2022-03-291-10/+10
* Deprecate dbx modeTom Tromey2022-03-071-0/+3
* Always call the wrap_here methodTom Tromey2022-01-261-4/+4
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-11/+6
* 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