From: Casper H. <ch...@us...> - 2002-07-14 09:54:22
|
s=F8n, 2002-07-14 kl. 03:00 skrev Royce Mitchell III: > Casper et all, >=20 > I can't seem to get your new debug info to work, nor can I get addr2line = to > work. I must be doing something wrong, but I don't know what :( Experiments show that you must add 0x11000 (for most drivers) to your addresses when passed to addr2line. 0x10000 is probably the image base, but where does the extra 0x1000 come from? You can get the exact offset by using objdump -h. The value is the VMA of the .text section. Casper |