aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-06fix a couple of FIXMEsTom Tromey1-4/+2
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-11warn if "source" fails to open the file when from_tty == 0Joel Brobecker1-2/+5
2013-10-10Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker1-19/+0
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-1/+1
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil1-1/+1
2013-07-17 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initializationDoug Evans1-21/+0
2013-07-17 * gdbcmd.h (togglelist): Delete.Doug Evans1-5/+0
2013-07-01Constify main.c:get_init_files.Pedro Alves1-1/+1
2013-05-30some cleanup checker fixesTom Tromey1-2/+8
2013-04-22 PR gdb/7912:Tom Tromey1-0/+3
2013-04-12Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii1-0/+9
2013-04-10make -gdb-exit call disconnect_tracing too, and don't lose history if the tar...Pedro Alves1-1/+1
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-3/+3
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-15/+17