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

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 15 Dec 2010 12:52:56 -0500

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 :)

Regards,

Rene

Other related posts: