| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) | Simon Marchi | 2018-01-07 | 1 | -17/+13 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | Change value_contents_eq return bool | Yao Qi | 2017-11-24 | 1 | -5/+5 |
* | Constify add_setshow_* | Tom Tromey | 2017-11-07 | 1 | -1/+1 |
* | Remove cmd_cfunc_ftype | Tom Tromey | 2017-11-07 | 1 | -5/+1 |
* | Constify add_com | Tom Tromey | 2017-11-07 | 1 | -1/+1 |
* | Add set_repeat_arguments function | Tom Tromey | 2017-11-07 | 1 | -4/+1 |
* | Target FP: Remove unused floating-point routines | Ulrich Weigand | 2017-11-06 | 1 | -83/+0 |
* | Target FP: Add conversion routines to target-float.{c,h} | Ulrich Weigand | 2017-11-06 | 1 | -3/+11 |
* | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 2017-11-06 | 1 | -19/+17 |
* | Constify add_prefix_cmd | Tom Tromey | 2017-10-11 | 1 | -1/+1 |
* | Clean up some DFP interfaces | Ulrich Weigand | 2017-10-05 | 1 | -3/+1 |
* | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 2017-10-05 | 1 | -0/+1 |
* | Constify show_convenience | Tom Tromey | 2017-09-27 | 1 | -3/+1 |
* | Remove unnecessary function prototypes. | John Baldwin | 2017-09-09 | 1 | -4/+0 |
* | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 2017-07-17 | 1 | -10/+7 |
* | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 2017-03-20 | 1 | -5/+7 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | Assert on lval_register | Yao Qi | 2016-12-06 | 1 | -0/+2 |
* | Restrict checking value.lval on using address | Yao Qi | 2016-11-28 | 1 | -11/+6 |
* | Adjust Value.location for lval_register | Yao Qi | 2016-11-28 | 1 | -27/+17 |
* | Use VALUE_NEXT_FRAME_ID in value_from_component | Yao Qi | 2016-11-22 | 1 | -1/+1 |
* | Create subobject value in pretty printer | Yao Qi | 2016-11-21 | 1 | -0/+25 |
* | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 2016-11-16 | 1 | -18/+29 |
* | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 2016-11-08 | 1 | -6/+2 |
* | gdb: Use std::min and std::max throughout | Pedro Alves | 2016-09-16 | 1 | -12/+14 |
* | Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out value | Pedro Alves | 2016-08-09 | 1 | -8/+15 |
* | Support structure offsets that are 512K or larger. | David Taylor | 2016-06-24 | 1 | -58/+64 |
* | remove trivialy unused variables | Trevor Saunders | 2016-05-07 | 1 | -1/+0 |
* | fort_dyn_array: Enable dynamic member types inside a structure. | Bernhard Heckel | 2016-04-26 | 1 | -3/+36 |
* | Avoid implicit float <-> integer conversion warnings | Pedro Alves | 2016-04-14 | 1 | -2/+2 |
* | value: Make accessor methods' parameters const-correct | Martin Galvan | 2016-04-08 | 1 | -15/+15 |
* | Eliminate -var-create error for optzd ptr to struct | Don Breazeal | 2016-04-06 | 1 | -2/+13 |
* | 2016-03-29 Don Breazeal <donb@codesourcery.com> | Don Breazeal | 2016-03-29 | 1 | -1/+1 |
* | gdb: New set/show max-value-size command. | Andrew Burgess | 2016-02-01 | 1 | -4/+93 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 1 | -7/+3 |
* | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 2015-08-01 | 1 | -4/+4 |
* | Consider addressable memory unit size in various value functions | Simon Marchi | 2015-07-28 | 1 | -14/+25 |
* | Introduce get_value_arch | Simon Marchi | 2015-07-28 | 1 | -0/+8 |
* | Update comments in struct value for non-8-bits architectures | Simon Marchi | 2015-07-28 | 1 | -15/+15 |
* | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 2015-07-14 | 1 | -3/+3 |
* | Cleanup value_fetch_lazy's comment and return value | Simon Marchi | 2015-07-06 | 1 | -12/+5 |
* | [Python] Add methods reference_value and const_value to gdb.Value. | Siva Chandra | 2015-05-09 | 1 | -0/+21 |
* | Add valaddr support in dynamic property resolution. | Joel Brobecker | 2015-05-05 | 1 | -1/+1 |
* | PR python/18285 | Doug Evans | 2015-04-29 | 1 | -0/+12 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 1 | -4/+7 |
* | Fix struct, union, and enum nesting in C++ | Tom Tromey | 2015-02-27 | 1 | -59/+62 |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -4/+4 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |