aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki1-0/+3
2014-11-02read_pieced_value do big endian processing only in case of valid gdb_regnumVictor Kamensky1-17/+20
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-65/+16
2014-08-18Add support for DW_OP_push_object_address.Joel Brobecker1-4/+41
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-22Remove setting value address for reference entry value target data value.Jan Kratochvil1-9/+0
2014-06-18constify struct block in some placesTom Tromey1-4/+4
2014-04-30Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c.Siva Chandra1-4/+3
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand1-6/+2
2014-04-14type: add c99 variable length array supportSanimir Agovic1-0/+119
2014-04-11Revert the entire VLA series.Joel Brobecker1-119/+0
2014-04-11type: add c99 variable length array supportSanimir Agovic1-0/+119
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-5/+6
2014-02-26change minsym representationTom Tromey1-13/+13
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-1/+1
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess1-1/+1
2013-12-06New OPTIMIZED_OUT_ERROR error code.Pedro Alves1-3/+4