aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-2363/+0
2020-02-08Create dwarf2/leb.[ch]Tom Tromey1-17/+1
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-2/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-4/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-29Replace bsearch with a std::lower_bound-based searchChristian Biesinger1-14/+10
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-25Allow out-of-order reads of CIEsTom Tromey1-75/+17
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-10/+9
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-27dwarf2-frame.c: Fix FDE processing bug involving non-contiguous rangesKevin Buettner1-1/+7
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-08Convert dwarf2-frame.c to type-safe registry APITom Tromey1-7/+6
2019-04-25Detect invalid length field in debug frame FDE header.Sandra Loosemore1-7/+7
2019-04-22Support for DW_OP_addrx and DW_FORM_addrx tagsAli Tamur1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-2/+2
2019-04-06Revert the header-sorting patchTom Tromey1-12/+10
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-10/+12
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-6/+6
2018-10-03Change dwarf2_frame_state_reg_info::reg to be std::vectorTom Tromey1-14/+14
2018-08-18Add support for DW_OP_GNU_variable_valueKevin Buettner1-0/+5
2018-07-26gdb: Add switch to disable DWARF stack unwindersAndrew Burgess1-0/+31
2018-05-23Remove symfile_complaintsTom Tromey1-7/+6
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