aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-03Fix the handling of inlined frames in DWARF debug info.Millan Wolff1-1/+1
2018-09-20Bug 23686, two segment faults in nmAlan Modra1-1/+8
2018-09-14PR23425, unresolved symbol diagnosticAlan Modra1-1/+3
2018-07-24PR23430, Indices misspelledAlan Modra1-1/+1
2018-04-17Add a check for a NULL table pointer before attempting to compute a DWARF fil...Nick Clifton1-1/+1
2018-02-28Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks.Nick Clifton1-15/+21
2018-02-26ELF linker messagesAlan Modra1-31/+31
2018-02-19Don't use %llAlan Modra1-4/+4
2018-02-19%L conversionsAlan Modra1-10/+12
2018-02-06Allow the find_abstract_instance_name() function in the BFD library to also r...Paul Carroll1-10/+22
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-73/+73
2017-10-09PR22212, memory leak in nmAlan Modra1-0/+4
2017-10-01PR21957, addr2line incorrectly handles non-increasing sequences in line tableAlan Modra1-4/+3
2017-10-01PR22047, Heap out of bounds read in parse_comp_unitAlan Modra1-38/+15
2017-09-26Tidy reading data in read_formatted_entriesAlan Modra1-30/+7
2017-09-26Avoid needless resource usage when processing a corrupt DWARF directory or fi...Nick Clifton1-0/+10
2017-09-26PR22209, invalid memory read in find_abstract_instance_nameAlan Modra1-15/+43
2017-09-26PR22205, .debug_line file table NULL filenameAlan Modra1-22/+13
2017-09-26PR22204, Lack of DW_LNE_end_sequence causes "infinite" loopAlan Modra1-1/+1
2017-09-25PR22201, DW_AT_name with out of bounds referenceAlan Modra1-2/+4
2017-09-25PR22200, DWARF5 .debug_line sanity checkAlan Modra1-0/+7
2017-09-24PR22191, memory leak in dwarf2.cAlan Modra1-2/+6
2017-09-24PR22187, infinite loop in find_abstract_instance_nameAlan Modra1-25/+51
2017-09-24PR22186, divide-by-zero in decode_line_infoAlan Modra1-0/+2
2017-09-24PR22169, heap-based buffer overflow in read_1_byteAlan Modra1-3/+4
2017-09-24PR22167, NULL pointer dereference in scan_unit_for_symbolsAlan Modra1-1/+2
2017-09-01Prevent an address violation parsing corrupt DWARF information by fixing the ...Nick Clifton1-3/+3
2017-08-31Fix buffer read overrun by ensuring that DWARF sections containing strings al...Nick Clifton1-0/+23
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-10/+11
2017-07-05Fix build with GCC 4.2H.J. Lu1-6/+7
2017-07-04[binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()Jan Kratochvil1-71/+380
2017-04-23PR 21409, segfault in _bfd_dwarf2_find_nearest_lineAlan Modra1-1/+1
2017-03-29Improve the speed of scanning PE binaries for line number information.Nick Clifton1-6/+14
2017-02-17bfd: Rename real_{ftell, fseek, fopen}Pedro Alves1-1/+2
2017-02-17bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves1-30/+57
2017-02-16bfd: Improve lookup of file / line information for errorsAndrew Burgess1-0/+32
2017-02-16bfd/dwarf: Improve use of previously loaded dwarf informationAndrew Burgess1-2/+21
2017-02-13Fix invalid memory access in the BFD library's DWARF parser.Nick Clifton1-0/+4
2017-01-12Add support for locating separate debug info files via the build-id method.Nick Clifton1-1/+5
2017-01-09Speed up objdump when displaying disassembly mixed with line number and sourc...Nick Clifton1-0/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-21BFD/DWARF2: Correct an `index' global shadowing errorMaciej W. Rozycki1-10/+10
2016-11-08Fix bfd/dwarf2.c build breakagePedro Alves1-1/+1
2016-11-08Greatly improve the speed if looking up DWARF line number information.Igor Tsimbalist1-82/+295
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+3
2016-09-30Remove syntactic sugarAlan Modra1-25/+25
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-13/+21