aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves1-19/+18
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+2
2017-03-16Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez1-43/+56
2017-02-20DWARF-5: call sitesJan Kratochvil1-27/+32
2017-02-20DWARF-5 basic functionalityJan Kratochvil1-7/+74
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-3/+3
2017-02-01Big-endian targets: Don't ignore offset into DW_OP_implicit_valueAndreas Arnez1-16/+3
2017-01-10Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey1-14/+13
2017-01-10Add scoped_value_markTom Tromey1-6/+2
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-96/+54
2017-01-04Fix an internal error on writing pieced valueYao Qi1-12/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-28Move computed value's frame id to piece_closureYao Qi1-13/+11
2016-11-24Optimize byte-aligned copies in copy_bitwise()Andreas Arnez1-4/+23
2016-11-24Add unit test for copy_bitwiseAndreas Arnez1-0/+140
2016-11-24Fix copy_bitwise()Andreas Arnez1-148/+52
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-4/+17
2016-11-02Fix dwarf_expr_context method regressionsTom Tromey1-10/+22
2016-10-21Convert dwarf_expr_context_funcs to methodsTom Tromey1-370/+272
2016-10-21Convert DWARF expr functions to methodsTom Tromey1-11/+11
2016-10-21Initial conversion of dwarf_expr_ctxTom Tromey1-62/+53
2016-10-21Some cleanup removal in dwarf2loc.cTom Tromey1-44/+25
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+3
2016-09-02Handle DW_OP_form_tls_addressTom Tromey1-2/+5
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey1-55/+66
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-3/+4
2016-05-31[PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan1-35/+93
2016-05-12PR symtab/19999 gdb unable to resolve vars with fission+PIEDoug Evans1-3/+9
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-09dwarf2loc.c: Perform a pointer to address conversion for DWARF_VALUE_MEMORY.Kevin Buettner1-0/+21
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-100/+129
2015-09-25Add some more casts (1/2)Simon Marchi1-35/+52
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+6
2015-09-20crash printing non-local variable from nested subprogramJoel Brobecker1-4/+40
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-8/+49
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-2/+2
2015-06-01PR symtab/18392Jan Kratochvil1-3/+2
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans1-3/+3
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker1-2/+7
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+7
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-02-02Add missing i18n marker in dwarf2_evaluate_property warning message.Joel Brobecker1-1/+1
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker1-2/+21
2015-01-08always read synthetic pointers as signed integersYao Qi1-5/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-2/+84
2014-12-12export dwarf2_reg_to_regnum_or_errorJan Kratochvil1-11/+7
2014-12-12make dwarf_expr_frame_base_1 publicTom Tromey1-12/+11
2014-12-12split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_axTom Tromey1-2/+28