s390: Hook s390 into OSABI mechanism
[external/binutils.git] / gdb / top.c
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
2016-06-21 Pedro AlvesIntroduce "struct ui"
2016-04-12 Pedro AlvesIntroduce interruptible_select
2016-04-12 Pedro AlvesInline command_loop in read_command_line
2016-04-12 Pedro AlvesDon't rely on immediate_quit in command_line_input
2016-03-09 Pedro AlvesCommand line input handling TLC
2016-03-09 Pedro AlvesSimplify saved_command_line handling
2016-03-09 Pedro AlvesUse struct buffer in gdb_readline_no_editing
2016-03-09 Pedro Alvesgdb_readline -> gdb_readline_no_editing
2016-03-09 Pedro AlvesEliminate async_annotation_suffix
2016-03-09 Pedro AlvesGarbage collect window_hook
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2016-01-01 Joel Brobeckerupdate copyright year printed by GDB, GDBserver and...
2015-12-19 Sandra LoosemoreReset pagination counts even when stdin is not a tty.
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-09 Pedro AlvesMerge async and sync code paths some more
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21 Patrick Palkatui: don't overwrite a secondary prompt that was given...
2015-08-07 Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-08-07 Andrew Burgessgdb: get_frame_language now takes a frame parameter.
2015-07-29 Patrick PalkaMake sure terminal settings are restored before exiting
2015-07-08 Patrick Palkatui: replace deprecated_register_changed_hook with...
2015-06-26 Patrick PalkaAdd option to remove duplicate command history entries
2015-06-23 Patrick PalkaFix GDBHISTSIZE test failure on i686
2015-06-17 Patrick PalkaTweak the handling of $GDBHISTSIZE edge cases [PR gdb...
2015-06-17 Patrick PalkaRead $GDBHISTSIZE instead of $HISTSIZE
2015-06-17 Patrick PalkaDon't truncate the history file when history size is...
2015-05-13 Patrick PalkaFix PR gdb/17820
2015-05-06 Joel BrobeckerGet rid of deprecated_init_ui_hook
2015-04-28 Patrick PalkaDisable readline's SIGWINCH handler
2015-03-31 H.J. LuAdd --with-system-zlib in gdb
2015-03-25 Pedro AlvesSimplify target_async hook interface
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Tom Tromeyquit_force: Replace TRY_CATCH wrapper macros
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-03 Pedro AlvesSimplify event-loop core, remove two-step event processing
2015-01-31 Doug EvansUnify CLI/TUI interface to readline tab completion.
2015-01-12 Patrick PalkaAppend to input history file instead of overwriting it
2015-01-07 Patrick PalkaDon't propagate our current terminal state to the inferior
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2015-01-01 Joel BrobeckerUpdate copyright year printed by gdb, gdbserver and...
2014-12-15 Simon MarchiFix build with Python 3.4 (PR python/16784)
2014-10-29 Pedro AlvesPR python/17372 - Python hangs when displaying help()
next