On May 16, 4:05pm, Kevin \Squail\ Endres wrote:
> I know i have to set so-absolute-prefix to my libs to get everything to live
> correctly... How do i do that and read in a core???
Can't you do...
(gdb) set solib-absolute-prefix /my/prefix/to/the/sys-root
(gdb) target core core
?
Kevin