I am attaching gdb to a process which used execv
to replace the current image.
Sadly it seems like this is confusing gdb since when the process eventually std::terminate
s, all I get are addresses with no symbols. Trying to load the symbols does not seem to make any difference.
Also -ex "set follow-exec-mode new"
did not work.