public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* Re: frysk-core/frysk/proc Breakpoint.java ChangeLo ...
       [not found] <20070702144017.21364.qmail@sourceware.org>
@ 2007-07-05  4:21 ` Phil Muldoon
  2007-07-05 12:05   ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Muldoon @ 2007-07-05  4:21 UTC (permalink / raw)
  To: frysk

mark@sourceware.org wrote:
> Modified files:
> 	frysk/proc     : Breakpoint.java ChangeLog Isa.java IsaIA32.java 
> 	                 IsaPowerPC.java IsaX8664.java Proc.java 
>
> Log message:
> 	* Proc.java (outOfLineAddresses): New private final field.
> 	(requestedOutOfLineAddresses): New boolean field.
> 	(getOutOfLineAddress): New method.
> 	(doneOutOfLine): Likewise.
>
>   
Mark,

All this new stuff is very exciting. It is awesome to see!

A minor nitpick if you will. I've not really looked at this code in a 
huge amount of detail, so please excuse my nativity here, but can't this 
code go and live in the live/LinuxProc.java implementation instead of 
the abstract Proc.java? The scope rules are package-private so they are 
not public apis? Other than keeping Proc.java as simple as possible, I'm 
not hugely worried.

Regards

Phil

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: frysk-core/frysk/proc Breakpoint.java ChangeLo ...
  2007-07-05  4:21 ` frysk-core/frysk/proc Breakpoint.java ChangeLo Phil Muldoon
@ 2007-07-05 12:05   ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2007-07-05 12:05 UTC (permalink / raw)
  To: Phil Muldoon; +Cc: frysk

Hi Phil,

On Wed, 2007-07-04 at 23:21 -0500, Phil Muldoon wrote:
> A minor nitpick if you will. I've not really looked at this code in a 
> huge amount of detail, so please excuse my nativity here, but can't this 
> code go and live in the live/LinuxProc.java implementation instead of 
> the abstract Proc.java? The scope rules are package-private so they are 
> not public apis? Other than keeping Proc.java as simple as possible, I'm 
> not hugely worried.

Yes it can. I have put it on my list to move. But since it is an
implementation detail I want to keep it package private, so some other
consumer classes (Breakpoint and dependencies) need to move with it and
I don't want to make those unnecessary public and break the abstraction.
I'll get to it after some other testing stuff.

Thanks,

Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-05 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20070702144017.21364.qmail@sourceware.org>
2007-07-05  4:21 ` frysk-core/frysk/proc Breakpoint.java ChangeLo Phil Muldoon
2007-07-05 12:05   ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).