aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-25gdb/fortran: Support for assumed rank zerorupothar4-5/+27
2022-04-25gdb/infrun: assert !step_over_info_valid_p in restart_threadsLancelot SIX1-1/+7
2022-04-25Automatic date update in version.inGDB Administrator1-1/+1
2022-04-24gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2-13/+39
2022-04-24Automatic date update in version.inGDB Administrator1-1/+1
2022-04-23Automatic date update in version.inGDB Administrator1-1/+1
2022-04-22gdb: handle_no_resumed: only update thread list of event targetSimon Marchi1-6/+1
2022-04-22gdbserver/linux: free process_info_private and arch_process_info when failing...Simon Marchi2-11/+19
2022-04-22gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess3-12/+63
2022-04-22readline: back-port changes needed to properly detect EOFAndrew Burgess6-12/+39
2022-04-22gdb: improved EOF handling when using readline 7Andrew Burgess2-2/+3
2022-04-22gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure...Simon Marchi2-7/+43
2022-04-22Un-break the coff-pe-read.c buildTom Tromey1-1/+1
2022-04-22More const use and alloca avoidance in coff-pe-read.cTom Tromey1-13/+13
2022-04-22Use std::string in coff-pe-read.cTom Tromey1-8/+5