aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Add gdb::string_viewSimon Marchi1-14/+3
2018-03-19Convert observers to C++Tom Tromey2-16/+16
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-3/+2
2018-02-13Use enum flags for flags passed to openpSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker14-14/+14
2017-12-13Factor out final completion match string buildingPedro Alves1-38/+3
2017-12-05Remove some unused variablesSimon Marchi2-4/+2
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-2/+2
2017-11-07Constify execute_commandTom Tromey6-18/+14
2017-11-07Constify add_setshow_*Tom Tromey3-19/+20
2017-11-07Remove cmd_cfunc_ftypeTom Tromey2-36/+2
2017-11-07Constify add_infoTom Tromey2-9/+1
2017-11-07Constify add_comTom Tromey5-57/+33
2017-11-07Add set_repeat_arguments functionTom Tromey1-1/+1
2017-11-07Make set_cmd_cfunc privateTom Tromey1-2/+2
2017-11-07Constify add_com_suppress_notificationTom Tromey1-1/+1
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey1-1/+1
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves1-5/+11
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