summaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove make_cleanup_value_freeTom Tromey2017-10-081-4/+1
* Add selftests run filteringSimon Marchi2017-09-161-1/+1
* Make dwarf_stack_value::in_stack_memory a boolSimon Marchi2017-09-141-1/+1
* Make dwarf_expr_piece::pieces an std::vectorSimon Marchi2017-09-141-45/+32
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi2017-07-141-16/+15
* Fix size check in dwarf2_evaluate_loc_desc_fullTom Tromey2017-07-091-1/+3
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-6/+1
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-3/+4
* read/write_pieced_value: Merge into one functionAndreas Arnez2017-06-131-182/+178
* write_pieced_value: Notify memory_changed observersAndreas Arnez2017-06-131-4/+5
* read/write_pieced_value: Remove unnecessary variable copiesAndreas Arnez2017-06-131-68/+52
* Respect piece offset for DW_OP_bit_pieceAndreas Arnez2017-06-131-6/+19
* read/write_pieced_value: Improve logic for buffer allocationAndreas Arnez2017-06-131-56/+54
* Fix handling of DWARF register pieces on big-endian targetsAndreas Arnez2017-06-131-21/+35
* read/write_pieced_value: Drop 'buffer_size' variableAndreas Arnez2017-06-131-12/+2
* write_pieced_value: Transfer least significant bits into bit-fieldAndreas Arnez2017-06-131-39/+31
* write_pieced_value: Fix buffer offset for memory piecesAndreas Arnez2017-06-131-1/+1
* write_pieced_value: Include transfer size in byte-wise checkAndreas Arnez2017-06-131-1/+4
* write_pieced_value: Fix copy/paste error in size calculationAndreas Arnez2017-06-131-1/+1
* read/write_pieced_value: Respect value parent's offsetAndreas Arnez2017-06-131-2/+4
* Remove addr_size field from struct piece_closureAndreas Arnez2017-06-131-6/+2
* PR gdb/21226: Take DWARF stack value pieces from LSB endAndreas Arnez2017-06-131-20/+26
* write_pieced_value: Fix size capping logicAndreas Arnez2017-06-131-2/+2
* Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves2017-04-041-19/+18
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+2
* Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez2017-03-161-43/+56
* DWARF-5: call sitesJan Kratochvil2017-02-201-27/+32
* DWARF-5 basic functionalityJan Kratochvil2017-02-201-7/+74
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-3/+3
* Big-endian targets: Don't ignore offset into DW_OP_implicit_valueAndreas Arnez2017-02-011-16/+3
* Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey2017-01-101-14/+13
* Add scoped_value_markTom Tromey2017-01-101-6/+2
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-96/+54
* Fix an internal error on writing pieced valueYao Qi2017-01-041-12/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Move computed value's frame id to piece_closureYao Qi2016-11-281-13/+11
* Optimize byte-aligned copies in copy_bitwise()Andreas Arnez2016-11-241-4/+23
* Add unit test for copy_bitwiseAndreas Arnez2016-11-241-0/+140
* Fix copy_bitwise()Andreas Arnez2016-11-241-148/+52
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-4/+17
* Fix dwarf_expr_context method regressionsTom Tromey2016-11-021-10/+22
* Convert dwarf_expr_context_funcs to methodsTom Tromey2016-10-211-370/+272
* Convert DWARF expr functions to methodsTom Tromey2016-10-211-11/+11
* Initial conversion of dwarf_expr_ctxTom Tromey2016-10-211-62/+53
* Some cleanup removal in dwarf2loc.cTom Tromey2016-10-211-44/+25
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+3
* Handle DW_OP_form_tls_addressTom Tromey2016-09-021-2/+5
* PR python/20190 - compute TLS symbol without a frameTom Tromey2016-07-261-55/+66