| Commit message (Expand) | Author | Age | Files | Lines |
* | Include gdb_assert.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | constify some cli-utils stuff | Tom Tromey | 2014-07-30 | 1 | -1/+1 |
* | Show new created display | Yao Qi | 2014-05-05 | 1 | -1/+1 |
* | start change to progspace independence | Tom Tromey | 2014-02-26 | 1 | -22/+22 |
* | change minsym representation | Tom Tromey | 2014-02-26 | 1 | -10/+10 |
* | * value.c (record_latest_value): Fix comment. | Doug Evans | 2014-02-24 | 1 | -12/+4 |
* | Remove duplicated #include's from GDB | Honggyu Kim | 2014-01-07 | 1 | -1/+0 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | remove gdb_string.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | New remove-symbol-file command. | Nicolas Blanc | 2013-10-29 | 1 | -6/+9 |
* | fix for PR gdb/15995 | Tom Tromey | 2013-10-17 | 1 | -0/+1 |
* | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 2013-09-24 | 1 | -3/+3 |
* | remove msymbol_objfile | Tom Tromey | 2013-08-05 | 1 | -6/+6 |
* | Add new 'z' format for print command. | Andrew Burgess | 2013-07-25 | 1 | -1/+6 |
* | gdb/printcmd.c: Fix printing of Thumb minimal symbols. | Will Newton | 2013-06-07 | 1 | -0/+11 |
* | fix print_command_1 | Tom Tromey | 2013-05-30 | 1 | -6/+3 |
* | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 2013-04-10 | 1 | -1/+6 |
* | PR symtab/8424: | Tom Tromey | 2013-04-08 | 1 | -8/+10 |
* | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 2013-04-08 | 1 | -2/+3 |
* | * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops, | Tom Tromey | 2013-03-20 | 1 | -8/+9 |
* | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 2013-03-13 | 1 | -7/+20 |
* | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 2013-03-12 | 1 | -6/+6 |
* | (printf_c_string): Fix thinko in comment. | Doug Evans | 2013-02-11 | 1 | -3/+2 |
* | * printcmd.c (printf_c_string,printf_wide_c_string): New functions. | Doug Evans | 2013-02-11 | 1 | -231/+242 |
* | gdb/ | Jan Kratochvil | 2013-02-03 | 1 | -1/+2 |
* | gdb/ | Yao Qi | 2013-01-16 | 1 | -1/+1 |
* | 2013-01-08 Hui Zhu <hui_zhu@mentor.com> | Hui Zhu | 2013-01-08 | 1 | -2/+0 |
* | PR cli/7719: | Tom Tromey | 2013-01-07 | 1 | -25/+5 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | * c-exp.y (block, variable, name_not_typename, lex_one_token, | Tom Tromey | 2012-12-14 | 1 | -3/+2 |
* | gdb/ | Jan Kratochvil | 2012-12-09 | 1 | -3/+3 |
* | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 2012-12-03 | 1 | -1/+1 |
* | * ada-valprint.c (ada_val_print_1): Eliminate single-use | Siddhesh Poyarekar | 2012-09-25 | 1 | -4/+3 |
* | * printcmd.c (ui_printf): Eliminate single-use variable | Siddhesh Poyarekar | 2012-09-14 | 1 | -3/+2 |
* | Name of symbol missing when printing global variable's address | Joel Brobecker | 2012-09-11 | 1 | -0/+1 |
* | gdb/ | Jan Kratochvil | 2012-07-16 | 1 | -1/+7 |
* | Add target-side support for dynamic printf. | Stan Shebs | 2012-07-02 | 1 | -310/+31 |
* | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 2012-05-18 | 1 | -4/+0 |
* | PR exp/13907: | Tom Tromey | 2012-05-18 | 1 | -7/+16 |
* | * printcmd.c (print_address_demangle): Remove special case for 0. | Tom Tromey | 2012-05-18 | 1 | -5/+1 |
* | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 2012-05-18 | 1 | -5/+3 |
* | 2012-05-10 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2012-05-10 | 1 | -5/+15 |
* | 2012-05-04 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2012-05-04 | 1 | -0/+6 |
* | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 2012-02-07 | 1 | -1/+1 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -3/+1 |
* | * defs.h (is_cplus_marker, set_demangling_style): Moved to ... | Doug Evans | 2011-11-10 | 1 | -3/+1 |
* | gdb/ | Jan Kratochvil | 2011-10-09 | 1 | -0/+1 |
* | 2011-08-09 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2011-08-09 | 1 | -22/+28 |
* | gdb/ | Pedro Alves | 2011-08-05 | 1 | -0/+11 |
* | * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR | Pedro Alves | 2011-03-22 | 1 | -3/+1 |