Age | Commit message (Expand) | Author | Files | Lines |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -5/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+2 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -3/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-10-25 | Print nonexisting/optimized out static fields gracefully. | Pedro Alves | 1 | -0/+6 |
2013-10-02 | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 1 | -2/+2 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -6/+6 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -6/+7 |
2013-01-07 | PR cli/7719: | Tom Tromey | 1 | -30/+11 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-14 | * c-exp.y (block, variable, name_not_typename, lex_one_token, | Tom Tromey | 1 | -1/+1 |
2012-08-16 | gdb/ | Yao Qi | 1 | -13/+3 |
2012-07-23 | * p-valprint.c (pascal_object_print_value): Replace potentially | Siddhesh Poyarekar | 1 | -2/+6 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-05-18 | PR exp/13907: | Tom Tromey | 1 | -1/+3 |
2012-05-18 | * valprint.c (val_print_string): Don't print leading space. | Tom Tromey | 1 | -1/+13 |
2012-05-18 | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 1 | -3/+3 |
2012-03-01 | * valprint.h (struct generic_val_print_decorations): New. | Tom Tromey | 1 | -187/+26 |
2012-03-01 | * valprint.c (val_print): Update. | Tom Tromey | 1 | -12/+4 |
2012-03-01 | * value.h (value_print): Return void. | Tom Tromey | 1 | -2/+2 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -2/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -4/+13 |
2011-03-15 | Remove trailing spaces and tabulations from pascal language | Pierre Muller | 1 | -3/+3 |
2011-02-28 | 2011-02-28 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-02-18 | * c-valprint.c (c_val_print): Add embedded_offset to address | Pierre Muller | 1 | -1/+1 |
2011-02-14 | gdb/ | Pedro Alves | 1 | -25/+41 |
2011-02-14 | gdb/ | Pedro Alves | 1 | -6/+2 |
2011-02-07 | * valprint.c (val_print): Extend comment. | Pedro Alves | 1 | -9/+3 |
2011-01-25 | * printcmd.c (print_formatted): Use val_print_scalar_formatted | Pedro Alves | 1 | -16/+16 |
2011-01-25 | Centralize printing "<optimized out>". | Pedro Alves | 1 | -2/+2 |
2011-01-24 | 2011-01-24 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -17/+31 |
2011-01-10 | 2011-01-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -16/+16 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -18/+39 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-11-29 | gdb | Tom Tromey | 1 | -0/+8 |
2010-10-15 | PR python/11948: | Tom Tromey | 1 | -2/+4 |
2010-06-21 | * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME. | Tom Tromey | 1 | -1/+1 |
2010-06-11 | gdb | Tom Tromey | 1 | -6/+16 |
2010-06-03 | * valprint.h (get_array_bounds): Change low and high parameter types | Pierre Muller | 1 | -1/+1 |
2010-05-20 | * p-valprint.c (pascal_val_print): Call get_array_bounds | Pierre Muller | 1 | -2/+3 |
2010-05-17 | * p-valprint.c (pascal_val_print): Handle set type if range limits | Pierre Muller | 1 | -0/+8 |
2010-05-16 | 2010-05-15 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -8/+20 |
2010-05-03 | PR pascal/11349. | Pierre Muller | 1 | -1/+4 |
2010-04-21 | gdb ChangeLog | Pierre Muller | 1 | -6/+7 |
2010-03-09 | * p-lang.c (is_pascal_string_type): Remove unneeded parentheses. | Pierre Muller | 1 | -87/+87 |
2010-01-14 | 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -2/+4 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -7/+10 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -6/+9 |