Tools: Debugging Native and Java Code with WDB
Page 71
Tools for
Debugging
© 2001 Hewlett-Packard Company
gdb
Continue Execution
(gdb) c
Continuing.
[Switching to thread 18
(system thread 5473)]
Breakpoint 1, 0x6e411d04 in compiled frame: java/io/BufferedInputStream::fill {()V}
(gdb) bt
#0 0x6e411d04 in compiled frame: java/io/BufferedInputStream::fill {()V} ()
#1 0x6e40b96c in compiled frame: java/io/BufferedInputStream::read1 {([BII)I}
#2 0x6e409978 in compiled frame: java/io/DataInputStream::readFully {([BII)V}
#3 0x6e4057a4 in compiled frame: java/io/DataInputStream::readUTF
{(Ljava/io/DataInput;)Ljava/lang/String;} ()
#4 0x6e40be54 in compiled frame: COM/volano/mas::á¿
{(Ljava/io/DataInputStream;)V} ()
#5 0x6e40fdf0 in compiled frame: COM/volano/mby::ó¤ {()Ljava/lang/Object;} ()
#6 0x6e40517c in i2c_adapter frame ()
#7 0x61748 in interpreted frame: COM/volano/mby::run {()V} ()
#8 0x619ac in interpreted frame: java/lang/Thread::run {()V} ()
#9 0x6fe911b8 in Java entry frame ()