aboutsummaryrefslogtreecommitdiff
path: root/gdb
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-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
2022-04-21gdb/dwarf: remove line_header::header_length fieldSimon Marchi2-3/+4
2022-04-21gdb/dwarf: remove line_header::total_length fieldSimon Marchi2-6/+5
2022-04-21gdb/testsuite: fix "set temporary breakpoint" DUPLICATEsSimon Marchi6-16/+17
2022-04-21Always use dwarf2_initialize_objfileTom Tromey5-20/+8
2022-04-21gdb: fix 'remote show FOO-packet' aliasesAndrew Burgess2-4/+11
2022-04-21gdbsupport: add path_join functionSimon Marchi6-27/+100
2022-04-21gdb_spawn_attach_cmdline: use unsupported instead of untestedLancelot SIX1-1/+1
2022-04-21gdb/testsuite: add binary testcases to py-format-string.expEnze Li1-0/+37
2022-04-21gdb.debuginfod/fetch_src_and_symbols.exp: Fix "notice empty URL" testPedro Alves1-1/+1
2022-04-20gdb/debuginfod: Prevent out_of_range exceptionAaron Merey2-3/+66
2022-04-20gdb/testsuite: Introduce and use gdb_spawn_attach_cmdlineLancelot SIX2-8/+49
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey20-76/+76
2022-04-20Replace symbol_arch with symbol::archTom Tromey7-13/+13