--- wikisrc/users/haad/ddb_howto.mdwn 2019/04/08 23:46:36 1.3 +++ wikisrc/users/haad/ddb_howto.mdwn 2020/05/20 21:12:48 1.4 @@ -18,7 +18,7 @@ First, you need to find the address of t Then add `0x5` to the address, and use [[!template id=man name="addr2line" section="1"]] to get the exact line in the kernel source code where you get the crash: - addr2line -g netbsd {sum address} + addr2line -e netbsd {sum address} In [[!template id=man name="gdb" section="1"]], this can be achieved with the command `info line *(function_name)+0x5`.