Does the dbx debugger work?

bzs at BU-CS.BU.EDU bzs at BU-CS.BU.EDU
Mon Jan 26 14:49:57 AEST 1987


>Basically, dbx needs better control over processes than is provided
>by present kernels.
>-- 
>In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)

Or hardware support. It might be useful for new hardware designers to
glance at the IBM370's PER (Program Event Recording) facilities.  It
supports traps on events like stores, fetches (in address ranges),
register changes and branches via loading of control registers. Such
facilities should be more far-reaching than just dbx and kernel support
should be fairly straightforward (control register state loaded from
the proc struct at context switch time etc.)

	-Barry Shein, Boston University



More information about the Comp.unix.wizards mailing list