Re: Enable DWARF line decoding in ddb

2014-10-02 Thread Philip Guenther
To correct the instructions slightly... On Sun, Sep 28, 2014 at 11:00 PM, Matthew Dempsky wrote: ... > # Build new boot(8) > cd ../../stand/boot > make install Change that last line to make obj && make depend && make && make install > # Install new boot(8) > cp /usr/mdec/boot /bo

Enable DWARF line decoding in ddb

2014-09-28 Thread Matthew Dempsky
Patch below enables DWARF line decoding in ddb; e.g., ddb{0}> trace Debugger() at Debugger+0x9 [../../../../arch/amd64/amd64/db_interface.c:405] ddb_sysctl() at ddb_sysctl+0x1b4 [../../../../ddb/db_usrreq.c:104] sys___sysctl() at sys___sysctl+0x216 [../../../../kern/kern_sysctl.c:229] sy