This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk 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: LinuxHost -> LinuxPtraceHost; TaskState split to LinuxPtraceTaskState


I've done this, and it was easier than expected.

<< grep LinuxPtrace {Host,Proc,Task,Manager}.java >> now quickly identifies the few warts that will need to be fixed when adding a new target such as LinuxCore. The only tricky one looks to be Proc/Task where they can start out in one of several different states; perhaps that state should be an explicit parameter of the constructor.

Andrew


Andrew Cagney wrote:
Just a heads-up.

Sometime late today there'll be two big rename refactorings:
LinuxHost, LinuxProc, LinuxTask -> LinuxPtraceHost et.al.
HostState, ProcState, TaskState -> HostState + LinuxPtraceHostState et.al.
these are to make way for new LinuxCore files that Phil is working on.


Andrew



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