aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2017-10-31Use console uiout when executing breakpoint commandsSimon Marchi1-4/+18
2017-10-11Constify add_prefix_cmdTom Tromey4-22/+23
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves1-0/+1
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-3/+5
2017-09-27Constify cd_commandTom Tromey2-2/+2
2017-09-27Constify some linespec functionsTom Tromey1-2/+2
2017-09-27Constify some commands in cli-logging.cTom Tromey1-3/+3
2017-09-27Constify user_defined_commandTom Tromey1-1/+1
2017-09-27Constify commands in cli-dump.cTom Tromey1-16/+16
2017-09-27Constify some commands in cli-cmds.cTom Tromey1-9/+5
2017-09-27Constify not_just_help_class_commandTom Tromey2-2/+2
2017-09-27Add add_cmd function overloadsTom Tromey4-24/+77
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior1-5/+12
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-8/+21
2017-09-11Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey1-10/+21
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey1-9/+1
2017-09-11Make extract_arg return a std::stringTom Tromey2-15/+12
2017-09-11Rename _const functions to use overloading insteadTom Tromey6-21/+21
2017-09-09Remove unnecessary function prototypes.John Baldwin5-14/+0
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-3/+4
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi1-1/+2
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi1-1/+75
2017-09-04Kill init_salPedro Alves1-4/+2
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-100/+66
2017-09-04Clarify "list" output when specified lines are ambiguousPedro Alves1-7/+30
2017-09-03Use std::string in do_set_commandTom Tromey1-12/+4
2017-09-03Use unique_xmalloc_ptr in cd_commandTom Tromey1-11/+9
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi1-6/+0
2017-08-22List actual code around more than one locationZhouyi Zhou1-16/+31
2017-08-17Plug source_command leakPedro Alves1-1/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2-66/+29
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-18/+13
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey1-4/+2
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey1-6/+6
2017-08-03Remove user_call_depthTom Tromey1-15/+2
2017-08-03Remove in_user_commandTom Tromey1-6/+0
2017-08-03Use containers to avoid cleanupsTom Tromey1-8/+3
2017-08-03More uses of scoped_restoreTom Tromey2-57/+19
2017-08-03Change return type of find_and_open_scriptTom Tromey2-24/+37
2017-08-03Introduce and use gdb_file_upTom Tromey1-21/+7
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi1-0/+4
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-4/+13
2017-07-17"complete" command and completion word break charactersPedro Alves1-19/+15
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2-42/+47
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves2-17/+4
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-1/+1
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior1-17/+5
2017-06-30PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior1-4/+17
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-8/+8
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves3-25/+12