summaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-0/+3
* read_pieced_value do big endian processing only in case of valid gdb_regnumVictor Kamensky2014-11-021-17/+20
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-65/+16
* Add support for DW_OP_push_object_address.Joel Brobecker2014-08-181-4/+41
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove setting value address for reference entry value target data value.Jan Kratochvil2014-07-221-9/+0
* constify struct block in some placesTom Tromey2014-06-181-4/+4
* Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c.Siva Chandra2014-04-301-4/+3
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-6/+2
* type: add c99 variable length array supportSanimir Agovic2014-04-141-0/+119
* Revert the entire VLA series.Joel Brobecker2014-04-111-119/+0
* type: add c99 variable length array supportSanimir Agovic2014-04-111-0/+119
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-5/+6
* change minsym representationTom Tromey2014-02-261-13/+13
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Convert the unavailable vector to be bit, not byte, based.Andrew Burgess2013-12-171-1/+1
* New OPTIMIZED_OUT_ERROR error code.Pedro Alves2013-12-061-3/+4
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcsJoel Brobecker2013-11-171-4/+4
* Fix GDB crash with upstream GCC due to memcpy(NULL, ...)Andreas Arnez2013-11-151-2/+3
* Fix DW_OP_GNU_regval_type with FP registersJoel Brobecker2013-11-141-0/+26
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-3/+13
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-2/+2
* dwarf2loc.c: minor cleanup. don't print integer with paddress.Pedro Alves2013-09-051-3/+4
* cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic2013-08-291-3/+1
* gdb/Yao Qi2013-06-261-2/+0
* Fix PR symtab/15391Tom Tromey2013-06-181-4/+11
* * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.Tom Tromey2013-05-061-13/+41
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-2/+2