Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Constify show_convenience | Tom Tromey | 1 | -3/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -10/+7 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -5/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-06 | Assert on lval_register | Yao Qi | 1 | -0/+2 |
2016-11-28 | Restrict checking value.lval on using address | Yao Qi | 1 | -11/+6 |
2016-11-28 | Adjust Value.location for lval_register | Yao Qi | 1 | -27/+17 |
2016-11-22 | Use VALUE_NEXT_FRAME_ID in value_from_component | Yao Qi | 1 | -1/+1 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 1 | -0/+25 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -18/+29 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -6/+2 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -12/+14 |
2016-08-09 | Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out value | Pedro Alves | 1 | -8/+15 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -58/+64 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-04-26 | fort_dyn_array: Enable dynamic member types inside a structure. | Bernhard Heckel | 1 | -3/+36 |
2016-04-14 | Avoid implicit float <-> integer conversion warnings | Pedro Alves | 1 | -2/+2 |
2016-04-08 | value: Make accessor methods' parameters const-correct | Martin Galvan | 1 | -15/+15 |
2016-04-06 | Eliminate -var-create error for optzd ptr to struct | Don Breazeal | 1 | -2/+13 |
2016-03-29 | 2016-03-29 Don Breazeal <donb@codesourcery.com> | Don Breazeal | 1 | -1/+1 |
2016-02-01 | gdb: New set/show max-value-size command. | Andrew Burgess | 1 | -4/+93 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -7/+3 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -4/+4 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 1 | -14/+25 |
2015-07-28 | Introduce get_value_arch | Simon Marchi | 1 | -0/+8 |
2015-07-28 | Update comments in struct value for non-8-bits architectures | Simon Marchi | 1 | -15/+15 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -3/+3 |
2015-07-06 | Cleanup value_fetch_lazy's comment and return value | Simon Marchi | 1 | -12/+5 |
2015-05-09 | [Python] Add methods reference_value and const_value to gdb.Value. | Siva Chandra | 1 | -0/+21 |
2015-05-05 | Add valaddr support in dynamic property resolution. | Joel Brobecker | 1 | -1/+1 |
2015-04-29 | PR python/18285 | Doug Evans | 1 | -0/+12 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -4/+7 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -59/+62 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -4/+4 |
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/+12 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-16 | Fix PR12526: -location watchpoints for bitfield arguments | Patrick Palka | 1 | -1/+1 |
2014-09-04 | Regression for i686 gdb.dwarf2/pieces-optimized-out.exp | Pedro Alves | 1 | -118/+109 |
2014-08-20 | Fix handling of typedefs to types having a data_location attribute. | Joel Brobecker | 1 | -3/+4 |
2014-08-20 | value.c (value_contents_bits_eq): Initialize l,h for gcc -Wall. | Pedro Alves | 1 | -1/+1 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -192/+275 |
2014-08-19 | value_from_pointer: remove call to resolve_dynamic_type | Joel Brobecker | 1 | -6/+3 |
2014-08-18 | Add support for DW_AT_data_location. | Joel Brobecker | 1 | -0/+3 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-30 | constify some cli-utils stuff | Tom Tromey | 1 | -3/+13 |
2014-07-24 | constify command docs | Tom Tromey | 1 | -1/+1 |