summaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-08Add thread-safety to gdb's BFD wrappersTom Tromey
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt
2023-12-04gdb: install CLI uiout while processing early init filesAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-05gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess
2023-09-29Support the NO_COLOR environment variableTom Tromey
2023-09-07gdb: remove interp_pre_command_loopSimon Marchi
2023-06-16gdb: update IRC reference from Freenode to Libera.ChatAndrew Burgess
2023-05-30gdb: add interp::on_command_error methodSimon Marchi
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi
2023-05-01Turn set_inferior_args_vector into method of inferiorTom Tromey
2023-02-27Handle gdb SIGTERM by throwing / catching gdb_exception_force_quitKevin Buettner
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-19Remove MI version 1Tom Tromey
2022-08-31Remove a ui-related memory leakTom Tromey
2022-08-31Remove the "for moment" commentsTom Tromey
2022-06-22Use std::string for interpreter_pTom Tromey
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi
2022-03-31Style URLs in GDB outputTom Tromey
2022-03-31Remove dbx modeTom Tromey
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-03-07Deprecate dbx modeTom Tromey
2022-01-26Always call the wrap_here methodTom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi
2021-05-22Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND.Philippe Waroquiers
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess
2021-04-28gdb: initialise extension languages after processing early startup filesAndrew Burgess
2021-04-28gdb: remove unused argument from gdb_initAndrew Burgess
2021-04-15gdb: add "set startup-quietly" commandTom Tromey
2021-04-15gdb: process early initialization files and command line optionsAndrew Burgess
2021-04-15gdb: refactor the initialization file lookup codeAndrew Burgess
2021-02-18gdb: add missing full stops in --helpMarco Barisione
2021-01-21gdb: convert auto-load to new-style debug macrosSimon Marchi
2021-01-12gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-07gdb/main: execute breakpoint commands for '-iex' and '-ex' commandsTankut Baris Aktemur
2020-11-02gdb: new function to wrap up executing command line scripts/commandsAndrew Burgess
2020-11-02gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves
2020-06-11gdb: add mailing list and IRC information to --helpJonny Grant
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey
2020-04-13Move start_event_loop out of event-loop.cTom Tromey