This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 4/6] Use LWP IDs with ptrace register requests on FreeBSD.


[Dropping binutils.]

On 01/13/2016 09:45 PM, John Baldwin wrote:
> This allows gdb to fetch per-thread registers for multi-threaded FreeBSD
> processes.  NetBSD and OpenBSD also accept LWP IDs for ptrace requests
> to fetch per-thread state.

I'd prefer to make inf-ptrace.c:get_ptrace_pid extern and use
it, instead of duplicating it multiple times.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]