summaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)Author
2017-08-03Use containers to avoid cleanupsTom Tromey
2017-08-03More uses of scoped_restoreTom Tromey
2017-08-03Change return type of find_and_open_scriptTom Tromey
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves
2017-07-17"complete" command and completion word break charactersPedro Alves
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior
2017-06-30PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-05-17Add alias command to cmd_list_elementYao Qi
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-12Use scoped_restore in more placesTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves
2017-04-05-Wwrite-strings: Constify shell_escape and plug make_command leakPedro Alves
2017-02-08Command abbreviation in defineJerome Guitton
2017-02-08Command names: make them case sensitiveJerome Guitton
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves
2017-02-02Fix "-gdb-set logging redirect on" crashPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi
2017-01-11Fix typo in lookup_cmd_1 commentSimon Marchi
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-10Change return type of ui_out redirect to voidSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Support an "unlimited" number of user-defined argumentsPedro Alves
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-08Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-11-08cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves
2016-10-21Replace two xmallocs with unique_ptrTom Tromey
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-09-23Use std::string rather than dyn-stringTom Tromey
2016-09-21PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-06-21Make stdin be per UIPedro Alves