aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-2/+1
2018-04-27Enable -Wsuggest-overrideTom Tromey1-10/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-16Add selftests run filteringSimon Marchi1-1/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-18Put selftests api into selftests namespaceYao Qi1-1/+1
2017-08-11Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi1-14/+0
2017-08-11Class-fy dwarf2_frame_state_reg_infoYao Qi1-80/+84
2017-08-11Class-fy dwarf2_frame_stateYao Qi1-59/+45
2017-08-11Move dwarf2_frame_state_reg.exp_len to union .locYao Qi1-8/+8
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-80/+12
2017-02-20DWARF-5: call sitesJan Kratochvil1-1/+1
2017-01-10Add scoped_value_markTom Tromey1-4/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Make some dwarf_expr_context methods pure virtualTom Tromey1-0/+44
2016-10-21Convert dwarf_expr_context_funcs to methodsTom Tromey1-39/+26
2016-10-21Convert DWARF expr functions to methodsTom Tromey1-4/+4
2016-10-21Initial conversion of dwarf_expr_ctxTom Tromey1-16/+14
2016-07-14Remove unused variablesTom Tromey1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-22/+17
2015-09-25Add some more casts (1/2)Simon Marchi1-15/+25
2015-09-25Add casts to memory allocation related callsSimon Marchi1-9/+9
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-8/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-8/+9
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-17/+22
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-13Lift DWARF unwinder restriction in dwarf2-frame.c::dwarf2_frame_cfaJoel Brobecker1-6/+6
2014-12-12split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_axTom Tromey1-21/+19
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki1-3/+6
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-4/+4
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
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-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand1-8/+2
2014-01-16record-btrace: extend unwinderMarkus Metzger1-0/+6
2014-01-16frame, cfa: check unwind stop reason firstMarkus Metzger1-4/+4
2014-01-13replace XMALLOC with XNEWTom 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-17"tfind" across unavailable-stack frames.Pedro Alves1-5/+4
2013-11-26revert patch from 2013-11-22Tom Tromey1-4/+0
2013-11-22handle an unspecified return address columnTom Tromey1-0/+4
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves1-15/+22
2013-11-22Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 ...Pedro Alves1-22/+15
2013-11-22Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves1-15/+22
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-18Simplify dwarf2-frame.c:read_addr_from_reg.Pedro Alves1-6/+1
2013-11-17Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcsJoel Brobecker1-6/+7