aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-29gdb: remove discard_psymtab functionSimon Marchi4-8/+8
2020-03-29Automatic date update in version.inGDB Administrator1-1/+1
2020-03-28Fix comment in dwarf2/attribute.hTom Tromey2-3/+8
2020-03-28Fix formatting of read_attribute_reprocessTom Tromey2-2/+7
2020-03-28ld: Set COMMONPAGESIZE for i386 SolarisH.J. Lu3-2/+10
2020-03-28Re: Adjust objcopy_testAlan Modra2-4/+9
2020-03-28Adjust objcopy_testAlan Modra2-14/+28
2020-03-28Automatic date update in version.inGDB Administrator1-1/+1
2020-03-27Always fix system DLL paths for 32bit programsHannes Domani2-19/+28
2020-03-27ld: Xfail pr20995-2 tests for SolarisH.J. Lu2-2/+7
2020-03-27ld: Skip some x86 IFUNC tests for SolarisH.J. Lu4-0/+10
2020-03-27gdbsupport: Resolve shellcheck issues in create-version.sh scriptAndrew Burgess2-8/+14
2020-03-27Add testcase for PR 25662 invalid sh_offset for sectionJozef Lawrynowicz4-19/+104
2020-03-27Re: readelf looping in process_archiveAlan Modra2-2/+7
2020-03-27Automatic date update in version.inGDB Administrator1-1/+1
2020-03-26Support AT_BSDFLAGS on FreeBSD.John Baldwin4-0/+10
2020-03-26Change two functions to be methods on struct attributeTom Tromey4-60/+86
2020-03-26Move DWARF-constant stringifying code to new fileTom Tromey5-93/+163
2020-03-26Rewrite new die_info methodsTom Tromey2-12/+21
2020-03-26Change two more functions to be methods on die_infoTom Tromey3-31/+37
2020-03-26Remove sibling_dieTom Tromey2-36/+38
2020-03-26Change dwarf2_attr_no_follow to be a methodTom Tromey3-29/+27
2020-03-26Remove dwarf2_cu::base_knownTom Tromey2-30/+25
2020-03-26Move die_info to new headerTom Tromey3-39/+68
2020-03-26Move more code to line-header.cTom Tromey4-329/+368
2020-03-26Convert read_indirect_line_string to a methodTom Tromey3-20/+29
2020-03-26Trivial fix in dwarf_decode_macro_bytesTom Tromey2-3/+8
2020-03-26Use a const dwarf2_section_info in macro readerTom Tromey3-6/+15
2020-03-26Use a const line_header in macro readerTom Tromey4-5/+12
2020-03-26Make some line_header methods constTom Tromey3-6/+24
2020-03-26Move code to new file dwarf2/macro.cTom Tromey5-830/+914
2020-03-26Add dwarf2_section_info::read_string methodTom Tromey4-49/+46
2020-03-26Convert dwarf2_section_buffer_overflow_complaint to a methodTom Tromey4-11/+21
2020-03-26Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.cTom Tromey4-9/+22
2020-03-26Split dwarf_decode_macros into two overloadsTom Tromey2-43/+63
2020-03-26Change dwarf_decode_macro_bytes calling conventionTom Tromey2-10/+21
2020-03-26Add dwz.c and dwz_file::read_stringTom Tromey5-32/+60
2020-03-26Introduce dwarf2/dwz.hTom Tromey6-31/+69
2020-03-26Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function.Nick Clifton4-19/+7
2020-03-26Re: H8300 use of uninitialised valueAlan Modra4-126/+152
2020-03-26Re: i386msdos uninitialised readAlan Modra2-1/+5
2020-03-26Re: ARC: Use of uninitialised valueAlan Modra2-2/+6
2020-03-26alpha-vms: Sanity check ETIR__C_CTL_DFLOC indexAlan Modra2-9/+23
2020-03-26Automatic date update in version.inGDB Administrator1-1/+1
2020-03-25Fix error message in compile-object-load.cTom Tromey2-1/+6
2020-03-25Fix WOW64 process system DLL pathsHannes Domani2-3/+45
2020-03-25readelf looping in process_archiveAlan Modra2-2/+8
2020-03-25Add a new function to the BFD library to allow users access to the COFF inter...Nick Clifton4-0/+26
2020-03-25The "b" flag for COFF sections only unsets the LOAD attribute. It should als...J.W. Jagersma2-0/+10
2020-03-25[gdb] Print user/includes fields for maint commandsTom de Vries3-3/+64