[haiku-commits] Re: r39846 - in haiku/trunk: headers/os/kernel headers/private/debug headers/private/kernel src/kits/debug src/system/kernel ...

On 2010-12-15 at 18:52:56 [+0100], Rene Gollent <anevilyak@xxxxxxxxx> wrote:
> On Wed, Dec 15, 2010 at 12:03 PM, Ingo Weinhold <ingo_weinhold@xxxxxx> 
> wrote:
> > The reason for doing that in DebuggerInterface is that this is the 
> > component
> > that abstracts the connection to the debugged program and from Debugger's
> > point of view name changes are just debug events from the debugged 
> > program.
> > My intention is to eventually turn DebugInterface into an interface and 
> > have
> > implementing classes not only for the currently implemented local 
> > debugging,
> > but also for remote connections. Polling over a slow connection (e.g. 
> > serial
> > line) is definitely not a good idea.
> 
> Understood, will rework that patch then. I guess keeping a copy of the
> thread info list in the interface will be necessary in order to detect
> the differences for now, until the kernel notifications are
> implemented (will file an enhancement ticket for that later). Thanks
> for the explanation :)

Don't bother. I think I'll simply implement the notification mechanism. Then 
part of your earlier patch can be reused.

CU, Ingo

Other related posts: