Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-07-22 | Fix crash on optimized-out entry data values | Pedro Alves | 1 | -1/+4 |
2014-07-14 | Garbage collect value_contents_equal. | Pedro Alves | 1 | -19/+0 |
2014-06-04 | handle VLA in a struct or union | Tom Tromey | 1 | -0/+23 |
2014-06-03 | Add xmethod interface to the extension language API. | Siva Chandra | 1 | -3/+44 |
2014-04-14 | vla: update type from newly created value | Sanimir Agovic | 1 | -0/+1 |
2014-04-14 | type: add c99 variable length array support | Sanimir Agovic | 1 | -6/+13 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 1 | -14/+6 |
2014-04-11 | vla: update type from newly created value | Sanimir Agovic | 1 | -0/+1 |
2014-04-11 | type: add c99 variable length array support | Sanimir Agovic | 1 | -6/+13 |
2014-03-13 | Fix segv when referencing a value added to history after a Guile garbage coll... | Doug Evans | 1 | -1/+5 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -4/+4 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-02-24 | * value.c (record_latest_value): Fix comment. | Doug Evans | 1 | -3/+1 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -2/+2 |
2014-01-16 | rearrange struct value to save memory | Tom Tromey | 1 | -3/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-18 | ARI fix in value.c::value_entirely_unavailable | Joel Brobecker | 1 | -2/+2 |
2013-12-17 | Convert the unavailable vector to be bit, not byte, based. | Andrew Burgess | 1 | -21/+160 |
2013-11-27 | Make "set debug frame 1" use the standard print routine for optimized out val... | Andrew Burgess | 1 | -1/+4 |