summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* De-duplicate .gdb_indexTom Tromey2022-04-291-2/+23
* Fix .debug_names regression with new indexerTom Tromey2022-04-293-3/+85
* gdb/infrun: make fetch_inferior_event restore thread if exited or signalledSimon Marchi2022-04-291-3/+7
* Slightly tweak and clarify target_resume's interfacePedro Alves2022-04-294-62/+63
* Check OBJF_NOT_FILENAME in DWARF index codeTom Tromey2022-04-282-6/+7
* Remove "typedef enum ..."Tom Tromey2022-04-2814-38/+35
* gdb: fix nullptr dereference in block::ranges()Andrew Burgess2022-04-281-2/+12
* gdb: remove BLOCKVECTOR_MAP macroSimon Marchi2022-04-277-17/+26
* gdb: constify addrmap_findSimon Marchi2022-04-272-9/+9
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-2725-161/+194
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-2717-51/+56
* gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi2022-04-273-9/+8
* gdb: remove BLOCK_RANGE macroSimon Marchi2022-04-271-5/+1
* gdb: remove BLOCK_NRANGES macroSimon Marchi2022-04-273-19/+15
* gdb: remove BLOCK_RANGES macroSimon Marchi2022-04-273-17/+24
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-274-26/+35
* gdb: remove BLOCK_NAMESPACE macroSimon Marchi2022-04-272-13/+19
* gdb: remove BLOCK_MULTIDICT macroSimon Marchi2022-04-277-30/+37
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-2726-84/+92
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-2724-69/+74
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-2720-99/+117
* Make gdb.base/parse_number.exp test all architecturesPedro Alves2022-04-271-11/+63
* gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-secure-...Christophe Lyon2022-04-273-62/+267
* gdb/arm: Add support for multiple stack pointers on Cortex-MChristophe Lyon2022-04-274-20/+284
* gdb/arm: Introduce arm_cache_initChristophe Lyon2022-04-271-6/+27
* gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon2022-04-277-29/+89
* gdb/arm: Fix prologue analysis to support vpushChristophe Lyon2022-04-271-0/+29
* gdb/testsuite: fix FAIL in gdb.base/clear_non_user_bp.expEnze Li2022-04-271-18/+48
* gdb/testsuite: use with_cwd where possibleSimon Marchi2022-04-268-67/+59
* GDB PowerPC record test cases for ISA 2.06 and ISA 3.1Carl Love2022-04-264-0/+580
* Add recording support for the ISA 3.1 PowerPC instructions.Carl Love2022-04-261-26/+1169
* Handle encoding failures in Windows thread namesTom Tromey2022-04-261-5/+16
* bsd-kvm: Fix build after recent changes to path handling functions.John Baldwin2022-04-261-13/+11
* gdb: make some random Python files Python 3-compatibleSimon Marchi2022-04-263-18/+18
* PowerPC: Update expected floating point output for gdb.arch/altivec-regs.exp ...Carl Love2022-04-262-19/+20
* Do not put linkage names into .gdb_indexTom Tromey2022-04-251-0/+8
* gdb/fortran: Support for assumed rank zerorupothar2022-04-254-5/+27
* gdb/infrun: assert !step_over_info_valid_p in restart_threadsLancelot SIX2022-04-251-1/+7
* gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2022-04-242-13/+39
* gdb: handle_no_resumed: only update thread list of event targetSimon Marchi2022-04-221-6/+1
* gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess2022-04-223-12/+63
* gdb: improved EOF handling when using readline 7Andrew Burgess2022-04-222-2/+3
* gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure...Simon Marchi2022-04-222-7/+43
* Un-break the coff-pe-read.c buildTom Tromey2022-04-221-1/+1
* More const use and alloca avoidance in coff-pe-read.cTom Tromey2022-04-221-13/+13
* Use std::string in coff-pe-read.cTom Tromey2022-04-221-8/+5
* Remove a const-removing cast from coff-pe-read.cTom Tromey2022-04-221-4/+3
* Simplify BFD section iteration in coff-pe-read.cTom Tromey2022-04-221-42/+13
* Fix method naming bug in new DWARF indexerTom Tromey2022-04-223-2/+90
* Fix for gdb.base/solib-search.exp test.Carl Love2022-04-211-1/+1