GDB not mapping symbol files to stripped exe – Ubuntu
I have a C file, I compiled with -g option and saved the debug symbol to a different file and stripped the executable. When I try to debug this executable with set debug-file-directory /root/test, I am not able to set…