Pages

Showing posts with label generic. Show all posts
Showing posts with label generic. Show all posts

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

Wednesday, November 7, 2012