Age | Commit message (Expand) | Author | Files | Lines |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -47/+111 |
2014-08-15 | Add new argument NOSIDE to find_overload_match. | Siva Chandra | 1 | -1/+2 |
2014-07-30 | constify some cli-utils stuff | Tom Tromey | 1 | -1/+1 |
2014-07-14 | Garbage collect value_contents_equal. | Pedro Alves | 1 | -1/+0 |
2014-06-04 | handle VLA in a struct or union | Tom Tromey | 1 | -0/+2 |
2014-06-03 | Add xmethod interface to the extension language API. | Siva Chandra | 1 | -0/+6 |
2014-04-17 | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 1 | -3/+4 |
2014-04-14 | constify value_aggregate_elt | Tom Tromey | 1 | -1/+1 |
2014-01-13 | Use bitpos and type to lookup a gdb.Field object when its name is 'None'. | Siva Chandra | 1 | -0/+5 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-17 | Convert the unavailable vector to be bit, not byte, based. | Andrew Burgess | 1 | -0/+14 |
2013-10-02 | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 1 | -0/+5 |
2013-08-29 | cleanup: make allocate_value_contents static | Sanimir Agovic | 1 | -1/+0 |
2013-08-27 | Add options to skip unavailable locals | Yao Qi | 1 | -0/+4 |
2013-08-13 | Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy, | Sergio Durigan Junior | 1 | -4/+3 |
2013-08-02 | fix PR symtab/15719 | Tom Tromey | 1 | -1/+2 |
2013-07-10 | ada-lang.c:coerce_unspec_val_to_type: Preserve laziness. | Joel Brobecker | 1 | -1/+7 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -1/+1 |
2013-06-28 | [PR tui/14880] Fetch values before comparing their contents. | Pedro Alves | 1 | -1/+6 |
2013-05-14 | * eval.c (parse_and_eval_long): Make 'exp' const. | Tom Tromey | 1 | -1/+1 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -3/+3 |
2013-02-06 | Allow struct 'return' on 32-bit sparc. | David S. Miller | 1 | -0/+4 |
2013-01-29 | * value.c (deprecated_set_value_modifiable): Remove. | Tom Tromey | 1 | -2/+0 |
2013-01-25 | * valops.c (find_overload_match): Remove unused argument 'lax'. | Siva Chandra Reddy | 1 | -1/+1 |
2013-01-25 | http://sourceware.org/ml/gdb-patches/2012-11/msg00312.html | Andrew Burgess | 1 | -0/+6 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-14 | * symtab.c (check_field): Now static. Move from... | Tom Tromey | 1 | -2/+0 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -1/+2 |
2012-09-27 | * gdbtypes.c (lookup_array_range_type): Expand parameters | Siddhesh Poyarekar | 1 | -2/+2 |
2012-08-13 | gdb/ | Yao Qi | 1 | -2/+0 |
2012-06-15 | * valops.c (value_find_oload_method_list): Now static. | Tom Tromey | 1 | -5/+0 |
2012-06-13 | * breakpoint.c (condition_completer): New function. | Tom Tromey | 1 | -0/+2 |
2012-05-21 | PR c++/7173: | Tom Tromey | 1 | -1/+1 |
2012-05-18 | PR exp/13907: | Tom Tromey | 1 | -3/+3 |
2012-05-18 | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 1 | -1/+2 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -1/+1 |
2012-04-27 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+45 |
2012-04-14 | gdb/doc/ChangeLog: | Anton Gorenkov | 1 | -0/+16 |
2012-04-03 | gdb/ | Jan Kratochvil | 1 | -0/+14 |
2012-03-16 | [Ada] Crash when trying to set value of packed array element | Joel Brobecker | 1 | -0/+1 |
2012-03-02 | language-specific read_var_value for Ada renamings | Joel Brobecker | 1 | -0/+3 |
2012-03-01 | * value.h (val_print): Return void. | Tom Tromey | 1 | -6/+6 |
2012-03-01 | * value.h (common_val_print): Return void. | Tom Tromey | 1 | -4/+4 |
2012-03-01 | * value.h (value_print): Return void. | Tom Tromey | 1 | -2/+2 |
2012-02-21 | gdb/ | Anton Gorenkov | 1 | -2/+15 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-12-22 | PR python/12533: | Tom Tromey | 1 | -0/+2 |
2011-10-27 | handle variables stored in muliple consecutive registers | Joel Brobecker | 1 | -0/+3 |
2011-10-20 | 2011-10-20 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+2 |