summaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-13Factor out final completion match string buildingPedro Alves
2017-12-05Remove some unused variablesSimon Marchi
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Add set_repeat_arguments functionTom Tromey
2017-11-07Make set_cmd_cfunc privateTom Tromey
2017-11-07Constify add_com_suppress_notificationTom Tromey
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves
2017-10-31Use console uiout when executing breakpoint commandsSimon Marchi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior
2017-09-27Constify cd_commandTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-27Constify some commands in cli-logging.cTom Tromey
2017-09-27Constify user_defined_commandTom Tromey
2017-09-27Constify commands in cli-dump.cTom Tromey
2017-09-27Constify some commands in cli-cmds.cTom Tromey
2017-09-27Constify not_just_help_class_commandTom Tromey
2017-09-27Add add_cmd function overloadsTom Tromey
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves
2017-09-11Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey
2017-09-11Make extract_arg return a std::stringTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Introduce gdb_disassembly_flagsPedro Alves
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-09-04Clarify "list" output when specified lines are ambiguousPedro Alves
2017-09-03Use std::string in do_set_commandTom Tromey
2017-09-03Use unique_xmalloc_ptr in cd_commandTom Tromey
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi
2017-08-22List actual code around more than one locationZhouyi Zhou
2017-08-17Plug source_command leakPedro Alves
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey
2017-08-03Remove user_call_depthTom Tromey
2017-08-03Remove in_user_commandTom Tromey