Pages

Thursday, December 13, 2012

gdb debug with different library path


$ gdb
(gdb) set solib-absolute-prefix ./libdir
(gdb) file ./a.out
(gdb) core-file ./a.core

No comments:

Post a Comment