From b7d785f0c8ec8dc5b7591dea08279f97aa5ef367 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 16 Aug 2019 06:32:26 +0000 Subject: [PATCH] Add TODO regarding kernel source --- debug.go | 2 ++ 1 file changed, 2 insertions(+) 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 }