aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-29Only have one API for unfiltered outputTom Tromey1-6/+2
2022-03-14Replace deprecated_target_wait_hook by observersPatrick Monnerat1-7/+0
2022-01-26Always call the wrap_here methodTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-1/+1
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-1/+1
2022-01-05Use filtered output in ordinary commandsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2022-01-01Update Copyright Year in gdb, gdbserver and gdbreplay version outputJoel Brobecker1-1/+1
2021-10-09[gdb] Make execute_command_to_string return string on throwTom de Vries1-7/+30
2021-10-05gdb/python: add a new gdb_exiting eventAndrew Burgess1-2/+4
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-59/+53