fix source code lookup, use absolute path
commit0824611bddff220b1bc033a766cdca4aa0453a54
authorrofl0r <retnyg@gmx.net>
Sun, 25 Nov 2018 23:19:21 +0000 (25 23:19 +0000)
committerrofl0r <retnyg@gmx.net>
Sun, 25 Nov 2018 23:19:25 +0000 (25 23:19 +0000)
tree1eee1b494e568364872193d6dc6bb8bbe6008b12
parent75f32d8302d8dd915a256eb77c7b932fd6f18c1c
fix source code lookup, use absolute path

debugging a project that had sourcefiles in src/ resulted
in getting something like
"hitting breakpoint in src/foo.c" which we didn't except.
fortunately "info source" also prints the basepath of the project,
so we can assemble the full absolute path.
gdb.py