| Commit message (Expand) | Author | Age | Files | Lines |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | Constify value_string | Simon Marchi | 2015-11-18 | 1 | -1/+1 |
* | Constify value_cstring | Simon Marchi | 2015-11-18 | 1 | -1/+1 |
* | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 2015-08-25 | 1 | -0/+2 |
* | Consider addressable memory unit size in various value functions | Simon Marchi | 2015-07-28 | 1 | -2/+2 |
* | Introduce get_value_arch | Simon Marchi | 2015-07-28 | 1 | -0/+4 |
* | Cleanup value_fetch_lazy's comment and return value | Simon Marchi | 2015-07-06 | 1 | -1/+1 |
* | [Python] Add methods reference_value and const_value to gdb.Value. | Siva Chandra | 2015-05-09 | 1 | -0/+2 |
* | PR python/18285 | Doug Evans | 2015-04-29 | 1 | -2/+5 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Enable chained function calls in C++ expressions. | Siva Chandra | 2014-11-28 | 1 | -0/+2 |
* | Fix PR12526: -location watchpoints for bitfield arguments | Patrick Palka | 2014-09-16 | 1 | -0/+5 |
* | Regression for i686 gdb.dwarf2/pieces-optimized-out.exp | Pedro Alves | 2014-09-04 | 1 | -7/+0 |
* | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 2014-08-20 | 1 | -47/+111 |
* | Add new argument NOSIDE to find_overload_match. | Siva Chandra | 2014-08-15 | 1 | -1/+2 |
* | constify some cli-utils stuff | Tom Tromey | 2014-07-30 | 1 | -1/+1 |
* | Garbage collect value_contents_equal. | Pedro Alves | 2014-07-14 | 1 | -1/+0 |
* | handle VLA in a struct or union | Tom Tromey | 2014-06-04 | 1 | -0/+2 |
* | Add xmethod interface to the extension language API. | Siva Chandra | 2014-06-03 | 1 | -0/+6 |
* | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 2014-04-17 | 1 | -3/+4 |
* | constify value_aggregate_elt | Tom Tromey | 2014-04-14 | 1 | -1/+1 |
* | Use bitpos and type to lookup a gdb.Field object when its name is 'None'. | Siva Chandra | 2014-01-13 | 1 | -0/+5 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | Convert the unavailable vector to be bit, not byte, based. | Andrew Burgess | 2013-12-17 | 1 | -0/+14 |
* | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 2013-10-02 | 1 | -0/+5 |
* | cleanup: make allocate_value_contents static | Sanimir Agovic | 2013-08-29 | 1 | -1/+0 |
* | Add options to skip unavailable locals | Yao Qi | 2013-08-27 | 1 | -0/+4 |
* | Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy, | Sergio Durigan Junior | 2013-08-13 | 1 | -4/+3 |
* | fix PR symtab/15719 | Tom Tromey | 2013-08-02 | 1 | -1/+2 |
* | ada-lang.c:coerce_unspec_val_to_type: Preserve laziness. | Joel Brobecker | 2013-07-10 | 1 | -1/+7 |
* | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 2013-07-09 | 1 | -1/+1 |
* | [PR tui/14880] Fetch values before comparing their contents. | Pedro Alves | 2013-06-28 | 1 | -1/+6 |
* | * eval.c (parse_and_eval_long): Make 'exp' const. | Tom Tromey | 2013-05-14 | 1 | -1/+1 |
* | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 2013-03-12 | 1 | -3/+3 |
* | Allow struct 'return' on 32-bit sparc. | David S. Miller | 2013-02-06 | 1 | -0/+4 |
* | * value.c (deprecated_set_value_modifiable): Remove. | Tom Tromey | 2013-01-29 | 1 | -2/+0 |
* | * valops.c (find_overload_match): Remove unused argument 'lax'. | Siva Chandra Reddy | 2013-01-25 | 1 | -1/+1 |
* | http://sourceware.org/ml/gdb-patches/2012-11/msg00312.html | Andrew Burgess | 2013-01-25 | 1 | -0/+6 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | * symtab.c (check_field): Now static. Move from... | Tom Tromey | 2012-12-14 | 1 | -2/+0 |
* | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 2012-12-03 | 1 | -1/+2 |
* | * gdbtypes.c (lookup_array_range_type): Expand parameters | Siddhesh Poyarekar | 2012-09-27 | 1 | -2/+2 |
* | gdb/ | Yao Qi | 2012-08-13 | 1 | -2/+0 |
* | * valops.c (value_find_oload_method_list): Now static. | Tom Tromey | 2012-06-15 | 1 | -5/+0 |
* | * breakpoint.c (condition_completer): New function. | Tom Tromey | 2012-06-13 | 1 | -0/+2 |
* | PR c++/7173: | Tom Tromey | 2012-05-21 | 1 | -1/+1 |
* | PR exp/13907: | Tom Tromey | 2012-05-18 | 1 | -3/+3 |
* | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 2012-05-18 | 1 | -1/+2 |
* | gdb/ | Maciej W. Rozycki | 2012-05-16 | 1 | -1/+1 |
* | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 2012-04-27 | 1 | -3/+45 |