aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-04-29De-duplicate .gdb_indexTom Tromey1-2/+23
2022-04-29Fix .debug_names regression with new indexerTom Tromey3-3/+85
2022-04-29gdb/infrun: make fetch_inferior_event restore thread if exited or signalledSimon Marchi1-3/+7
2022-04-29Slightly tweak and clarify target_resume's interfacePedro Alves4-62/+63
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-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-27Make gdb.base/parse_number.exp test all architecturesPedro Alves1-11/+63
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-26gdb/testsuite: use with_cwd where possibleSimon Marchi8-67/+59
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-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-25Do not put linkage names into .gdb_indexTom Tromey1-0/+8
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-24gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2-13/+39
2022-04-22gdb: handle_no_resumed: only update thread list of event targetSimon Marchi1-6/+1
2022-04-22gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess3-12/+63
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
2022-04-22Remove a const-removing cast from coff-pe-read.cTom Tromey1-4/+3
2022-04-22Simplify BFD section iteration in coff-pe-read.cTom Tromey1-42/+13
2022-04-22Fix method naming bug in new DWARF indexerTom Tromey3-2/+90
2022-04-21Fix for gdb.base/solib-search.exp test.Carl Love1-1/+1