Toggle navigation
Patchwork
GNU Debugger
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
John Baldwin
| State =
Action Required
| Archived =
No
| 49 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not applicable
Changes Requested
Failed CI
Superseded
Deferred
Committed
Dropped
DCO or assignment missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
siddhesh
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
simark
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
nsz
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
lamm
girish946
maennich
dodji
zimmerma
rzinsly
lukma
mjw
goldsteinn
raoni
jason
jwakely
jwakely
maximk
trodgers
trodgers
palmer
palmer
ams
ams
ams
rearnsha
siddhesh_staff
lancesix
aburgess
pvk
ppalka
JeffreyALaw
JeffreyALaw
kitoc
linaro-tcwg-bot
linaro-tcwg-bot
linaro-tcwg-bot
redhat-pt-bot
Apply
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
[5/5] gdb tests: Allow for "LWP" in thread IDs from info threads.
Various test suite fixes (mostly thread related)
- -
-
-
-
2023-02-17
John Baldwin
New
[1/9] fbsd-nat: Add missing spaces.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[2/9] fbsd-nat: Avoid a direct write to target_waitstatus::kind.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[3/9] fbsd-nat: Use correct constant for target_waitstatus::sig.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[4/9] fbsd-nat: Add a list of pending events.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[5/9] fbsd-nat: Defer any ineligible events reported by wait.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[6/9] fbsd-nat: Fix resuming and waiting with multiple processes.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[7/9] fbsd-nat: Fix several issues with detaching.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[8/9] fbsd-nat: Fix thread_alive against a running thread.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
[9/9] fbsd-nat: Stop a process if it is running before killing it.
Fixes for multiprocess for FreeBSD's native target
- -
-
-
-
2023-02-28
John Baldwin
New
PR gdb/30214: Prefer local include paths to system include paths
PR gdb/30214: Prefer local include paths to system include paths
1 -
-
-
-
2023-03-09
John Baldwin
New
[v4,01/13] x86: Add an x86_xsave_layout structure to handle variable XSAVE layouts.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,02/13] core: Support fetching TARGET_OBJECT_X86_XSAVE_LAYOUT from architectures.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,03/13] nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,04/13] x86 nat: Add helper functions to save the XSAVE layout for the host.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,05/13] gdb: Update x86 FreeBSD architectures to support XSAVE layouts.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,06/13] gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,07/13] gdb: Update x86 Linux architectures to support XSAVE layouts.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,08/13] gdb: Support XSAVE layouts for the current host in the Linux x86 targets.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,09/13] gdb: Use x86_xstate_layout to parse the XSAVE extended state area.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,10/13] gdbserver: Add a function to set the XSAVE mask and size.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,11/13] gdbserver: Refactor the legacy region within the xsave struct
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,12/13] gdbserver: Read offsets of the XSAVE extended region via CPUID
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v4,13/13] x86: Remove X86_XSTATE_SIZE and related constants.
Handle variable XSAVE layouts
- -
-
-
-
2023-03-18
John Baldwin
New
[v2] gdb tests: Allow for "LWP" in thread IDs from info threads.
[v2] gdb tests: Allow for "LWP" in thread IDs from info threads.
- -
-
-
-
2023-04-17
John Baldwin
New
[v3] gdb tests: Allow for "LWP" in thread IDs from info threads.
[v3] gdb tests: Allow for "LWP" in thread IDs from info threads.
- -
-
-
-
2023-04-18
John Baldwin
New
[v5,01/19] x86: Add an x86_xsave_layout structure to handle variable XSAVE layouts.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,02/19] gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,03/19] core: Support fetching x86 XSAVE layout from architectures.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,04/19] nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,05/19] x86 nat: Add helper functions to save the XSAVE layout for the host.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,06/19] x86-fbsd-nat: Add missing public label.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,07/19] *-fbsd-nat: Handle null inferior in read_description.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,08/19] *-linux-nat: Handle null inferior in read_description.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,09/19] gdb: Update x86 FreeBSD architectures to support XSAVE layouts.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,10/19] gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,11/19] gdb: Update x86 Linux architectures to support XSAVE layouts.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,12/19] gdb: Support XSAVE layouts for the current host in the Linux x86 targets.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,13/19] gdb: Use x86_xstate_layout to parse the XSAVE extended state area.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,14/19] gdbserver: Add a function to set the XSAVE mask and size.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,15/19] gdbserver: Refactor the legacy region within the xsave struct
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,16/19] gdbserver: Clear upper ZMM registers in the right location.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,17/19] gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,18/19] x86: Remove X86_XSTATE_SIZE and related constants.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[v5,19/19] gdbserver: Simplify handling of ZMM registers.
Handle variable XSAVE layouts
- -
-
-
-
2023-04-27
John Baldwin
New
[1/4] *-fbsd-nat: Handle null inferior in read_description.
Handle null inferiors in target::read_description
- -
-
-
-
2023-05-26
John Baldwin
New
[2/4] *-linux-nat: Handle null inferior in read_description.
Handle null inferiors in target::read_description
- -
-
-
-
2023-05-26
John Baldwin
New
[3/4] Add a have_native_target helper function for use with require.
Handle null inferiors in target::read_description
- -
-
-
-
2023-05-26
John Baldwin
New
[4/4] Test that native targets can read a tdesc without a process attached.
Handle null inferiors in target::read_description
- -
-
-
-
2023-05-26
John Baldwin
New