summaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-3/+4
* [PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan2016-05-311-35/+93
* PR symtab/19999 gdb unable to resolve vars with fission+PIEDoug Evans2016-05-121-3/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* dwarf2loc.c: Perform a pointer to address conversion for DWARF_VALUE_MEMORY.Kevin Buettner2015-12-091-0/+21
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-100/+129
* Add some more casts (1/2)Simon Marchi2015-09-251-35/+52
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+6
* crash printing non-local variable from nested subprogramJoel Brobecker2015-09-201-4/+40
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-8/+49
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-2/+2
* PR symtab/18392Jan Kratochvil2015-06-011-3/+2
* Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans2015-05-261-3/+3
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-2/+7
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+7
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Add missing i18n marker in dwarf2_evaluate_property warning message.Joel Brobecker2015-02-021-1/+1
* gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker2015-01-291-2/+21
* always read synthetic pointers as signed integersYao Qi2015-01-081-5/+11
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* the "compile" commandTom Tromey2014-12-121-2/+84
* export dwarf2_reg_to_regnum_or_errorJan Kratochvil2014-12-121-11/+7
* make dwarf_expr_frame_base_1 publicTom Tromey2014-12-121-12/+11
* split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_axTom Tromey2014-12-121-2/+28