Show patches with: State = Action Required       |    Archived = No       |   242 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[aarch64] Fix one fail in gdb.xml/tdesc-regs.exp --- 2015-02-24 Yao Qi New
Dwarf assembler: handle one instruction function --- 2015-02-25 Yao Qi New
Dwarf assembler: handle one instruction function --- 2015-02-25 Yao Qi New
Don't skip catch-syscall.exp on hppa*-hp-hpux* target --- 2015-02-27 Yao Qi New
[RFC] Support command "catch syscall" properly on different targets --- 2015-02-27 Yao Qi New
[obv] Add linux-aarch64-low.c in SFILE --- 2015-03-04 Yao Qi New
Use show_debug_regs as a boolean --- 2015-03-04 Yao Qi New
[OBV] Typo fix --- 2015-03-11 Yao Qi New
Support catch syscall on aarch64 linux --- 2015-03-11 Yao Qi New
[1/2] watchpoint-reuse-slot.exp: skip some tests on targets have different wp and bp registers --- 2015-03-13 Yao Qi New
[2/2] watchpoint-reuse-slot.exp: skip when requesting two breakpoints in one slot on aarch64 --- 2015-03-13 Yao Qi New
Don't call set_gdbarch_cannot_step_breakpoint in aarch64_gdbarch_init --- 2015-03-17 Yao Qi New
[rfc,spu] Don't call set_gdbarch_cannot_step_breakpoint in spu_gdbarch_init --- 2015-03-17 Yao Qi New
[1/3] Compile break-asm-file{0,1}.s without debug info --- 2015-03-19 Yao Qi New
[2/3] Remove some hard-coded stuff in tests --- 2015-03-19 Yao Qi New
[3/3] Handle the effect of skipping prologue --- 2015-03-19 Yao Qi New
Relax pattern to match the output of "info frame" in gdb.base/savedregs.exp --- 2015-03-20 Yao Qi New
kfail two tests in no-unwaited-for-left.exp for remote target --- 2015-03-26 Yao Qi New
[1/2,gdbserver] assert on step if !can_hardware_single_step --- 2015-04-07 Yao Qi New
[2/2] Honour software single step in fallback of displaced stepping --- 2015-04-07 Yao Qi New
gdbserver gnu/linux: stepping over breakpoint --- 2015-04-09 Yao Qi New
[RFC] Unset tcl variable addr to avoid clashing --- 2015-04-10 Yao Qi New
[arm] watchpoint-reuse-slot.exp: skip setting HW points on some address --- 2015-04-10 Yao Qi New
Fix fails in gdb.dwarf2/dynarr-ptr.exp --- 2015-04-10 Yao Qi New
[testsuite] Probe awatch/rwatch support --- 2015-04-14 Yao Qi New
Increase timeout in watch-bitfields.exp for software watchpoint --- 2015-04-14 Yao Qi New
[arm] Fix fails in gdb.base/disp-step-syscall.exp --- 2015-04-15 Yao Qi New
[obv] Fix code indentation --- 2015-04-15 Yao Qi New
[obv,arm] Update displaced stepping debug message --- 2015-04-15 Yao Qi New
Update comments to target_can_use_hardware_watchpoint --- 2015-04-17 Yao Qi New
return zero in arm_linux_can_use_hw_breakpoint if HW point isn't supported --- 2015-04-17 Yao Qi New
Skip gdb.base/relativedebug.exp if libc doesn't have debug info --- 2015-04-22 Yao Qi New
Skip setting HW watchpoint if skip_hw_watchpoint_multi_tests in gdb.base/break-idempotent.exp --- 2015-04-23 Yao Qi New
A new board file remote-gdbserver-on-localhost.exp --- 2015-04-23 Yao Qi New
[rfc] Fix PR 18208: update /proc/pid/coredump_filter by c code --- 2015-04-24 Yao Qi New
[gdbserver] Disable conditional breakpoints on no-hardware-single-step targets --- 2015-04-30 Yao Qi New
[1/4] NEWS entry about aarch64-linux record/replay support --- 2015-05-19 Yao Qi New
[2/4] Implements aarch64 process record and reverse debugging support --- 2015-05-19 Yao Qi New
[3/4] Enables gdb.reverse testsuite for aarch64*-linux targets --- 2015-05-19 Yao Qi New
[2/2] Remove parameter valaddr from la_val_print --- 2016-11-08 Yao Qi New
[1/5] ARM: plt_size functions need to read instructions in right byte order --- 2014-10-21 vkamensky New
[2/5] ARM: extract_arm_insn function need to read instrs correctly in be8 case --- 2014-10-21 vkamensky New
[3/5] ARM: arm_breakpoint should be little endian form in case for arm BE8 --- 2014-10-21 vkamensky New
[4/5] ARM: read_pieced_value do big endian processing only in case of valid gdb_regnum --- 2014-10-21 vkamensky New
[5/5] ARM: asm-source.exp link options in case of armv7b target --- 2014-10-21 vkamensky New
[V2,1/4] ARM: extract_arm_insn function need to read instrs correctly in be8 case --- 2014-10-22 vkamensky New
[V2,2/4] ARM: arm_breakpoint should be little endian form in case for arm BE8 --- 2014-10-22 vkamensky New
[V2,3/4] read_pieced_value do big endian processing only in case of valid gdb_regnum --- 2014-10-22 vkamensky New
[V2,4/4] ARM: asm-source.exp link options in case of armv7b target --- 2014-10-22 vkamensky New
[RFC] fix xfer from section that ends at max of CORE_ADDR --- 2014-10-22 vkamensky New
[V3] read_pieced_value do big endian processing only in case of valid gdb_regnum --- 2014-10-23 vkamensky New
[V4,1/3] ARM: extract_arm_insn function need to read instrs correctly in be8 case --- 2014-10-27 vkamensky New
[V4,2/3] ARM: arm_breakpoint should be little endian form in case for arm BE8 --- 2014-10-27 vkamensky New
[V4,3/3] read_pieced_value do big endian processing only in case of valid gdb_regnum --- 2014-10-27 vkamensky New
[1/2] aarch64: handle big endian float registers correctly --- 2014-10-27 vkamensky New
[2/2] aarch64: tramp_frame_start function need to read instrs correctly in be8 case --- 2014-10-27 vkamensky New
[RFC,1/2] fix implptrpiece.exp test for big endian target --- 2014-10-27 vkamensky New
[RFC,2/2] fix py-value-cc.exp test for big endian target --- 2014-10-27 vkamensky New
[COMMITTED,1/3] ARM: extract_arm_insn function need to read instrs correctly in be8 case --- 2014-11-02 vkamensky New
[COMMITTED,2/3] ARM: arm_breakpoint should be little endian form in case for arm BE8 --- 2014-11-02 vkamensky New
[COMMITTED,3/3] read_pieced_value do big endian processing only in case of valid gdb_regnum --- 2014-11-02 vkamensky New
fix some bugs in python completion code --- 2014-11-07 'Timothy Arceri' via Patchwork Forward New
[pushed/obvious] gdb/nat/aarch64-scalable-linux-ptrace.h: Don't include itself [pushed/obvious] gdb/nat/aarch64-scalable-linux-ptrace.h: Don't include itself --- 2023-10-26 Thiago Jung Bauermann New
gdb/configure.ac: Fix auto-load options to work with Windows path separator gdb/configure.ac: Fix auto-load options to work with Windows path separator --- 2023-10-26 Thiago Jung Bauermann New
gdb/testsuite: Fix testing of "info copying" gdb/testsuite: Fix testing of "info copying" --- 2024-01-11 Thiago Jung Bauermann New
gdb/arm: Fix epilogue frame id gdb/arm: Fix epilogue frame id --- 2024-01-23 Thiago Jung Bauermann New
Fix disabling of year 2038 support on 32-bit hosts by default Fix disabling of year 2038 support on 32-bit hosts by default --- 2024-02-03 Thiago Jung Bauermann New
[v2] gdb/arm: Remove tpidruro register from non-FreeBSD target descriptions [v2] gdb/arm: Remove tpidruro register from non-FreeBSD target descriptions --- 2024-02-28 Thiago Jung Bauermann New
gdb/testsuite: Increase timeout when using read1 in gdb.base/osabi.exp gdb/testsuite: Increase timeout when using read1 in gdb.base/osabi.exp --- 2024-03-01 Thiago Jung Bauermann New
[v3,1/2] gdb/testsuite: Consume all debug output in gdb.base/osabi.exp [v3,1/2] gdb/testsuite: Consume all debug output in gdb.base/osabi.exp --- 2024-03-04 Thiago Jung Bauermann New
[v3,2/2] gdb/testsuite: Clarify -lbl option in gdb_test_multiple [v3,1/2] gdb/testsuite: Consume all debug output in gdb.base/osabi.exp --- 2024-03-04 Thiago Jung Bauermann New
[RFC,1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread Fix attaching to process when it has zombie threads --- 2024-03-21 Thiago Jung Bauermann New
[RFC,2/3] gdb/nat: Factor linux_find_proc_stat_field out of linux_common_core_of_thread Fix attaching to process when it has zombie threads --- 2024-03-21 Thiago Jung Bauermann New
[RFC,3/3] gdb/nat/linux: Fix attaching to process when it has zombie threads Fix attaching to process when it has zombie threads --- 2024-03-21 Thiago Jung Bauermann New
[v2,1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread Fix attaching to process when it has zombie threads --- 2024-04-20 Thiago Jung Bauermann New
gdb/testsuite: Use default gdb_expect timeout in runto gdb/testsuite: Use default gdb_expect timeout in runto --- 2024-04-20 Thiago Jung Bauermann New
[v2,2/2] gdb/testsuite: Add gdb.base/memops-watchpoint.exp Add testcase for libc memory operations --- 2024-04-21 Thiago Jung Bauermann New
[v3,1/2] gdb/testsuite: Add libc_has_debug_info require helper Add testcase for libc memory operations --- 2024-04-22 Thiago Jung Bauermann New
[v3,2/2] gdb/testsuite: Add gdb.base/memops-watchpoint.exp Add testcase for libc memory operations --- 2024-04-22 Thiago Jung Bauermann New
[v3,1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread Fix attaching to process when it has zombie threads --- 2024-04-24 Thiago Jung Bauermann New
[v3,2/3] gdb/nat: Factor linux_proc_get_stat_field out of linux_common_core_of_thread Fix attaching to process when it has zombie threads --- 2024-04-24 Thiago Jung Bauermann New
[v3,3/3] gdb/nat/linux: Fix attaching to process when it has zombie threads Fix attaching to process when it has zombie threads --- 2024-04-24 Thiago Jung Bauermann New
Fix buffer overrun in fetch_register_using_p Fix buffer overrun in fetch_register_using_p --- 2018-10-10 Richard Henderson New
[PULL,4/4] gdbstub: don't complain about preemptive ACK chars Untitled series #218363 --- 2023-08-10 Richard Henderson New
arm - Add some comments about the versions of ARM ELF that define various e_flags values arm - Add some comments about the versions of ARM ELF that define various e_flags values --- 2018-08-09 Richard Earnshaw (lists) New
[MAINTAINERS] Move self back to Write-After Approval. --- 2014-05-22 Ramana Radhakrishnan New
[AArch64] Include asm/ptrace.h in aarch64-linux-nat.c --- 2014-05-22 Ramana Radhakrishnan New
[AArch64] Include asm/ptrace.h in aarch64-linux-nat.c --- 2014-05-23 Ramana Radhakrishnan New
Fix gdb 7.12 C++ compilation on Solaris --- 2016-10-18 Rainer Orth New
Add Linux kernel thread runtime support. --- 2016-12-22 Peter Griffin New
VFP, SIMD and coprocessor instructions recording for arm*-linux* targets. --- 2013-11-25 Omair Javaid New
testsuite/gdb.dwarf2: Fix for dw2-ifort-parameter failure on ARM --- 2014-01-16 Omair Javaid New
Support for HWbreak/watchpoint accross fork/vfork on arm-native --- 2014-01-30 Omair Javaid New
Disable gdb.dwarf2/implptr-64bit.exp for 32-bit targets --- 2014-02-06 Omair Javaid New
Disable gdb.dwarf2/implptr-64bit.exp for 32-bit targets --- 2014-02-06 Omair Javaid New
Support for HWbreak/watchpoint accross fork/vfork on arm-native --- 2014-02-12 Omair Javaid New
[1/5] Support for recording arm/thumb mode coprocessor instructions --- 2014-02-22 Omair Javaid New
[2/5] Support for recording thumb2 ASIMD struct load/store instructions --- 2014-02-22 Omair Javaid New
[3/5] Support for recording VFP data processing instructions --- 2014-02-22 Omair Javaid New
[4/5] Support for recording extension register load/store instructions --- 2014-02-22 Omair Javaid New
« 1 2 3 »