Change section_offsets to a std::vector
[deliverable/binutils-gdb.git] / gdb / dwarf2-frame.c
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-29  Christian BiesingerReplace bsearch with a std::lower_bound-based search
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-25  Tom TromeyAllow out-of-order reads of CIEs
2019-10-19  Christian BiesingerReplace some more qsort calls with std::sort
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-27  Kevin Buettnerdwarf2-frame.c: Fix FDE processing bug involving non...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-08  Tom TromeyConvert dwarf2-frame.c to type-safe registry API
2019-04-25  Sandra LoosemoreDetect invalid length field in debug frame FDE header.
2019-04-23  Ali TamurSupport for DW_OP_addrx and DW_FORM_addrx tags
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-10-03  Tom TromeyChange dwarf2_frame_state_reg_info::reg to be std:...
2018-08-18  Kevin BuettnerAdd support for DW_OP_GNU_variable_value
2018-07-26  Andrew Burgessgdb: Add switch to disable DWARF stack unwinders
2018-05-23  Tom TromeyRemove symfile_complaints
2018-05-21  Simon MarchiUse XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
2018-04-27  Tom TromeyEnable -Wsuggest-override
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-16  Simon MarchiAdd selftests run filtering
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-18  Yao QiPut selftests api into selftests namespace
2017-08-11  Yao QiReset *THIS_CACHE in frame_unwind_try_unwinder in case...
2017-08-11  Yao QiClass-fy dwarf2_frame_state_reg_info
2017-08-11  Yao QiClass-fy dwarf2_frame_state
2017-08-11  Yao QiMove dwarf2_frame_state_reg.exp_len to union .loc
2017-04-26  Jiong Wang[gdbarch] New method "execute_dwarf_cfa_vendor_op"...
2017-02-20  Jan KratochvilDWARF-5: call sites
2017-01-11  Tom TromeyAdd scoped_value_mark
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-21  Tom TromeyMake some dwarf_expr_context methods pure virtual
2016-10-21  Tom TromeyConvert dwarf_expr_context_funcs to methods
2016-10-21  Tom TromeyConvert DWARF expr functions to methods
2016-10-21  Tom TromeyInitial conversion of dwarf_expr_ctx
2016-07-14  Tom TromeyRemove unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-26  Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Tom TromeyFix struct, union, and enum nesting in C++
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-13  Joel BrobeckerLift DWARF unwinder restriction in dwarf2-frame.c:...
2014-12-12  Tom Tromeysplit dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_ax
2014-12-12  Maciej W. RozyckiMIPS: Keep the ISA bit in compressed code addresses
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-04-17  Ulrich WeigandUse address_from_register in dwarf2-frame.c:read_addr_f...
2014-01-16  Markus Metzgerrecord-btrace: extend unwinder
2014-01-16  Markus Metzgerframe, cfa: check unwind stop reason first
2014-01-13  Tom Tromeyreplace XMALLOC with XNEW
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-17  Pedro Alves"tfind" across unavailable-stack frames.
2013-11-26  Tom Tromeyrevert patch from 2013-11-22
2013-11-22  Tom Tromeyhandle an unspecified return address column
2013-11-22  Pedro AlvesEliminate dwarf2_frame_cache recursion, don't unwind...
2013-11-22  Pedro AlvesRevert "Eliminate dwarf2_frame_cache recursion, don...
2013-11-22  Pedro AlvesEliminate dwarf2_frame_cache recursion, don't unwind...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-18  Pedro AlvesSimplify dwarf2-frame.c:read_addr_from_reg.
2013-11-17  Joel BrobeckerRename "read_reg" into "read_addr_from_reg" in struct...
2013-11-15  Joel BrobeckerFix DW_OP_GNU_regval_type with FP registers
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-04-19  Pedro Alves-Wpointer-sign: dwarf2-frame.c: Pass unsigned variable...
2013-04-12  Tom Tromey * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffe...
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-09  Jan Kratochvilgdb/
2012-08-16  Joel BrobeckerDWARF frame unwinder executes one too many rows
2012-08-06  Tom Tromey * dwarf2-frame.c (clear_pointer_cleanup): New function.
2012-08-03  Tom Tromey * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanup...
2012-05-24  Doug Evans * dwarf2-frame.c (execute_cfa_program): Update to...
2012-05-22  Doug Evans * dwarf2-frame.c (struct dwarf2_cie): Make initial_ins...
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-04-28  Doug Evans Initial support for Fission. gcc.gnu.org/wiki/DebugFi...
2012-01-17  Pedro Alves2012-01-17 Pedro Alves <palves@redhat.com>
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-09  Jan Kratochvilgdb/
2011-10-09  Jan Kratochvilgdb/
2011-10-09  Jan Kratochvilgdb/
2011-07-27  Jan Kratochvilgdb/
next
This page took 0.859888 seconds and 107 git commands to generate.