Re: [osol-code] Debugging Solaris on x86

2008-07-11 Thread Artem Kachitchkine
> There's also a keyboard sequence to do it for PS/2 keyboards -- I'm > pretty sure its CTRL-ALT-D (note that is "D" as in David, not > DELETE!) I've not tested to find out if it works for USB keyboards. It's F1-A ___ opensolaris-code mailing list

Re: [osol-code] Debugging Solaris on x86

2008-07-11 Thread [EMAIL PROTECTED]
Garrett D'Amore wrote: > Alexandra (Sasha) Fedorova wrote: > >> Hello, >> >> When I used to debug Solaris on SPARC, I'd send a "break" signal Ctrl-] to >> the console, the system would drop into "ok" prompt and I'd start mdb like >> this: "mdb -k". However, on x86 platform the break signal do

Re: [osol-code] Debugging Solaris on x86

2008-07-11 Thread Garrett D'Amore
Alexandra (Sasha) Fedorova wrote: > Hello, > > When I used to debug Solaris on SPARC, I'd send a "break" signal Ctrl-] to > the console, the system would drop into "ok" prompt and I'd start mdb like > this: "mdb -k". However, on x86 platform the break signal does not drop you > into the ok prom

[osol-code] Debugging Solaris on x86

2008-07-11 Thread Alexandra (Sasha) Fedorova
Hello, When I used to debug Solaris on SPARC, I'd send a "break" signal Ctrl-] to the console, the system would drop into "ok" prompt and I'd start mdb like this: "mdb -k". However, on x86 platform the break signal does not drop you into the ok prompt, and I recall reading somewhere online tha