aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey2-28/+80
2018-05-04Use function_view in cli-script.cTom Tromey2-31/+31
2018-05-04Allow defining a user command inside a user commandTom Tromey2-10/+47
2018-05-04Constify prompt argument to read_command_linesTom Tromey2-12/+10
2018-05-04Make print_command_trace varargsTom Tromey2-13/+12
2018-05-04Use counted_command_line everywhereTom Tromey3-172/+87
2018-05-04Allocate cmd_list_element with newTom Tromey2-55/+54
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