Age | Commit message (Expand) | Author | Files | Lines |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -7/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -9/+12 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -8/+10 |
2015-02-27 | Exported const objects | Pedro Alves | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -2/+2 |
2015-01-31 | Move TYPE_SELF_TYPE into new field type_specific. | Doug Evans | 1 | -24/+23 |
2015-01-31 | gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | Doug Evans | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-05 | Cast result of obstack_next_free | Alan Modra | 1 | -2/+2 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -8/+3 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-05 | Prepare gdb for 64-bit obstacks | Alan Modra | 1 | -4/+4 |
2014-04-14 | vla: update type from newly created value | Sanimir Agovic | 1 | -0/+2 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 1 | -2/+0 |
2014-04-11 | vla: update type from newly created value | Sanimir Agovic | 1 | -0/+2 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -9/+9 |
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-10-25 | Print nonexisting/optimized out static fields gracefully. | Pedro Alves | 1 | -7/+10 |
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 | -4/+4 |
2013-04-19 | -Wpointer-sign: cp-valprint.c. | Pedro Alves | 1 | -1/+1 |
2013-01-07 | PR cli/7719: | Tom Tromey | 1 | -36/+15 |
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 | -1/+2 |
2012-09-27 | Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357 | Tom Tromey | 1 | -2/+5 |
2012-07-06 | * cp-valprint.c (cp_print_value): Replace potentially unsafe | Siddhesh Poyarekar | 1 | -3/+6 |
2012-05-18 | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 1 | -3/+3 |
2012-04-03 | gdb/ | Jan Kratochvil | 1 | -8/+12 |
2012-03-15 | * cp-valprint.c (cp_print_value_fields): Use | Tom Tromey | 1 | -0/+11 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -3/+3 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+2 |
2011-05-17 | * cp-valprint.c (cp_print_value_fields): Catch errors from | Tom Tromey | 1 | -3/+13 |
2011-02-14 | gdb/ | Pedro Alves | 1 | -36/+47 |
2011-02-14 | gdb/ | Pedro Alves | 1 | -3/+2 |
2011-01-25 | Centralize printing "<optimized out>". | Pedro Alves | 1 | -2/+2 |
2011-01-25 | * cp-valprint.c (cp_print_value): Treat the 'skip' local as | Pedro Alves | 1 | -12/+23 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-31 | 2010-12-31 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -93/+122 |
2010-11-29 | gdb | Tom Tromey | 1 | -0/+8 |
2010-06-28 | gdb/ | Jan Kratochvil | 1 | -2/+11 |
2010-06-14 | * cp-valprint.c (cp_print_static_field): Members of | Ulrich Weigand | 1 | -2/+2 |
2010-06-11 | gdb | Tom Tromey | 1 | -20/+39 |
2010-05-13 | 2010-05-13 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+8 |
2010-04-22 | * cp-valprint.c (cp_print_value_fields): Replaced obstack_base() | Chris Moller | 1 | -10/+19 |
2010-04-21 | PR 9167 | Chris Moller | 1 | -7/+16 |