gdb: generalize commit_resume, avoid commit-resuming when threads have pending statuses
[binutils-gdb.git] / gdb / top.c
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
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06 Frank Ch. Eigler[PR build/24886] disable glibc mcheck support
2019-07-18 Guillaume LABARTHEFix for using named pipes on Windows
2019-07-11 Tom TromeyRemove init_cli_cmds
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-03 Pedro AlvesIntroduce the "with" command
2019-06-18 Andrew Burgessgdb: Remove use of deprecated_interactive_hook
2019-06-14 Tom TromeyRemove alloca(0) calls
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-05-31 Philippe WaroquiersAdd function execute_command_to_ui_file
2019-05-31 Philippe WaroquiersAdd previous_saved_command_line to allow a command...
2019-05-28 Alan HaywardSuppress SIGTTOU when handling errors
2019-04-27 Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-04-19 Sergei Trofimovichgdb/configure.ac: add --enable-source-highlight
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-01 Sergio Durigan JuniorDestroy allocated values when exiting GDB
2019-03-30 Eli ZaretskiiIntroduce new convenience variables $_gdb_major and...
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-03-06 Tom TromeyRemove basic cleanup code
2019-02-20 Simon MarchiFix error message and use-after-free on errors in neste...
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyRemove make_bpstat_clear_actions_cleanup
2019-01-01 Joel Brobeckerupdate copyright year printed by gdb, gdbserver and...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-31 Philippe WaroquiersUse gdb::unique_xmalloc_ptr<char> in command_line_input...
2018-12-30 Tom TromeyChange input_handler to take a unique_xmalloc_ptr
2018-12-28 Tom TromeyStyle the gdb welcome message
2018-12-28 Philippe WaroquiersFix leak of set/show verbose doc, avoid xfree of static...
2018-12-21 Дилян Палаузовwhen printing the GDB config, explicitly say if configu...
2018-09-24 Tom TromeyAdd "const" to a few locals in gdb
2018-09-16 Tom TromeyUse GNU style for metasyntactic variables in gdb
2018-08-17 Tom TromeyRemove "repeat" argument from command_line_input
2018-07-04 Simon Marchidarwin: Don't use sbrk
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-05 Tom TromeyRemove some text from --version output
2018-05-04 Tom TromeyMake print_command_trace varargs
2018-04-30 Joel Brobecker[Ada/ravenscar] error during "continue" after task...
2018-03-27 Tom TromeyRemove cleanups from gdb_readline_wrapper
2018-03-19 Tom TromeyConvert observers to C++
2018-03-09 Eli ZaretskiiUpdate "gdb --configuration" with recently added features
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2018-01-02 Joel BrobeckerUpdate copyright year in version message of GDB, GDBser...
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify execute_command
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_com
2017-11-07 Tom TromeyAdd set_repeat_arguments function
2017-11-06 Pedro AlvesEliminate STOP_SIGNAL, use SIGTSTP directly
2017-10-19 Tom TromeyRemove cleanups from prepare_execute_command
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-05 Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-10-03 Tom TromeyUse std::string in gdb_safe_append_history
2017-10-03 Tom TromeyRemove make_delete_ui_cleanup
2017-10-03 Tom TromeyRemove set_batch_flag_and_make_cleanup_restore_page_info
2017-09-27 Tom TromeyConstify new_ui_command
next