summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-3/+5
* Constify cd_commandTom Tromey2017-09-272-2/+2
* Constify some linespec functionsTom Tromey2017-09-271-2/+2
* Constify some commands in cli-logging.cTom Tromey2017-09-271-3/+3
* Constify user_defined_commandTom Tromey2017-09-271-1/+1
* Constify commands in cli-dump.cTom Tromey2017-09-271-16/+16
* Constify some commands in cli-cmds.cTom Tromey2017-09-271-9/+5
* Constify not_just_help_class_commandTom Tromey2017-09-272-2/+2
* Add add_cmd function overloadsTom Tromey2017-09-274-24/+77
* Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior2017-09-221-5/+12
* Make "list ambiguous" show symbol names tooPedro Alves2017-09-201-8/+21
* Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey2017-09-111-10/+21
* Replace interp_set_temp with scoped_restore_interpTom Tromey2017-09-111-9/+1
* Make extract_arg return a std::stringTom Tromey2017-09-112-15/+12
* Rename _const functions to use overloading insteadTom Tromey2017-09-116-21/+21
* Remove unnecessary function prototypes.John Baldwin2017-09-095-14/+0
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-3/+4
* Error out immediatly when using if command without args in command listSimon Marchi2017-09-041-1/+2
* Move command lines types/declarations to cli-script.hSimon Marchi2017-09-041-1/+75
* Kill init_salPedro Alves2017-09-041-4/+2
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-100/+66
* Clarify "list" output when specified lines are ambiguousPedro Alves2017-09-041-7/+30
* Use std::string in do_set_commandTom Tromey2017-09-031-12/+4
* Use unique_xmalloc_ptr in cd_commandTom Tromey2017-09-031-11/+9
* define_command: Don't convert command name to lower caseSimon Marchi2017-08-281-6/+0
* List actual code around more than one locationZhouyi Zhou2017-08-221-16/+31
* Plug source_command leakPedro Alves2017-08-171-1/+0
* 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