Age | Commit message (Expand) | Author | Files | Lines |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -1/+1 |
2017-07-14 | ax-gdb: Remove unnecessary gdbarch parameters | Simon Marchi | 1 | -16/+15 |
2017-07-09 | Fix size check in dwarf2_evaluate_loc_desc_full | Tom Tromey | 1 | -1/+3 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -6/+1 |
2017-06-14 | Introduce gdb::byte_vector, add allocator that default-initializes | Pedro Alves | 1 | -3/+4 |
2017-06-13 | read/write_pieced_value: Merge into one function | Andreas Arnez | 1 | -182/+178 |
2017-06-13 | write_pieced_value: Notify memory_changed observers | Andreas Arnez | 1 | -4/+5 |
2017-06-13 | read/write_pieced_value: Remove unnecessary variable copies | Andreas Arnez | 1 | -68/+52 |
2017-06-13 | Respect piece offset for DW_OP_bit_piece | Andreas Arnez | 1 | -6/+19 |
2017-06-13 | read/write_pieced_value: Improve logic for buffer allocation | Andreas Arnez | 1 | -56/+54 |
2017-06-13 | Fix handling of DWARF register pieces on big-endian targets | Andreas Arnez | 1 | -21/+35 |
2017-06-13 | read/write_pieced_value: Drop 'buffer_size' variable | Andreas Arnez | 1 | -12/+2 |
2017-06-13 | write_pieced_value: Transfer least significant bits into bit-field | Andreas Arnez | 1 | -39/+31 |
2017-06-13 | write_pieced_value: Fix buffer offset for memory pieces | Andreas Arnez | 1 | -1/+1 |
2017-06-13 | write_pieced_value: Include transfer size in byte-wise check | Andreas Arnez | 1 | -1/+4 |
2017-06-13 | write_pieced_value: Fix copy/paste error in size calculation | Andreas Arnez | 1 | -1/+1 |
2017-06-13 | read/write_pieced_value: Respect value parent's offset | Andreas Arnez | 1 | -2/+4 |
2017-06-13 | Remove addr_size field from struct piece_closure | Andreas Arnez | 1 | -6/+2 |
2017-06-13 | PR gdb/21226: Take DWARF stack value pieces from LSB end | Andreas Arnez | 1 | -20/+26 |
2017-06-13 | write_pieced_value: Fix size capping logic | Andreas Arnez | 1 | -2/+2 |
2017-04-04 | Make sect_offset and cu_offset strong typedefs instead of structs | Pedro Alves | 1 | -19/+18 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -2/+2 |
2017-03-16 | Big-endian targets: Don't ignore offset into DW_OP_stack_value | Andreas Arnez | 1 | -43/+56 |
2017-02-20 | DWARF-5: call sites | Jan Kratochvil | 1 | -27/+32 |
2017-02-20 | DWARF-5 basic functionality | Jan Kratochvil | 1 | -7/+74 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -3/+3 |
2017-02-01 | Big-endian targets: Don't ignore offset into DW_OP_implicit_value | Andreas Arnez | 1 | -16/+3 |
2017-01-10 | Use scoped_value_mark in dwarf2_evaluate_loc_desc_full | Tom Tromey | 1 | -14/+13 |
2017-01-10 | Add scoped_value_mark | Tom Tromey | 1 | -6/+2 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -96/+54 |
2017-01-04 | Fix an internal error on writing pieced value | Yao Qi | 1 | -12/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-28 | Move computed value's frame id to piece_closure | Yao Qi | 1 | -13/+11 |
2016-11-24 | Optimize byte-aligned copies in copy_bitwise() | Andreas Arnez | 1 | -4/+23 |
2016-11-24 | Add unit test for copy_bitwise | Andreas Arnez | 1 | -0/+140 |
2016-11-24 | Fix copy_bitwise() | Andreas Arnez | 1 | -148/+52 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -4/+17 |
2016-11-02 | Fix dwarf_expr_context method regressions | Tom Tromey | 1 | -10/+22 |
2016-10-21 | Convert dwarf_expr_context_funcs to methods | Tom Tromey | 1 | -370/+272 |
2016-10-21 | Convert DWARF expr functions to methods | Tom Tromey | 1 | -11/+11 |
2016-10-21 | Initial conversion of dwarf_expr_ctx | Tom Tromey | 1 | -62/+53 |
2016-10-21 | Some cleanup removal in dwarf2loc.c | Tom Tromey | 1 | -44/+25 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-09-02 | Handle DW_OP_form_tls_address | Tom Tromey | 1 | -2/+5 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -55/+66 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -3/+4 |
2016-05-31 | [PR gdb/19893] Fix handling of synthetic C++ references | Martin Galvan | 1 | -35/+93 |
2016-05-12 | PR symtab/19999 gdb unable to resolve vars with fission+PIE | Doug Evans | 1 | -3/+9 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-09 | dwarf2loc.c: Perform a pointer to address conversion for DWARF_VALUE_MEMORY. | Kevin Buettner | 1 | -0/+21 |