Tools: Debugging Native and Java Code with WDB

Page 66
Tools for
Debugging
© 2001 Hewlett-Packard Company
gdb
Set a Breakpoint in Compiled Code
Easy, direct method:
If you want to set breakpoint at a specific address:
0x6d4142c4 in compiled frame: java/io/BufferedInputStream::fill {()V}
(gdb) b *0x6d4142c4