summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-052-66/+29
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-18/+13
* Replace do_restore_instream_cleanup with scoped_restoreTom Tromey2017-08-031-4/+2
* Use a scoped_restore for command_nest_depthTom Tromey2017-08-031-6/+6
* Remove user_call_depthTom Tromey2017-08-031-15/+2
* Remove in_user_commandTom Tromey2017-08-031-6/+0
* Use containers to avoid cleanupsTom Tromey2017-08-031-8/+3
* More uses of scoped_restoreTom Tromey2017-08-032-57/+19
* Change return type of find_and_open_scriptTom Tromey2017-08-032-24/+37
* Introduce and use gdb_file_upTom Tromey2017-08-031-21/+7
* Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2017-07-261-0/+4
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-4/+13
* "complete" command and completion word break charactersPedro Alves2017-07-171-19/+15
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-172-42/+47
* Clean up "completer_handle_brkchars" callback handlingPedro Alves2017-07-172-17/+4
* Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves2017-07-171-1/+1
* PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior2017-06-301-17/+5
* PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior2017-06-301-4/+17
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-8/+8
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-073-25/+12
* Add alias command to cmd_list_elementYao Qi2017-05-171-10/+19
* Use ui_out_emit_tupleTom Tromey2017-04-221-12/+3
* Use scoped_restore in more placesTom Tromey2017-04-121-7/+3
* Introduce command_line_upTom Tromey2017-04-122-65/+29
* Introduce event_location_upTom Tromey2017-04-121-30/+13
* -Wwrite-strings: The RestPedro Alves2017-04-055-18/+18
* -Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves2017-04-052-5/+23
* -Wwrite-strings: Constify shell_escape and plug make_command leakPedro Alves2017-04-051-11/+15
* Command abbreviation in defineJerome Guitton2017-02-083-30/+43
* Command names: make them case sensitiveJerome Guitton2017-02-081-27/+0
* C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves2017-02-032-45/+59
* Move "tee" building down to interpreter::set_logging_procPedro Alves2017-02-023-63/+106
* Fix "-gdb-set logging redirect on" crashPedro Alves2017-02-021-83/+12
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-022-53/+38
* Remove unused file_string parameter in gdb_disassemblySimon Marchi2017-02-011-1/+1
* Fix typo in lookup_cmd_1 commentSimon Marchi2017-01-111-1/+1
* Use class to manage BFD reference countsTom Tromey2017-01-101-31/+24
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-10/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-0114-14/+14
* Class-ify ui_outSimon Marchi2016-12-225-62/+62
* Support an "unlimited" number of user-defined argumentsPedro Alves2016-12-021-81/+100
* Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves2016-12-022-11/+14
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-2/+2
* Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves2016-11-081-4/+3
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-10/+4
* cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves2016-11-081-76/+33
* cli/cli-script.c: Remove some dead NULL checksPedro Alves2016-11-081-11/+0
* Replace two xmallocs with unique_ptrTom Tromey2016-10-211-11/+8
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-20/+7
* Use RAII to save and restore scalarsTom Tromey2016-10-211-14/+4