Change tui_show_symtab_source to be a method
[external/binutils.git] / gdb / top.c
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
2017-09-22 Sergio Durigan JuniorGet rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyReplace do_restore_instream_cleanup with scoped_restore
2017-08-03 Tom TromeyRemove in_user_command
2017-08-03 Tom TromeyChange open_terminal_stream to return a gdb_file_up
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-07 Sergio Durigan JuniorMove parts of inferior job control to common/
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Constify word break character arrays
2017-03-08 Pedro AlvesFix PR 21218: GDB dumps core when escaping newline...
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11 Tom TromeyRemove cleanups from execute_gdb_command
2017-01-10 Simon MarchiChange return type of ui_out redirect to void
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/top.c
2016-11-08 Pedro AlvesUse ui_file_as_string in execute_command_to_string
2016-10-25 Rainer OrthFix gdb C++ compilation on Solaris (PR build/20712)
2016-10-21 Tom TromeyUse scoped_restore for current_ui
2016-10-21 Tom TromeyUse scoped_restore for ui_file
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-09-21 Tom TromeyPR gdb/20604 - fix "quit" when an invalid expression...
2016-09-06 Pedro Alvesnew-ui command: gdb internal errors if input is already...
2016-09-06 Pedro AlvesIntroduce make_cleanup_restore_current_ui
2016-08-23 Pedro AlvesFix PR20494 - User input stops being echoed in CLI
2016-07-25 Simon MarchiHandle correctly passing a bad interpreter name to...
2016-07-21 Pedro AlvesFix djgpp gdb build
2016-06-21 Pedro AlvesAdd new command to create extra console/mi UIs
2016-06-21 Pedro AlvesMake stdin be per UI
2016-06-21 Pedro AlvesHandle UI's terminal closing
2016-06-21 Pedro AlvesMake main_ui be heap allocated
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21 Pedro AlvesMake gdb_in_secondary_prompt_p() be per UI
2016-06-21 Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21 Pedro AlvesMake current_ui_out be per UI
2016-06-21 Pedro AlvesMake instream be per UI
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-06-21 Pedro AlvesMake gdb_stdout&co be per UI
next