Age | Commit message (Expand) | Author | Files | Lines |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -4/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Use gdb::byte_vector in pascal_object_print_value | Tom Tromey | 1 | -8/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -9/+10 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -5/+5 |
2016-05-17 | Add array start and end strings to generic_val_print_decorations | Tom Tromey | 1 | -1/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -1/+2 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-04 | gdb: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -2/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -4/+4 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -6/+8 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -3/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
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 | -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 |