aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+0
2024-04-25gdb: move execute function declarations from gdbcmd.h to top.hSimon Marchi1-6/+7
2024-04-16Remove excess whitespace from doc strings of some commandsEli Zaretskii1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-25gdb: move more completion setup into completer.cAndrew Burgess1-3/+0
2024-03-25gdb: fix bug where quote characters would become nullptrAndrew Burgess1-1/+0
2024-02-27Change finalize_values into a final cleanupTom Tromey1-6/+0
2024-02-27Add extension_language_ops::shutdownTom Tromey1-0/+2
2024-01-31Fix AIX build break.Aditya Vidyadhar Kamath1-4/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-2/+2
2024-01-08Refactor complaint thread-safety approachTom Tromey1-1/+1
2023-11-17gdb: pass address_space to target dcache functionsSimon Marchi1-1/+1
2023-10-05gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann1-0/+6
2023-09-26Use string_file::release in some placesTom Tromey1-2/+2
2023-07-26[gdb/tui] Fix secondary promptTom de Vries1-0/+6
2023-05-30[gdb] Mention --with/without-system-readline for --configurationTom de Vries1-0/+10
2023-05-19gdb: fix post-hook execution for remote targetsJan Vrany1-1/+3
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-143/+6
2023-03-30PR gdb/30219: Clear sync_quit_force_run in quit_forceKevin Buettner1-0/+8
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-02-24Don't use struct buffer in top.cTom Tromey1-14/+8
2023-02-21gdb: add --with-curses to --configuration outputPhilippe Blain1-0/+10
2023-02-13gdb: 'show config' shows --with[out]-amd-dbgapiLancelot SIX1-0/+10
2023-01-13Rename to allow_tui_testsTom Tromey1-0/+10
2023-01-01Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker1-2/+2
2022-12-28Fix "set debug timestamp"Tom Tromey1-1/+1
2022-12-21Fix compiling of top.cAndrew Pinski1-1/+0
2022-12-21Use toplevel configure for GMP and MPFR for gdbAndrew Pinski1-8/+0
2022-12-19gdb: fix command lookup in execute_command ()Jan Vrany1-6/+2
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-26/+13
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess1-2/+1
2022-12-12gdb: fix possible use-after-free when executing commandsJan Vrany1-2/+12
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-08-31Use member initialization in 'struct ui'Tom Tromey1-11/+2
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-2/+1
2022-08-31Free ui::line_bufferTom Tromey1-0/+2
2022-08-19Remove two initialization functionsTom Tromey1-16/+7
2022-07-22Change target_ops::async to accept boolTom Tromey1-2/+2
2022-07-18Replace input_interactive_p with a methodTom Tromey1-9/+9
2022-04-24gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess1-0/+39
2022-04-22gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess1-0/+1
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-8/+2
2022-04-03gdb: fix gdb_print -> gdb_printf typoSimon Marchi1-1/+1
2022-03-31Style URLs in GDB outputTom Tromey1-4/+10
2022-03-31gdb: fix use of fprintf_filtered in top.cSimon Marchi1-2/+2
2022-03-31* gdb/top.c (print_gdb_configuration): Announce --enable-threading.Eli Zaretskii1-0/+10
2022-03-30Consolidate definition of current_directoryTom Tromey1-4/+0
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-1/+0
2022-03-29Unify gdb printf functionsTom Tromey1-104/+104
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+2