aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-28x86: Properly handle function pointer referenceH.J. Lu4-38/+102
2022-04-28Check OBJF_NOT_FILENAME in DWARF index codeTom Tromey2-6/+7
2022-04-28Remove "typedef enum ..."Tom Tromey14-38/+35
2022-04-28gdb: fix nullptr dereference in block::ranges()Andrew Burgess1-2/+12
2022-04-28s390: Add DT_JMPREL pointing to .rela.[i]plt with static-pieStefan Liebler1-1/+14
2022-04-28s390: Avoid dynamic TLS relocs in PIEStefan Liebler1-13/+13
2022-04-28libctf: impose an ordering on conflicting typesNick Alcock7-2/+98
2022-04-28libctf: add a comment explaining how to use ctf_*openNick Alcock1-1/+7
2022-04-27gprofng: test suite problemsVladimir Mezentsev1-2/+2
2022-04-27gdb: remove BLOCKVECTOR_MAP macroSimon Marchi7-17/+26
2022-04-27gdb: constify addrmap_findSimon Marchi2-9/+9
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi25-161/+194
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi17-51/+56
2022-04-27gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi3-9/+8
2022-04-27gdb: remove BLOCK_RANGE macroSimon Marchi1-5/+1
2022-04-27gdb: remove BLOCK_NRANGES macroSimon Marchi3-19/+15
2022-04-27gdb: remove BLOCK_RANGES macroSimon Marchi3-17/+24
2022-04-27gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi4-26/+35
2022-04-27gdb: remove BLOCK_NAMESPACE macroSimon Marchi2-13/+19
2022-04-27gdb: remove BLOCK_MULTIDICT macroSimon Marchi7-30/+37
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi26-84/+92
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi24-69/+74
2022-04-27gdb: remove BLOCK_{START,END} macrosSimon Marchi20-99/+117
2022-04-28Automatic date update in version.inGDB Administrator1-1/+1
2022-04-27x86: Disable 2 tests with large memory requirementH.J. Lu2-3/+4
2022-04-27Make gdb.base/parse_number.exp test all architecturesPedro Alves1-11/+63
2022-04-27Fix gdbserver build for x86-64 WindowsTom Tromey3-28/+36
2022-04-27Create pseudo sections for NT_ARM_TLS notes on FreeBSD.John Baldwin2-0/+7
2022-04-27gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-secure-...Christophe Lyon3-62/+267
2022-04-27gdb/arm: Add support for multiple stack pointers on Cortex-MChristophe Lyon4-20/+284
2022-04-27gdb/arm: Introduce arm_cache_initChristophe Lyon1-6/+27
2022-04-27gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon7-29/+89
2022-04-27gdb/arm: Fix prologue analysis to support vpushChristophe Lyon1-0/+29
2022-04-27gdb/testsuite: fix FAIL in gdb.base/clear_non_user_bp.expEnze Li1-18/+48
2022-04-27x86: VFPCLASSSH is Evex.LLIGJan Beulich7-3/+54
2022-04-27Fix potential buffer overruns when creating DLLs.Nick Clifton2-15/+53
2022-04-27Revert pr29072 lto test changesAlan Modra3-4/+4
2022-04-26gdb/testsuite: use with_cwd where possibleSimon Marchi8-67/+59
2022-04-27Automatic date update in version.inGDB Administrator1-1/+1
2022-04-26GDB PowerPC record test cases for ISA 2.06 and ISA 3.1Carl Love4-0/+580
2022-04-26Add recording support for the ISA 3.1 PowerPC instructions.Carl Love1-26/+1169
2022-04-26Handle encoding failures in Windows thread namesTom Tromey1-5/+16
2022-04-26i386: Pass -z noexecstack to linker testsH.J. Lu1-2/+4
2022-04-26bsd-kvm: Fix build after recent changes to path handling functions.John Baldwin1-13/+11
2022-04-26gdb: make some random Python files Python 3-compatibleSimon Marchi3-18/+18
2022-04-26PowerPC: Update expected floating point output for gdb.arch/altivec-regs.exp ...Carl Love2-19/+20
2022-04-25gdbsupport/pathstuff.h: #include <array> explicitly for std::array<>John Baldwin1-0/+1
2022-04-26Automatic date update in version.inGDB Administrator1-1/+1
2022-04-25Do not put linkage names into .gdb_indexTom Tromey1-0/+8
2022-04-25Emit a note warning the user that creating an executable stack because of a m...Nick Clifton6-2/+28