aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-17Remove gdb_stdtargerrTom Tromey1-2/+0
2024-05-17Don't allow new-ui to start the TUITom Tromey1-1/+1
2024-04-23gdb: move annotation_level declaration/definition to annotate.{h,c}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20[gdb] Don't init history in batch modeTom de Vries1-4/+8
2024-01-25gdb: remove get_gdb_program_nameSimon Marchi1-7/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Add thread-safety to gdb's BFD wrappersTom Tromey1-2/+1
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt1-0/+4
2023-12-04gdb: install CLI uiout while processing early init filesAndrew Burgess1-0/+15
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-10-05gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann1-0/+5
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess1-6/+1
2023-09-29Support the NO_COLOR environment variableTom Tromey1-0/+4
2023-09-07gdb: remove interp_pre_command_loopSimon Marchi1-1/+1
2023-06-16gdb: update IRC reference from Freenode to Libera.ChatAndrew Burgess1-1/+1
2023-05-30gdb: add interp::on_command_error methodSimon Marchi1-1/+1
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-05-01Turn set_inferior_args_vector into method of inferiorTom Tromey1-1/+2
2023-02-27Handle gdb SIGTERM by throwing / catching gdb_exception_force_quitKevin Buettner1-0/+12
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Remove MI version 1Tom Tromey1-21/+1
2022-08-31Remove a ui-related memory leakTom Tromey1-0/+1
2022-08-31Remove the "for moment" commentsTom Tromey1-2/+2
2022-06-22Use std::string for interpreter_pTom Tromey1-15/+9
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-6/+1
2022-03-31Style URLs in GDB outputTom Tromey1-2/+2
2022-03-31Remove dbx modeTom Tromey1-8/+0
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-4/+0
2022-03-29Unify gdb printf functionsTom Tromey1-20/+20
2022-03-29Unify gdb puts functionsTom Tromey1-10/+10
2022-03-07Deprecate dbx modeTom Tromey1-0/+3
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