Age | Commit message (Expand) | Author | Files | Lines |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -8/+8 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -0/+1 |
2015-08-07 | gdb: get_frame_language now takes a frame parameter. | Andrew Burgess | 1 | -8/+26 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -5/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -16/+114 |
2014-12-18 | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 1 | -5/+4 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -1/+19 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -0/+6 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-07 | New field 'la_natural_name' in struct language_defn | Yao Qi | 1 | -0/+3 |
2013-11-07 | Constify 'la_name' in struct language_defn | Yao Qi | 1 | -2/+2 |
2013-10-25 | New field la_varobj_ops in struct language_defn | Yao Qi | 1 | -0/+4 |
2013-04-15 | PR c++/11990: | Tom Tromey | 1 | -1/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-12 | * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags | Tom Tromey | 1 | -4/+2 |
2012-08-17 | PR c++/13356 | Keith Seitz | 1 | -127/+10 |
2012-03-02 | language-specific read_var_value for Ada renamings | Joel Brobecker | 1 | -0/+3 |
2012-03-01 | * valprint.c (val_print): Update. | Tom Tromey | 1 | -1/+1 |
2012-03-01 | * value.h (value_print): Return void. | Tom Tromey | 1 | -3/+3 |
2012-02-08 | Rename la_get_symbol_name_match_p into la_get_symbol_name_cmp | Joel Brobecker | 1 | -3/+3 |
2012-01-28 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2012-01-26 | Ada: allow unqualified function names in linespecs | Joel Brobecker | 1 | -3/+3 |
2012-01-04 | Delete #if 0'd out code. | Doug Evans | 1 | -266/+0 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+2 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 1 | -0/+6 |
2011-02-22 | * language.c (language_class_name_from_physname): Rename | Tom Tromey | 1 | -4/+3 |
2011-01-09 | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -45/+47 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -31/+47 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-06-14 | gdb/ | Jan Kratochvil | 1 | -3/+3 |
2010-06-11 | gdb | Tom Tromey | 1 | -0/+1 |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+7 |
2010-04-29 | D language support. | Joel Brobecker | 1 | -0/+6 |
2010-01-14 | 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+1 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+2 |
2009-12-29 | * language.c (pointer_type): Un-comment out. | Stan Shebs | 1 | -0/+2 |
2009-09-25 | gdb | Tom Tromey | 1 | -1/+1 |
2009-08-18 | * utils.c (add_internal_problem_command): Free set_doc and | Tom Tromey | 1 | -2/+3 |
2009-08-14 | * ui-file.h (ui_file_xstrdup): Mention that the length argument | Pedro Alves | 1 | -2/+1 |
2009-08-13 | 2009-08-13 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -214/+202 |
2009-08-13 | Revert 2009-08-07 changes for PR gdb/8869: | Pedro Alves | 1 | -102/+31 |
2009-08-07 | gdb | Tom Tromey | 1 | -3/+42 |
2009-08-07 | PR gdb/8869: | Tom Tromey | 1 | -28/+60 |