aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-17Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcsJoel Brobecker1-4/+4
2013-11-15Fix GDB crash with upstream GCC due to memcpy(NULL, ...)Andreas Arnez1-2/+3
2013-11-14Fix DW_OP_GNU_regval_type with FP registersJoel Brobecker1-0/+26
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-3/+13
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-2/+2
2013-09-05dwarf2loc.c: minor cleanup. don't print integer with paddress.Pedro Alves1-3/+4
2013-08-29cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic1-3/+1
2013-06-26gdb/Yao Qi1-2/+0
2013-06-18Fix PR symtab/15391Tom Tromey1-4/+11
2013-05-06 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.Tom Tromey1-13/+41
2013-04-19-Wpointer-sign: char -> gdb_byte.Pedro Alves1-2/+2
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-21/+30
2013-03-21 * tracepoint.h (decode_agent_options): Add 'trace_string'Tom Tromey1-1/+1