This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA/RFC] Prec multi-thread support [1/4] X86 insn support
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: teawater at gmail dot com
- Cc: gdb-patches at sourceware dot org, msnyder at vmware dot com
- Date: Wed, 25 Nov 2009 11:43:43 +0100 (CET)
- Subject: Re: [RFA/RFC] Prec multi-thread support [1/4] X86 insn support
- References: <daef60380911250005j6283fcb2sa7cf9e351b8c01cc@mail.gmail.com>
> From: Hui Zhu <teawater@gmail.com>
> Date: Wed, 25 Nov 2009 16:05:44 +0800
>
> When I debug i386 multi-thread inferior, it need support int3 and
> rdtsc.? So make a patch to support them.
>
> 2009-11-24 Hui Zhu <teawater@gmail.com>
>
> * i386-tdep.c (i386_process_record): Add code for int3 and rdtsc.
Looks reasonable to me.