[OpenBIOS] Sparc64 OpenBIOS

Mark Cave-Ayland mark.cave-ayland at siriusit.co.uk
Wed Nov 18 18:37:08 CET 2009


Tarl Neustaedter wrote:

> At a guess,
> 
> ok dev /packages/hsfs-file-system
> ok debug open
> ok dev

That's correct, i.e. you need to change to package you wish to debug and 
then invoke "debug <foo>" on the word you wish to step through.

Note that one thing I have found with the debugger is that you may need 
to manually add breakpoints for methods called during package opening 
using the above method, rather than being able to use "U" and "D" 
interactively.

AFAICT this is because the debugger needs to locate the start and end of 
a word in the wordlist, and if the package open fails then the new 
wordlist isn't set, and hence the word can't be located and added to the 
debug word list.


HTH,

Mark.

-- 
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063

Sirius Labs: http://www.siriusit.co.uk/labs



More information about the OpenBIOS mailing list