Re: [PATCH] scripts/gdb: relax requirement on symlink location

2016-10-17 Thread Jan Kiszka
On 2016-10-14 12:07, Tobias Waldekranz wrote: > The current construct for inserting the `scripts/gdb/` directory into > the python path requires `vmlinux-gdb.py` to be symlinked in the root of > the kernel build tree. > > By first resolving the symlink and inserting that path, the symlink can > be

[PATCH] scripts/gdb: relax requirement on symlink location

2016-10-14 Thread Tobias Waldekranz
The current construct for inserting the `scripts/gdb/` directory into the python path requires `vmlinux-gdb.py` to be symlinked in the root of the kernel build tree. By first resolving the symlink and inserting that path, the symlink can be placed in an arbitrary directory. Signed-off-by: Tobias