aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.c
AgeCommit message (Expand)Author
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang
2017-02-20DWARF-5: call sitesJan Kratochvil
2017-01-10Add scoped_value_markTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-21Make some dwarf_expr_context methods pure virtualTom Tromey
2016-10-21Convert dwarf_expr_context_funcs to methodsTom Tromey
2016-10-21Convert DWARF expr functions to methodsTom Tromey
2016-10-21Initial conversion of dwarf_expr_ctxTom Tromey
2016-07-14Remove unused variablesTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-13Lift DWARF unwinder restriction in dwarf2-frame.c::dwarf2_frame_cfaJoel Brobecker
2014-12-12split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_axTom Tromey
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand
2014-01-16record-btrace: extend unwinderMarkus Metzger
2014-01-16frame, cfa: check unwind stop reason firstMarkus Metzger
2014-01-13replace XMALLOC with XNEWTom Tromey
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-17"tfind" across unavailable-stack frames.Pedro Alves
2013-11-26revert patch from 2013-11-22Tom Tromey
2013-11-22handle an unspecified return address columnTom Tromey
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves
2013-11-22Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 ...Pedro Alves
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves
2013-11-18remove gdb_string.hTom Tromey
2013-11-18Simplify dwarf2-frame.c:read_addr_from_reg.Pedro Alves
2013-11-17Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcsJoel Brobecker
2013-11-14Fix DW_OP_GNU_regval_type with FP registersJoel Brobecker
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-04-19-Wpointer-sign: dwarf2-frame.c: Pass unsigned variable to safe_read_uleb128.Pedro Alves
2013-04-12 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: NowTom Tromey
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-09gdb/Jan Kratochvil
2012-08-16DWARF frame unwinder executes one too many rowsJoel Brobecker
2012-08-06 * dwarf2-frame.c (clear_pointer_cleanup): New function.Tom Tromey
2012-08-03 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups beforeTom Tromey