aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-9/+5
2013-02-07 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument toDoug Evans1-1/+6
2013-02-03gdb/Jan Kratochvil1-5/+8
2013-02-03gdb/Jan Kratochvil1-4/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-3/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-25gdb/Jan Kratochvil1-10/+1
2012-12-18 * cli/cli-cmds.c (apropos_command): Now static.Tom Tromey1-3/+1
2012-12-18 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",Tom Tromey1-23/+0
2012-12-18 * cli/cli-cmds.c (_initialize_cli_cmds): New function.Tom Tromey1-16/+25
2012-10-18 * tracepoint.c (print_one_static_tracepoint_marker): Constify.Tom Tromey1-1/+2
2012-09-21gdb/Jan Kratochvil1-1/+1
2012-09-17gdb/Yao Qi1-4/+5
2012-08-28gdb/Yao Qi1-5/+5
2012-08-22 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.Tom Tromey1-1/+2
2012-08-09gdb/Yao Qi1-8/+0
2012-08-06 PR cli/14392:Tom Tromey1-1/+1
2012-08-06gdb/Jan Kratochvil1-1/+1
2012-07-26 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, notTom Tromey1-2/+0
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey1-17/+15
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-04-25Corrupted path caused by "cd" command.Joel Brobecker1-2/+2
2012-03-01 * NEWS: Mention new python command class gdb.COMMAND_USER.Doug Evans1-4/+5
2012-02-02 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type ofDoug Evans1-2/+2
2012-01-28gdb/Jan Kratochvil1-1/+1
2012-01-26gdb/Jan Kratochvil1-3/+1
2012-01-24gdb/Jan Kratochvil1-5/+2
2012-01-23gdb/Jan Kratochvil1-0/+11
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-16 * cli/cli-cmds.c (filter_sals): Filter out sals with NULL symtab.Tom Tromey1-1/+1
2011-12-06the "ambiguous linespec" seriesTom Tromey1-14/+90
2011-11-15 Make "!" an alias for "shell".Doug Evans1-8/+1
2011-11-012011-10-06 Justin Lebar <justin.lebar@gmail.com>Justin Lebar1-1/+4
2011-10-27 * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans1-3/+10
2011-10-09 Add new "alias" command.Doug Evans1-0/+189