Show patches with: Submitter = John Baldwin       |    Archived = No       |   57 patches
Patch Series rb/tb S/W/F Date Submitter Delegate State
Support AT_USRSTACKBASE and AT_USRSTACKLIM. Support AT_USRSTACKBASE and AT_USRSTACKLIM. - - --- 2022-09-21 John Baldwin Committed
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
[v5,19/19] gdbserver: Simplify handling of ZMM registers. 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,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,16/19] gdbserver: Clear upper ZMM registers in the right location. 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,14/19] gdbserver: Add a function to set the XSAVE mask and size. 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,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,11/19] gdb: Update x86 Linux 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,09/19] gdb: Update x86 FreeBSD architectures to support XSAVE layouts. 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,07/19] *-fbsd-nat: Handle null inferior in read_description. 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,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,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,03/19] core: Support fetching x86 XSAVE layout from architectures. 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,01/19] x86: Add an x86_xsave_layout structure to handle variable XSAVE layouts. Handle variable XSAVE layouts - - --- 2023-04-27 John Baldwin New
[v4,13/13] x86: Remove X86_XSTATE_SIZE and related constants. 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,11/13] gdbserver: Refactor the legacy region within the xsave struct 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,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,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,07/13] gdb: Update x86 Linux 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,05/13] gdb: Update x86 FreeBSD architectures to support XSAVE layouts. 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,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,02/13] core: Support fetching TARGET_OBJECT_X86_XSAVE_LAYOUT from architectures. Handle variable XSAVE layouts - - --- 2023-03-18 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
[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
[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
[COMMITTED] Add myself as a write-after-approval GDB maintainer - - --- 2015-03-12 John Baldwin Committed
[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
[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
[7/9] fbsd-nat: Fix several issues with detaching. 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
[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
[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
[4/9] fbsd-nat: Add a list of pending events. Fixes for multiprocess for FreeBSD's native target - - --- 2023-02-28 John Baldwin New
[4/5] gdb.threads/next-bp-other-thread.c: Ensure child thread is started. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[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
[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
[3/5] gdb.threads/execl.c: Ensure all threads are started before execl. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[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
[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
[2/5] gdb.base/catch-syscall.exp: Remove some Linux-only assumptions. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[2/4] *-linux-nat: Handle null inferior in read_description. Handle null inferiors in target::read_description - - --- 2023-05-26 John Baldwin New
[2/2] amd64-linux-tdep: Don't treat fs_base and gs_base as system registers. Fix gdb.arch/amd64-gs_base.exp test on FreeBSD - - --- 2023-02-17 John Baldwin Committed
[1/9] fbsd-nat: Add missing spaces. Fixes for multiprocess for FreeBSD's native target - - --- 2023-02-28 John Baldwin New
[1/5] gdb.threads/multi-create: Double the existing stack size. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[1/4] *-fbsd-nat: Handle null inferior in read_description. Handle null inferiors in target::read_description - - --- 2023-05-26 John Baldwin New
[1/2] gdb.arch/amd64-gs_base.exp: Support non-Linux. Fix gdb.arch/amd64-gs_base.exp test on FreeBSD - - --- 2023-02-17 John Baldwin Committed