aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-11Remove --xdbJan Kratochvil1-6/+1
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-1/+23
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans1-5/+7
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi1-3/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-26constify error_no_argTom Tromey1-1/+1
2014-06-13make calls to help_list use enumeratorTom Tromey1-2/+2
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-0/+21
2014-04-25document "quit" command's argumentTom Tromey1-1/+5
2014-02-09Add Guile as an extension language.Doug Evans1-4/+4
2014-02-05Extension Language APIDoug Evans1-12/+24
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-12Eliminate UNSUPPORTED_ERROR.Pedro Alves1-19/+7