Remove path name from test case
[binutils-gdb.git] / gdb / top.c
2023-10-06 Thiago Jung Bauermanngdb/configure.ac: Add option --with-additional-debug...
2023-09-26 Tom TromeyUse string_file::release in some places
2023-07-26 Tom de Vries[gdb/tui] Fix secondary prompt
2023-05-30 Tom de Vries[gdb] Mention --with/without-system-readline for -...
2023-05-19 Jan Vranygdb: fix post-hook execution for remote targets
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-03-30 Kevin BuettnerPR gdb/30219: Clear sync_quit_force_run in quit_force
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-24 Tom TromeyDon't use struct buffer in top.c
2023-02-21 Philippe Blaingdb: add --with-curses to --configuration output
2023-02-13 Lancelot SIXgdb: 'show config' shows --with[out]-amd-dbgapi
2023-01-13 Tom TromeyRename to allow_tui_tests
2023-01-01 Joel BrobeckerUpdate copyright year in help message of gdb, gdbserver...
2022-12-28 Tom TromeyFix "set debug timestamp"
2022-12-21 Andrew PinskiFix compiling of top.c
2022-12-21 Andrew PinskiUse toplevel configure for GMP and MPFR for gdb
2022-12-19 Jan Vranygdb: fix command lookup in execute_command ()
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-12-14 Andrew Burgessgdb: remove the pop_all_targets (and friends) global...
2022-12-12 Jan Vranygdb: fix possible use-after-free when executing commands
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-08-31 Tom TromeyUse member initialization in 'struct ui'
2022-08-31 Tom TromeyUse ui_out_redirect_pop in more places
2022-08-31 Tom TromeyFree ui::line_buffer
2022-08-19 Tom TromeyRemove two initialization functions
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-07-18 Tom TromeyReplace input_interactive_p with a method
2022-04-24 Andrew Burgessgdb: move setbuf calls out of gdb_readline_no_editing_c...
2022-04-22 Andrew Burgessgdb: handle bracketed-paste-mode and EOF correctly
2022-04-18 Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-03 Simon Marchigdb: fix gdb_print -> gdb_printf typo
2022-04-01 Tom TromeyStyle URLs in GDB output
2022-03-31 Simon Marchigdb: fix use of fprintf_filtered in top.c
2022-03-31 Eli Zaretskii* gdb/top.c (print_gdb_configuration): Announce --enabl...
2022-03-30 Tom TromeyConsolidate definition of current_directory
2022-03-29 Tom TromeyRemove unnecessary calls to wrap_here and gdb_flush
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyChange the pager to a ui_file
2022-03-29 Tom TromeyOnly have one API for unfiltered output
2022-03-14 Patrick MonneratReplace deprecated_target_wait_hook by observers
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2022-01-01 Joel BrobeckerUpdate Copyright Year in gdb, gdbserver and gdbreplay...
2021-10-09 Tom de Vries[gdb] Make execute_command_to_string return string...
2021-10-05 Andrew Burgessgdb/python: add a new gdb_exiting event
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-09-30 Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-09-09 Tom de Vries[gdb/testsuite] Reimplement gdb.gdb/complaints.exp...
2021-08-11 Andrew Burgessgdb: rename async_init_signals to gdb_init_signals
2021-05-27 Simon Marchigdb: make add_setshow commands return set_show_commands
2021-05-17 Simon Marchigdb: add cmd_list_element::is_command_class_help
2021-05-17 Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17 Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-28 Andrew Burgessgdb: initialise extension languages after processing...
2021-04-28 Andrew Burgessgdb: remove unused argument from gdb_init
2021-04-15 Tom Tromeygdb: add "set startup-quietly" command
2021-04-07 Andrew Burgessgdb/py: fix gdb.parameter('data-directory')
2021-03-29 Tom TromeyRemove parameter from language_info
2021-03-26 Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-01-28 Andrew Burgessgdb: update comment for execute_command_to_string
2021-01-22 Andrew Burgessgdb: add new version style
2021-01-22 Simon Marchigdb: move remote_debug to remote.{h,c}
2021-01-21 Simon Marchigdb: make some variables static
2021-01-12 Simon Marchigdb: remove pre_init_ui_hook from top.c
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2021-01-01 Joel BrobeckerUpdate copyright year in version message for gdb, gdbse...
2020-12-11 Andrew Burgessgdb: give deprecated command warning for aliases with...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-02 Simon Marchigdb: give names to event loop file handlers
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-15 Tom TromeyRemove ui::num
2020-06-23 Andrew Burgessgdb: Add --with-python-libdir to gdb's --configuration...
2020-06-22 Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-16 Tom TromeyRemove ALL_UIS
2020-05-09 Tom TromeyChange server_command to bool
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13 Tom TromeyMove gdb_select.h to gdbsupport/
2020-03-02 Andrew Burgessgdb: Allow GDB to _not_ load a previous command history
2020-02-26 Aaron MereyAdd debuginfod support to GDB
2020-01-17 Simon Marchigdb: remove uses of iterate_over_inferiors in top.c
2020-01-10 Pedro AlvesMulti-target support
2020-01-03 Philippe WaroquiersEnsure GDB warnings are styled.
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2020-01-01 Joel Brobeckerupdate copyright year in version output of gdb, gdbserv...
2019-12-21 Eli ZaretskiiFix whitespace in last change in top.c
2019-12-21 Eli ZaretskiiInclude xxHash support status in GDB configuration...
2019-12-18 Simon MarchiFix -Wmisleading-indentation warning in top.c
2019-12-14 Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
2019-11-30 Philippe WaroquiersImplement user defined prefix.
2019-11-21 Simon Marchigdb: remove gen_ret_current_ui_field_ptr
2019-11-08 Tom TromeyConstify command_line_input
2019-10-29 Christian BiesingerLoad system gdbinit files from a directory
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-10-08 Christian BiesingerMove declaration of lang_frame_mismatch_warn to header.
2019-09-26 Tom TromeyRemove initialize_utils
next