Re: [PATCH] scripts: fix the sys path for gdb scripts

2015-11-26 Thread yalin wang
> On Nov 25, 2015, at 15:38, Jan Kiszka wrote: > > On 2015-11-19 11:54, yalin wang wrote: >> The sys.path should be scripts/gdb, >> so that we can import linux lib correctly. >> >> Signed-off-by: yalin wang >> --- >> scripts/gdb/vmlinux-gdb.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deleti

Re: [PATCH] scripts: fix the sys path for gdb scripts

2015-11-24 Thread Jan Kiszka
On 2015-11-19 11:54, yalin wang wrote: > The sys.path should be scripts/gdb, > so that we can import linux lib correctly. > > Signed-off-by: yalin wang > --- > scripts/gdb/vmlinux-gdb.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/gdb/vmlinux-gdb.py b/script