Age | Commit message (Expand) | Author | Files | Lines |
2017-06-13 | Fix bit-/byte-offset mismatch in parameter to read_value_memory | Andreas Arnez | 1 | -5/+4 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 1 | -1/+1 |
2017-01-10 | Use scoped_value_mark in dwarf2_evaluate_loc_desc_full | Tom Tromey | 1 | -1/+11 |
2017-01-10 | Add scoped_value_mark | Tom Tromey | 1 | -0/+22 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-28 | Adjust Value.location for lval_register | Yao Qi | 1 | -1/+1 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 1 | -0/+2 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -4/+12 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -2/+2 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -1/+1 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -0/+7 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -39/+40 |
2016-04-08 | value: Make accessor methods' parameters const-correct | Martin Galvan | 1 | -15/+15 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | Constify value_string | Simon Marchi | 1 | -1/+1 |
2015-11-18 | Constify value_cstring | Simon Marchi | 1 | -1/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -0/+2 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 1 | -2/+2 |
2015-07-28 | Introduce get_value_arch | Simon Marchi | 1 | -0/+4 |
2015-07-06 | Cleanup value_fetch_lazy's comment and return value | Simon Marchi | 1 | -1/+1 |
2015-05-09 | [Python] Add methods reference_value and const_value to gdb.Value. | Siva Chandra | 1 | -0/+2 |
2015-04-29 | PR python/18285 | Doug Evans | 1 | -2/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-28 | Enable chained function calls in C++ expressions. | Siva Chandra | 1 | -0/+2 |
2014-09-16 | Fix PR12526: -location watchpoints for bitfield arguments | Patrick Palka | 1 | -0/+5 |
2014-09-04 | Regression for i686 gdb.dwarf2/pieces-optimized-out.exp | Pedro Alves | 1 | -7/+0 |
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 |