提交 eed50f3e 编写于 作者: D Derek Parker

Kill newline

上级 70934751
......@@ -177,7 +177,6 @@ func (dbp *DebuggedProcess) AttachThread(tid int) (*ThreadContext, error) {
// Find a location by string (file+line, function, breakpoint id, addr)
func (dbp *DebuggedProcess) FindLocation(str string) (uint64, error) {
// File + Line
if strings.ContainsRune(str, ':') {
fl := strings.Split(str, ":")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册