Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] debugger


On Jun 23, 2005, at 6:48 PM, Donny Kurniawan wrote:

Greg,

So basically, we make the runtime model and the debug model the same?

The two models will share this functionality. Runtime is IPProcess and up (nodes, machines, etc.) and debug is IPProcess down (threads, stack frames, etc).

The IProcess is part of the platform debug model, does ptp.core.IPProcess extend debug.core.model.IProcess ?

Not currently. But it may need to if necessary.

Greg



Back to the top