1
0
Fork 0

Add TODO regarding kernel source

timestamps
dump_stack() 2019-08-16 06:32:26 +00:00
parent 53a80743ba
commit b7d785f0c8
1 changed files with 2 additions and 0 deletions

View File

@ -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
}