Age | Commit message (Expand) | Author | Files | Lines |
2019-05-08 | Don't declare read_unsigned_leb128 in defs.h | Tom Tromey | 1 | -0/+1 |
2019-05-08 | Fix VLA printing for Ada | Tom Tromey | 1 | -2/+6 |
2019-04-22 | Support for DW_OP_addrx and DW_FORM_addrx tags | Ali Tamur | 1 | -2/+3 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -22/+18 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -18/+22 |
2019-03-05 | Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release | Tom Tromey | 1 | -2/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-14 | delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead | Joel Brobecker | 1 | -234/+0 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -12/+11 |
2018-09-06 | compile: Remove non-const reference parameters | Simon Marchi | 1 | -3/+3 |
2018-09-05 | [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies | Tom de Vries | 1 | -4/+6 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-08-18 | Add support for DW_OP_GNU_variable_value | Kevin Buettner | 1 | -0/+56 |
2018-07-25 | [gdb/exp] Fix exception when printing optimized out vla | Tom de Vries | 1 | -1/+20 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -2/+1 |
2018-05-04 | Add missing ATTRIBUTE_NORETURNs | Tom Tromey | 1 | -1/+1 |
2018-04-30 | Use new_reference for struct value | Tom Tromey | 1 | -1/+1 |
2018-04-27 | Enable -Wsuggest-override | Tom Tromey | 1 | -23/+23 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -5/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -3/+0 |
2017-10-08 | Remove make_cleanup_value_free | Tom Tromey | 1 | -4/+1 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -1/+1 |
2017-09-14 | Make dwarf_stack_value::in_stack_memory a bool | Simon Marchi | 1 | -1/+1 |
2017-09-14 | Make dwarf_expr_piece::pieces an std::vector | Simon Marchi | 1 | -45/+32 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
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 |