summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* warn if "source" fails to open the file when from_tty == 0Joel Brobecker2013-10-111-2/+5
* Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker2013-10-101-19/+0
* Constification of parse_linespec and fallout:Keith Seitz2013-10-022-2/+2
* * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.Doug Evans2013-10-011-6/+0
* Give every interpreter a command_loop_proc.aburgess2013-09-061-1/+3
* Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil2013-09-041-1/+1
* Remove unnecessary XMALLOC definitions.Pedro Alves2013-08-091-2/+0
* Make functions in cli-dump.c static and remove cli-dump.h.Pedro Alves2013-08-092-39/+4
* Remove error_pre_print and quit_pre_print.aburgess2013-08-011-3/+0
* * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initializationDoug Evans2013-07-171-21/+0
* * gdbcmd.h (togglelist): Delete.Doug Evans2013-07-172-9/+0
* Constify main.c:get_init_files.Pedro Alves2013-07-012-2/+2
* fix cli-script.cTom Tromey2013-05-301-12/+6
* simplify cli-logging.c for analysisTom Tromey2013-05-301-4/+5
* remove erroneous return from setup_user_argsTom Tromey2013-05-301-5/+2
* some cleanup checker fixesTom Tromey2013-05-302-3/+10
* 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>mbilal2013-04-241-0/+3
* PR gdb/7912:Tom Tromey2013-04-222-1/+5
* Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii2013-04-121-0/+9
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-102-9/+74
* make -gdb-exit call disconnect_tracing too, and don't lose history if the tar...Pedro Alves2013-04-101-1/+1
* Subject: Fix range validation of integer commands with "unlimited".Pedro Alves2013-03-221-2/+12
* Whoops, wrong patch. Reverting.Pedro Alves2013-03-221-11/+2
* Subject: Fix range validation of integer commands with "unlimited".Pedro Alves2013-03-221-2/+11
* New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans2013-03-212-14/+11
* Fix PR gdb/15289 - "set remote hardware-watchpoint-limit" broken (zinteger co...Pedro Alves2013-03-201-8/+13
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-135-61/+64
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-123-18/+24
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-9/+5
* gdb/qiyao2013-03-051-1/+1
* gdb/qiyao2013-02-141-2/+0
* Consistent use of (C) after "Copyright".Pedro Alves2013-02-1213-13/+13
* * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument toDoug Evans2013-02-071-1/+6
* gdb/Jan Kratochvil2013-02-031-5/+8
* gdb/Jan Kratochvil2013-02-031-4/+1
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-3/+0
* * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey2013-01-141-2/+5
* Add make_cleanup_free_command_lines declaration "extern".Joel Brobecker2013-01-011-1/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-0114-15/+14
* gdb/Jan Kratochvil2012-12-251-10/+1
* * cli/cli-cmds.c (apropos_command): Now static.Tom Tromey2012-12-181-3/+1
* * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",Tom Tromey2012-12-183-35/+35
* * cli/cli-cmds.c (_initialize_cli_cmds): New function.Tom Tromey2012-12-181-16/+25
* Avoid memory leaks on struct cmd_list_element.doc field.Pierre Muller2012-12-052-1/+16
* ARI fixes: sprintf rule.Pierre Muller2012-11-201-6/+10
* gdb: include help aliases in help command completionMike Frysinger2012-11-201-2/+3
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-2/+2
* * tracepoint.c (print_one_static_tracepoint_marker): Constify.Tom Tromey2012-10-181-1/+2
* gdb/Jan Kratochvil2012-09-211-1/+1
* gdb/qiyao2012-09-173-6/+55