Age | Commit message (Expand) | Author | Files | Lines |
2016-11-02 | Fix dwarf_expr_context method regressions | Tom Tromey | 1 | -16/+0 |
2016-10-21 | Convert dwarf_expr_context_funcs to methods | Tom Tromey | 1 | -110/+26 |
2016-10-21 | Convert DWARF expr functions to methods | Tom Tromey | 1 | -205/+194 |
2016-10-21 | Initial conversion of dwarf_expr_ctx | Tom Tromey | 1 | -34/+21 |
2016-10-05 | Allow DW_OP_GNU_uninit in dwarf_expr_require_composition | Andreas Arnez | 1 | -12/+5 |
2016-09-02 | Handle DW_OP_form_tls_address | Tom Tromey | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -1/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+4 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -8/+6 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+2 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-18 | Add support for DW_OP_push_object_address. | Joel Brobecker | 1 | -0/+6 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-17 | Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcs | Joel Brobecker | 1 | -4/+6 |
2013-11-14 | Fix DW_OP_GNU_regval_type with FP registers | Joel Brobecker | 1 | -4/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-10 | * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function. | Tom Tromey | 1 | -2/+2 |
2012-06-19 | * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index. | Doug Evans | 1 | -0/+6 |
2012-06-17 | gdb/ | Jan Kratochvil | 1 | -0/+14 |
2012-06-17 | gdb/ | Jan Kratochvil | 1 | -12/+15 |
2012-05-24 | * dwarf2-frame.c (execute_cfa_program): Update to handle long long -> | Doug Evans | 1 | -15/+15 |
2012-05-22 | * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end | Doug Evans | 1 | -88/+80 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-04-28 | Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission | Doug Evans | 1 | -0/+14 |
2012-03-19 | gdb/ | Jan Kratochvil | 1 | -20/+32 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -0/+3 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-10-17 | gdb/ | Jan Kratochvil | 1 | -8/+0 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -3/+76 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -0/+62 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -9/+73 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -2/+6 |
2011-07-27 | gdb/ | Jan Kratochvil | 1 | -0/+8 |
2011-07-27 | gdb/ | Jan Kratochvil | 1 | -0/+48 |
2011-07-15 | gdb/ | Jan Kratochvil | 1 | -14/+13 |
2011-07-13 | * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use | Tom Tromey | 1 | -1/+3 |
2011-07-11 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2011-07-08 | * dwarf2expr.c (execute_stack_op): Add QUIT. | Tom Tromey | 1 | -0/+4 |
2011-06-22 | * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type | Tom Tromey | 1 | -1/+4 |
2011-06-03 | Various spelling fixes. | Joel Brobecker | 1 | -2/+2 |
2011-06-03 | address size can be different from DW_OP_deref size | Joel Brobecker | 1 | -0/+13 |
2011-06-03 | * dwarf2expr.c (get_signed_type): New function. | Tom Tromey | 1 | -0/+34 |
2011-05-17 | * dwarf2read.c (dwarf2_get_die_type): Call | Tom Tromey | 1 | -0/+2 |
2011-05-13 | gdb | Tom Tromey | 1 | -2/+2 |
2011-05-13 | * utils.c (do_value_free): New function. | Tom Tromey | 1 | -2/+0 |
2011-05-12 | * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally | Tom Tromey | 1 | -1/+1 |
2011-05-12 | gdb | Tom Tromey | 1 | -88/+386 |