summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-143/+6
* PR gdb/30219: Clear sync_quit_force_run in quit_forceKevin Buettner2023-03-301-0/+8
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Don't use struct buffer in top.cTom Tromey2023-02-241-14/+8
* gdb: add --with-curses to --configuration outputPhilippe Blain2023-02-211-0/+10
* gdb: 'show config' shows --with[out]-amd-dbgapiLancelot SIX2023-02-131-0/+10
* Rename to allow_tui_testsTom Tromey2023-01-131-0/+10
* Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker2023-01-011-2/+2
* Fix "set debug timestamp"Tom Tromey2022-12-281-1/+1
* Fix compiling of top.cAndrew Pinski2022-12-211-1/+0
* Use toplevel configure for GMP and MPFR for gdbAndrew Pinski2022-12-211-8/+0
* gdb: fix command lookup in execute_command ()Jan Vrany2022-12-191-6/+2
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-26/+13
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-2/+1
* gdb: fix possible use-after-free when executing commandsJan Vrany2022-12-121-2/+12
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* Use member initialization in 'struct ui'Tom Tromey2022-08-311-11/+2
* Use ui_out_redirect_pop in more placesTom Tromey2022-08-311-2/+1
* Free ui::line_bufferTom Tromey2022-08-311-0/+2
* Remove two initialization functionsTom Tromey2022-08-191-16/+7
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* Replace input_interactive_p with a methodTom Tromey2022-07-181-9/+9
* gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2022-04-241-0/+39
* gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess2022-04-221-0/+1
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-8/+2
* gdb: fix gdb_print -> gdb_printf typoSimon Marchi2022-04-031-1/+1
* Style URLs in GDB outputTom Tromey2022-03-311-4/+10
* gdb: fix use of fprintf_filtered in top.cSimon Marchi2022-03-311-2/+2
* * gdb/top.c (print_gdb_configuration): Announce --enable-threading.Eli Zaretskii2022-03-311-0/+10
* Consolidate definition of current_directoryTom Tromey2022-03-301-4/+0
* Remove unnecessary calls to wrap_here and gdb_flushTom Tromey2022-03-291-1/+0
* Unify gdb printf functionsTom Tromey2022-03-291-104/+104
* Change the pager to a ui_fileTom Tromey2022-03-291-1/+2
* Only have one API for unfiltered outputTom Tromey2022-03-291-6/+2
* Replace deprecated_target_wait_hook by observersPatrick Monnerat2022-03-141-7/+0
* Always call the wrap_here methodTom Tromey2022-01-261-1/+1
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-1/+1
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-1/+1
* Use filtered output in ordinary commandsTom Tromey2022-01-051-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update Copyright Year in gdb, gdbserver and gdbreplay version outputJoel Brobecker2022-01-011-1/+1
* [gdb] Make execute_command_to_string return string on throwTom de Vries2021-10-091-7/+30
* gdb/python: add a new gdb_exiting eventAndrew Burgess2021-10-051-2/+4
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-59/+53
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-5/+3
* [gdb/testsuite] Reimplement gdb.gdb/complaints.exp as unittestTom de Vries2021-09-091-8/+23
* gdb: rename async_init_signals to gdb_init_signalsAndrew Burgess2021-08-111-1/+1
* gdb: make add_setshow commands return set_show_commandsSimon Marchi2021-05-271-1/+1
* gdb: add cmd_list_element::is_command_class_helpSimon Marchi2021-05-171-1/+1
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-1/+1