aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-11Constify add_prefix_cmdTom Tromey1-11/+12
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 Tromey1-1/+1
2017-09-27Constify some linespec functionsTom Tromey1-2/+2
2017-09-27Constify some commands in cli-cmds.cTom Tromey1-9/+5
2017-09-27Add add_cmd function overloadsTom Tromey1-11/+11
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-11Rename _const functions to use overloading insteadTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-3/+4
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 unique_xmalloc_ptr in cd_commandTom Tromey1-11/+9
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 Tromey1-13/+3
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-18/+13
2017-08-03More uses of scoped_restoreTom Tromey1-15/+1
2017-08-03Change return type of find_and_open_scriptTom Tromey1-22/+18
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 Alves1-26/+28
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-18/+3
2017-04-12Introduce event_location_upTom Tromey1-30/+13
2017-04-05-Wwrite-strings: The RestPedro Alves1-8/+6
2017-04-05-Wwrite-strings: Constify shell_escape and plug make_command leakPedro Alves1-11/+15
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-1/+1
2016-09-23Use std::string rather than dyn-stringTom Tromey1-23/+18
2016-09-21PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey1-1/+12
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-4/+5
2016-04-14Avoid "format not a string literal" warningsPedro Alves1-3/+10
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-11gdb: Extend help text for 'list' command.Andrew Burgess1-2/+6
2015-12-11gdb: Add an error when 'list -' reaches the start of a file.Andrew Burgess1-4/+9
2015-12-11gdb: 'list' command, tweak handling of +/- arguments.Andrew Burgess1-3/+3
2015-12-11gdb: Small code restructure for list_command.Andrew Burgess1-17/+11
2015-12-11gdb: Use NULL instead of 0 for pointer comparison.Andrew Burgess1-2/+2
2015-10-26PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy failsDoug Evans1-4/+10
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-14New /s modifier for the disassemble command.Doug Evans1-7/+37
2015-08-11Explicit locations: use new location APIKeith Seitz1-8/+39