aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-26Automatic date update in version.inGDB Administrator1-1/+1
2018-08-25Initialize variable in py_get_event_threadSimon Marchi2-2/+7
2018-08-25elf: Check for corrupt symbol version infoH.J. Lu4-1/+22
2018-08-25Automatic date update in version.inGDB Administrator1-1/+1
2018-08-24gdb/python: Use copy-initialization more when possiblePedro Alves9-39/+61
2018-08-24Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserver (PR gdb/23379)Pedro Alves5-27/+64
2018-08-24[PATCH] [MIPS] LD/testsuite: Skip 32bit test if ld not support.Chenghua Xu2-0/+47
2018-08-24x86: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu76-199/+896
2018-08-24x86: Add GNU_PROPERTY_X86_UINT32_VALIDH.J. Lu6-14/+66
2018-08-24ehdr_start twiddlesAlan Modra2-12/+21
2018-08-24Automatic date update in version.inGDB Administrator1-1/+1
2018-08-23Test case for functions with non-contiguous rangesKevin Buettner3-0/+488
2018-08-23Relocate block range start and end addressesKevin Buettner2-0/+16
2018-08-23Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner3-4/+61
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner17-31/+61
2018-08-23Disassemble blocks with non-contiguous rangesKevin Buettner2-11/+36
2018-08-23Add support for non-contiguous blocks to find_pc_partial_functionKevin Buettner3-23/+121
2018-08-23Record explicit block ranges from dwarf2read.cKevin Buettner2-0/+6
2018-08-23Add block range data structure for blocks with non-contiguous address rangesKevin Buettner3-0/+116
2018-08-23RISC-V: Reject empty rouding mode and fence operand.Jim Wilson8-0/+34
2018-08-23Avoid problems with plugins being loaded multiple times.Zenith4232-14/+45
2018-08-23Darwin: fix bad loop incrementationXavier Roirand2-1/+6
2018-08-24PR23566, false uninitialized warningAlan Modra2-10/+8
2018-08-24PowerPC64 "call lacks nop"Alan Modra2-2/+7
2018-08-24PowerPC64 st_other decoding in readelfAlan Modra2-3/+14
2018-08-23Prune BFD warnings for unknown GNU propertiesH.J. Lu15-32/+139
2018-08-23Document setting experimental on release branch.H.J. Lu2-2/+8
2018-08-23Replace unworkable code in HPPA relocs handelr with an assertion.Nick Clifton2-27/+11
2018-08-23Prevent illegal memory access when processing COFF auxillary symbol information.Nick Clifton2-4/+17
2018-08-23Fix "unresolved reloc" error for NOTOC relocsAlan Modra2-3/+7
2018-08-23Automatic date update in version.inGDB Administrator1-1/+1
2018-08-22Make read_program_headers_from_bfd return a gdb::byte_vectorSimon Marchi2-37/+27
2018-08-22Make read_program_header return a gdb::byte_vectorSimon Marchi2-71/+70
2018-08-22Restore behavior of disabling address randomization by default on GDBserverSimon Marchi2-1/+8
2018-08-22bfd/development.sh: Add experimentalH.J. Lu2-0/+8
2018-08-22Fix restoring of inferior terminal settingsSimon Marchi6-11/+110
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi5-18/+18
2018-08-22MI: Print frame architecture when printing frames on an MI channelJan Vrany11-58/+122
2018-08-22Use the correct constants when setting the section type of HPPA unwind sections.Helge Deller2-3/+16
2018-08-22Fix AArch64 stub layout algorithm to allow for the fact that section layut mi...Rafeal Auler2-0/+9
2018-08-22Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.Nick Clifton1-1/+1
2018-08-22Aarch64 SVE VG is Vector GranuleAlan Hayward2-2/+6
2018-08-22Add AArch64 SVE to NEWS and GDB manualAlan Hayward4-0/+27
2018-08-22Fix changelog entriesAlan Modra2-3/+3
2018-08-22Re: Pack reloc_howto_structAlan Modra2-2/+6
2018-08-22Correct readelf e_shstrndx range checkAlan Modra2-26/+47
2018-08-22Automatic date update in version.inGDB Administrator1-1/+1
2018-08-21S12Z: Rename reloc R_S12Z_UKNWN_3 to R_S12Z_EXT18 and implement according to ...John Darrington4-10/+51
2018-08-21Don't throw Scheme exceptions with live std::vector objectsPedro Alves2-77/+105
2018-08-21Fix running objcopy on Mach-O binaries.mephi422-3/+12