aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-5/+3
2021-09-09[gdb/testsuite] Reimplement gdb.gdb/complaints.exp as unittestTom de Vries1-8/+23
2021-08-11gdb: rename async_init_signals to gdb_init_signalsAndrew Burgess1-1/+1
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi1-1/+1
2021-05-17gdb: add cmd_list_element::is_command_class_helpSimon Marchi1-1/+1
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-1/+1
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-2/+2
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-3/+7
2021-04-28gdb: initialise extension languages after processing early startup filesAndrew Burgess1-6/+0
2021-04-28gdb: remove unused argument from gdb_initAndrew Burgess1-1/+3
2021-04-15gdb: add "set startup-quietly" commandTom Tromey1-0/+33
2021-04-07gdb/py: fix gdb.parameter('data-directory')Andrew Burgess1-2/+15
2021-03-29Remove parameter from language_infoTom Tromey1-1/+2
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-0/+7
2021-01-28gdb: update comment for execute_command_to_stringAndrew Burgess1-3/+1
2021-01-22gdb: add new version styleAndrew Burgess1-8/+3
2021-01-22gdb: move remote_debug to remote.{h,c}Simon Marchi1-4/+0
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-12gdb: remove pre_init_ui_hook from top.cSimon Marchi1-5/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2021-01-01Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker1-1/+1
2020-12-11gdb: give deprecated command warning for aliases with a prefixAndrew Burgess1-1/+1