gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / cli /
2017-06-14  Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-07  Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-05-17  Yao QiAdd alias command to cmd_list_element
2017-04-22  Tom TromeyUse ui_out_emit_tuple
2017-04-12  Tom TromeyUse scoped_restore in more places
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Some constification in gdb/breakpoint.c
2017-04-05  Pedro Alves-Wwrite-strings: Constify shell_escape and plug make_co...
2017-02-08  Jerome GuittonCommand abbreviation in define
2017-02-08  Jerome GuittonCommand names: make them case sensitive
2017-02-03  Pedro AlvesC++-fy struct interp/cli_interp/tui_interp/mi_interp
2017-02-02  Pedro AlvesMove "tee" building down to interpreter::set_logging_proc
2017-02-02  Pedro AlvesFix "-gdb-set logging redirect on" crash
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-02-02  Simon MarchiRemove unused file_string parameter in gdb_disassembly
2017-01-11  Simon MarchiFix typo in lookup_cmd_1 comment
2017-01-11  Tom TromeyUse class to manage BFD reference counts
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-12-02  Pedro AlvesSupport an "unlimited" number of user-defined arguments
2016-12-02  Pedro AlvesFix PR 20559 - "eval" command and $arg0...$arg9/$argc...
2016-11-15  Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/cli/cli-setshow.c
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-11-08  Pedro Alvescli-script.c: Simplify using std::string, eliminate...
2016-11-08  Pedro Alvescli/cli-script.c: Remove some dead NULL checks
2016-10-21  Tom TromeyReplace two xmallocs with unique_ptr
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-21  Tom TromeyUse RAII to save and restore scalars
2016-10-13  Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-10-03  Antoine TremblayEmit inferior, thread and frame selection events to...
2016-09-23  Tom TromeyUse std::string rather than dyn-string
2016-09-21  Tom TromeyPR gdb/20604 - fix "quit" when an invalid expression...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-06-21  Pedro AlvesMake stdin be per UI
2016-06-21  Pedro AlvesOnly send sync execution command output to the UI that...
2016-06-21  Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21  Pedro AlvesNew function should_print_stop_to_console
2016-06-21  Pedro AlvesSimplify starting the command event loop
2016-06-21  Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesMake the intepreters output to all UIs
2016-06-21  Pedro AlvesIntroduce interpreter factories
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-04-28  Simon MarchiDon't show deprecated commands in help
2016-04-14  Pedro AlvesAvoid "format not a string literal" warnings
2016-04-04  Simon MarchiObvious function doc and formatting
2016-01-19  Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-15  Pedro AlvesStar wildcard ranges (e.g., "info thread 2.*")
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-11  Andrew Burgessgdb: Extend help text for 'list' command.
2015-12-11  Andrew Burgessgdb: Add an error when 'list -' reaches the start of...
2015-12-11  Andrew Burgessgdb: 'list' command, tweak handling of +/- arguments.
2015-12-11  Andrew Burgessgdb: Small code restructure for list_command.
2015-12-11  Andrew Burgessgdb: Use NULL instead of 0 for pointer comparison.
2015-11-11  Andrew Burgessgdb: Use class_info when creating info commands.
2015-10-26  Doug EvansPR python/18938: source -s foo.py with foo.py a symlink...
2015-10-25  Simon Marchicli-setshow.c: Constify variable
2015-10-13  Pedro AlvesMore char constification
2015-10-09  Simon MarchiChange some void* to gdb_byte*
2015-10-06  Pitchumani Sivanupandiparse load_offset (bias) of restore command as long
2015-09-28  Simon Marchicli-script.c: Fix read_next_line's comment
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-21  Simon MarchiAdd two missing consts
2015-09-09  Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-04  Andrew Burgessgdb/cli: Remove casts of NULL during assignment.
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-18  Doug EvansPR mi/18833 gdb.execute ("set param value", to_string...
2015-08-15  Doug EvansNew /s modifier for the disassemble command.
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-06-15  Jan KratochvilMove utility functions to common/
2015-05-16  Jan Kratochvilcompile: Distribute scope, add scope_data
2015-04-24  Andrew Burgessgdb: Add internationalization support to a few strings.
2015-04-24  Andrew Burgessgdb: Add support for dumping to verilog hex format.
2015-04-11  Jan KratochvilRemove --xdb
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-31  Gary BensonAdd max-completions parameter, and implement tab-comple...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Tom Tromeythe "compile" command
2014-11-18  Doug EvansSYMTAB_DIRNAME: New macro.
2014-11-18  Doug EvansSYMTAB_OBJFILE: New macro.
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-07  Gabriel Krisman... Fix PR gdb/17035: "show user" doesn't list user-defined...
2014-09-03  Sergio Durigan JuniorPR python/16699: GDB Python command completion with...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30  Tom Tromeyconstify some cli-utils stuff
2014-07-24  Tom Tromeyconstify command docs
2014-07-24  Tom Tromeyconstify command prefix
2014-07-24  Tom Tromeyconstify deprecate_cmd
2014-07-24  Tom Tromeyconstify help_cmd
next
This page took 0.468501 seconds and 7 git commands to generate.