daily update
[binutils-gdb.git] / gdb / cli /
2014-03-06 Yao QiAdd a newline in output messages
2014-02-10 Doug EvansAdd Guile as an extension language.
2014-02-06 Doug EvansExtension Language API
2014-01-20 Tom Tromeybetter packing for command struct
2014-01-20 Tom Tromeyconvert flags to bitfields
2014-01-13 Tom Tromeyremove deprecated_set_hook
2014-01-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12 Pedro AlvesEliminate UNSUPPORTED_ERROR.
2013-12-06 Tom Tromeyfix a couple of FIXMEs
2013-11-23 Doug Evanscli/cli-script.c (multi_line_command_p): New function.
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-14 Joel BrobeckerNew function cli-utils.c:extract_arg_const
2013-10-11 Joel Brobeckerwarn if "source" fails to open the file when from_tty...
2013-10-10 Joel BrobeckerRename "set/show remotebaud" command into "set/show...
2013-10-02 Keith SeitzConstification of parse_linespec and fallout:
2013-10-01 Doug Evans * cli/cli-decode.c: Remove unnecessary inclusion of...
2013-09-06 Andrew BurgessGive every interpreter a command_loop_proc.
2013-09-04 Jan KratochvilCode cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN...
2013-08-09 Pedro AlvesRemove unnecessary XMALLOC definitions.
2013-08-09 Pedro AlvesMake functions in cli-dump.c static and remove cli...
2013-08-01 Andrew BurgessRemove error_pre_print and quit_pre_print.
2013-07-17 Doug Evans * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary...
2013-07-17 Doug Evans * gdbcmd.h (togglelist): Delete.
2013-07-01 Pedro AlvesConstify main.c:get_init_files.
2013-05-30 Tom Tromeyfix cli-script.c
2013-05-30 Tom Tromeysimplify cli-logging.c for analysis
2013-05-30 Tom Tromeyremove erroneous return from setup_user_args
2013-05-30 Tom Tromeysome cleanup checker fixes
2013-04-24 Muhammad Bilal2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2013-04-22 Tom Tromey PR gdb/7912:
2013-04-12 Eli ZaretskiiImplement a new command to show GDB build-time configur...
2013-04-10 Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-04-10 Pedro Alvesmake -gdb-exit call disconnect_tracing too, and don...
2013-03-22 Pedro AlvesSubject: Fix range validation of integer commands with...
2013-03-22 Pedro AlvesWhoops, wrong patch. Reverting.
2013-03-22 Pedro AlvesSubject: Fix range validation of integer commands with...
2013-03-21 Doug Evans New commands "mt set per-command {space,time,symtab...
2013-03-20 Pedro AlvesFix PR gdb/15289 - "set remote hardware-watchpoint...
2013-03-13 Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-12 Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-07 Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-03-05 Yao Qigdb/
2013-02-14 Yao Qigdb/
2013-02-12 Pedro AlvesConsistent use of (C) after "Copyright".
2013-02-07 Doug Evans * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argum...
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-14 Tom Tromey * cli/cli-decode.c (add_setshow_string_noescape_cmd...
2013-01-01 Joel BrobeckerAdd make_cleanup_free_command_lines declaration "extern".
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-25 Jan Kratochvilgdb/
2012-12-18 Tom Tromey * cli/cli-cmds.c (apropos_command): Now static.
2012-12-18 Tom Tromey * cli/cli-cmds.c (_initialize_cli_cmds): Remove "docum...
2012-12-18 Tom Tromey * cli/cli-cmds.c (_initialize_cli_cmds): New function.
2012-12-05 Pierre Muller Avoid memory leaks on struct cmd_list_element.doc...
2012-11-20 Pierre Muller ARI fixes: sprintf rule.
2012-11-20 Mike Frysingergdb: include help aliases in help command completion
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-10-18 Tom Tromey * tracepoint.c (print_one_static_tracepoint_marker...
2012-09-21 Jan Kratochvilgdb/
2012-09-17 Yao Qigdb/
2012-08-28 Yao Qigdb/
2012-08-27 Jan Kratochvilgdb/
2012-08-22 Tom Tromey * cli/cli-cmds.c (filter_sals): Handle nelts == 0...
2012-08-09 Yao Qigdb/
2012-08-09 Yao Qigdb/
2012-08-09 Yao Qigdb/
2012-08-06 Tom Tromey PR cli/14392:
2012-08-06 Jan Kratochvilgdb/
2012-07-26 Tom Tromey * symmisc.c (print_symbol_bcache_statistics): Use...
2012-07-24 Yao Qigdb/
2012-07-23 Tom Tromey * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd...
2012-07-23 Tom Tromey * bfd-target.c (target_bfd_reopen): Update.
2012-07-20 Yao Qigdb/
2012-07-19 Yao Qi * cli/cli-setshow.c (do_setshow_command): Handle case...
2012-07-18 Tom Tromey * utils.c (make_cleanup_bfd_unref): Rename from
2012-07-18 Tom Tromey * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2012-07-05 Hui Zhu2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2012-06-28 Stan Shebs Make logging work for MI.
2012-06-13 Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Return...
2012-06-13 Tom Tromey * breakpoint.c (add_catch_command): Use completer_ftype.
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-08 Eli ZaretskiiDisplay the ">" prompt in interactive mode while readin...
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-04-25 Doug Evans * cli/cli-decode.c (print_doc_line): Use stream instead of
2012-04-25 Doug Evansback out previous change
2012-04-25 Doug Evans * cli/cli-decode.c (print_doc_line): Use stream instead of
2012-04-25 Joel BrobeckerCorrupted path caused by "cd" command.
2012-03-27 Pedro Alves2012-03-27 Pedro Alves <palves@redhat.com>
2012-03-01 Doug Evans * NEWS: Mention new python command class gdb.COMMAND_USER.
2012-02-02 Doug Evans * blockframe.c (find_pc_partial_function_gnu_ifunc...
2012-01-28 Jan Kratochvilgdb/
2012-01-26 Jan Kratochvilgdb/
2012-01-24 Jan Kratochvilgdb/
2012-01-23 Jan Kratochvilgdb/
2012-01-09 Keith Seitz * Makefile.in (SFILES): Remove wrapper.c.
2012-01-05 Pedro Alves2012-01-05 Pedro Alves <alves.ped@gmail.com>
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
next