aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-11-24gdb: fix typo in debug output messageAndrew Burgess1-1/+1
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_breakSimon Marchi1-307/+293
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_tbreakSimon Marchi1-46/+36
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_no_break_on_catchpointSimon Marchi1-11/+17
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_nonexistent_lineSimon Marchi1-5/+15
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_defaultSimon Marchi1-25/+37
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_silent_and_moreSimon Marchi1-56/+62
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_line_convenience_varSimon Marchi1-5/+11
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_user_callSimon Marchi1-22/+32
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_finish_argumentsSimon Marchi1-22/+28
2022-11-24gdb/testsuite/gdb.base/break.exp: use proc_with_prefix for test_next_with_rec...Simon Marchi1-1/+1
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_optimized_prologueSimon Marchi1-51/+48
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_rbreak_shlibSimon Marchi1-18/+18
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_file_line_convenience_varSimon Marchi1-6/+8
2022-11-24gdb/testsuite/gdb.base/break.exp: split test_break_commands_clearSimon Marchi1-8/+16
2022-11-23gdb/arm: Include FType bit in EXC_RETURN pattern on v8mTorbjörn SVENSSON1-6/+13
2022-11-23Document the memory_tagged argument for memory region callbacksLuis Machado3-5/+20
2022-11-23Fix gdb.cp/gdb2495.exp on powerpc64leTom de Vries1-9/+33
2022-11-22aarch64-fbsd: Use a static regset for the TLS register set.John Baldwin3-49/+44
2022-11-22arm-fbsd: Use a static regset for the TLS register set.John Baldwin3-46/+43
2022-11-22fbsd-nat: Pass an optional register base to the register set helpers.John Baldwin2-30/+41
2022-11-22fbsd-nat: Use regset supply/collect methods.John Baldwin1-4/+4
2022-11-22regcache: Add collect/supply_regset variants that accept a register base.John Baldwin2-10/+37
2022-11-22gdb/arm: Fix obvious typo in b0b23e06c3aTorbjörn SVENSSON1-2/+2
2022-11-22gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.expBruno Larsen1-3/+0
2022-11-21When getting the locno of a bpstat, handle the case of bp with null locations.Philippe Waroquiers1-1/+1
2022-11-21Fix use after free introduced by $_hit_bpnum/$_hit_locno variables.Philippe Waroquiers1-26/+36
2022-11-21Fix step-over-syscall.exp matching regexp for $bpnum.$locno matchingPhilippe Waroquiers1-2/+2
2022-11-21gdb/arm: Ensure that stack pointers are in syncTorbjörn SVENSSON1-28/+62
2022-11-21gdb/arm: Update active msp/psp when switching stackTorbjörn SVENSSON1-2/+17
2022-11-21gdb/csky just return type from csky_vector_type() for vector resgistersJiangshuai Li1-4/+7
2022-11-21gdb/csky return type int32 for float and vector pseudo regsJiangshuai Li1-0/+11
2022-11-20Fix sol-thread.c compilation on 32-bit SolarisRainer Orth1-10/+10
2022-11-19Add missing gdb_prompt in ctxobj.exp to avoid random failure, fix typo.Philippe Waroquiers2-3/+3
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers28-96/+381
2022-11-18Fix deletion of FinishBreakpointsJohnson Sun4-1/+105
2022-11-18gdb: fix symtab.c build on 32 bit targetsSimon Marchi1-4/+4
2022-11-18gdb/testsuite: rewrite gdb.cp/call-method-register.exp with dwarf assemblerAndrew Burgess2-76/+80
2022-11-18gdb/testsuite: fix gdb.debuginfod/fetch_src_and_symbols.exp with ClangAndrew Burgess2-2/+10
2022-11-18gdb/testsuite: rename source file gdb.debuginfod/main.cAndrew Burgess2-1/+1
2022-11-18gdb/testsuite: add (and use) a new build-id compile optionAndrew Burgess2-2/+11
2022-11-18gdb/testsuite: fix gdb.compile/compile-ops.exp with clangAndrew Burgess2-11/+15
2022-11-18gdb/testsuite: fix gdb.trace/unavailable-dwarf-piece.exp with ClangAndrew Burgess1-2/+2
2022-11-18gdb/testsuite: don't avoid DWARF assembler tests with ClangAndrew Burgess2-11/+0
2022-11-17Fix static initialization order problem in windows-nat.cTom Tromey1-3/+6
2022-11-17PowerPC, fix gdb.base/retval-large-struct.expCarl Love1-1/+7
2022-11-17Use boolean literals for pagination_enabledTom Tromey2-2/+2
2022-11-17Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.cCarl Love2-142/+142
2022-11-17gdb: new $_inferior_thread_count convenience variableAndrew Burgess5-2/+62
2022-11-17Remove two obsolete declarationsTom Tromey1-4/+0