2017-04-21 06:55:53 +00:00
|
|
|
package gdbserial
|
2017-02-10 14:11:40 +00:00
|
|
|
|
|
|
|
import "syscall"
|
|
|
|
|
|
|
|
func backgroundSysProcAttr() *syscall.SysProcAttr {
|
|
|
|
return nil
|
|
|
|
}
|
2018-04-16 10:01:08 +00:00
|
|
|
|
|
|
|
func moveToForeground(pid int) {
|
|
|
|
panic("lldb backend not supported on windows")
|
|
|
|
}
|