aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-12-14gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXITAndrew Burgess2-4/+29
2022-12-14gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess6-276/+161
2022-12-14gdb/testsuite: new test for recent dwarf reader issueAndrew Burgess3-0/+167
2022-12-14gdb/testsuite: fix readnow detectionAndrew Burgess4-53/+10
2022-12-13Fix control-c handling on WindowsTom Tromey7-71/+99
2022-12-13Refactor code to check for terminal sharingTom Tromey4-26/+63
2022-12-13Use gdb::optional for sigint_oursTom Tromey1-4/+8
2022-12-13Rename install_sigint_handlerTom Tromey1-2/+2
2022-12-13[gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpointTom de Vries1-8/+7
2022-12-13Remove two unnecessary castsTom Tromey1-2/+2
2022-12-13gdb/testsuite: avoid creating temp file in gdb/testsuite/ directoryAndrew Burgess1-1/+1
2022-12-13[gdb/testsuite] Fix gdb.python/py-disasm.exp on s390xTom de Vries2-8/+14
2022-12-12Fix crash in is_nocall_functionTom Tromey3-5/+7
2022-12-12Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stopJohnson Sun1-5/+5
2022-12-12[gdb/testsuite] Fix PR20630 regression test in gdb.base/printcmds.expTom de Vries1-1/+3
2022-12-12Another Rust operator precedence bugTom Tromey2-2/+11
2022-12-12[gdb/testsuite] Fix gdb.base/write_mem.exp for big endianTom de Vries1-1/+1
2022-12-12gdb: fix possible use-after-free when executing commandsJan Vrany1-2/+12
2022-12-10[gdb/tdep] Fix larl handling in s390_displaced_step_fixupTom de Vries1-1/+1
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado14-72/+175
2022-12-09[gdb/testsuite] Fix gdb.guile/scm-symtab.exp for ppc64leTom de Vries1-1/+1
2022-12-08[gdb/testsuite] Require debug info for gdb.tui/tui-layout-asm-short-prog.expTom de Vries1-0/+5
2022-12-08gdb/testsuite: update a pattern in gdb_file_cmdEnze Li1-1/+1
2022-12-08gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany3-1/+19
2022-12-07gdb: add invalidate_selected_frame functionSimon Marchi2-4/+15
2022-12-07[gdb/testsuite] Add KFAILs in gdb.base/longjmp.expTom de Vries1-3/+79
2022-12-07Remove unnecessary xstrdup from bppy_initTom Tromey1-6/+4
2022-12-06Cosmetic fix in ppc-sysv-tdep.cTom Tromey1-3/+4
2022-12-06Fix operator precedence bug in Rust parserTom Tromey2-1/+5
2022-12-06[gdb/testsuite] Fix test names in gdb.base/longjmp.expTom de Vries1-48/+63
2022-12-06[gdb/testsuite] Make gdb.base/longjmp.exp FAIL more stable across archsTom de Vries1-4/+4
2022-12-06gdb/riscv: correct dwarf to gdb register number mappingXiao Zeng1-2/+2
2022-12-05gdb/linux-nat: add ptid parameter to linux_xfer_siginfoSimon Marchi1-4/+4
2022-12-05gdb/linux-nat: use l linux_nat_get_siginfo in linux_xfer_siginfoSimon Marchi1-4/+2
2022-12-05gdb/linux-nat: check ptrace return value in linux_nat_get_siginfoSimon Marchi1-5/+1
2022-12-05gdb/linux-nat: don't memset siginfo on failure in linux_nat_get_siginfoSimon Marchi1-6/+2
2022-12-05gdb/linux-nat: bool-ify linux_nat_get_siginfoSimon Marchi2-5/+5
2022-12-05gdb/linux-nat: use get_ptrace_pid in two spotsSimon Marchi1-10/+2
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi185-200/+4
2022-12-05Add missing newline to gdbarch_tdep debugging outputLuis Machado1-1/+1
2022-12-05gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann2-210/+217
2022-12-05gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann2-560/+556
2022-12-05gdb: Update my email address in MAINTAINERSThiago Jung Bauermann1-1/+1
2022-12-02gdb/linux-nat: add pid parameter to linux_proc_xfer_memory_partialSimon Marchi1-9/+9
2022-12-02gdb: add some debug statements to solib-svr4.cSimon Marchi1-1/+13
2022-12-02gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi6-124/+68
2022-12-02[gdb/testsuite] Prevent timeout in gdb.ada/float-bits.expTom de Vries1-3/+10
2022-12-01PowerPC, fix gdb.reverse/finish-reverse-bkpt.exp and gdb.reverse/next-reverse...Carl Love4-7/+130
2022-12-01Remove call to registers_changed from windows-nat.cTom Tromey1-1/+0
2022-12-01Remove the_windows_nat_target globalTom Tromey1-7/+4