diff --git a/debug.go b/debug.go index 469ae85..a31c356 100644 --- a/debug.go +++ b/debug.go @@ -158,6 +158,8 @@ func debugHandler(kcfg config.KernelConfig, workPath, kernRegex, gdb string, fmt.Printf("\n%s\n", q.GetSshCommand()) fmt.Printf("gdb %s -ex 'target remote %s'\n\n", ki.VmlinuxPath, gdb) + // TODO set substitute-path /build/.../linux-... /path/to/linux-source + err = interactive(q) return }