This is the mail archive of the gdb-patches@sources.redhat.com 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]

RE: Hardware watchpoints for UnixWare; based on snapshot 20010627


Eli Zaretskii writes:
> From: "John Hughes" <john@Calva.COM>
>> Interface between procfs.c and i386v42-nat.c is unclean,
>> but I don't see how to do it better.
>
> Is there something that i386-nat.c could do to help?

I don't realy see how.  The problem is that

1. the "i386v42mp-nat.c" (what a foul name!) code needs access to 
   the debug registers stored in the "pr_family" part of the 
   prstatus.pr_lwp structure, which is only known to procfs.c

2. It also needs to issue a PCSDBREG command via procfs.

So it needs some horrid special access to stuff only procfs knows.


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