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

Add line between functions

上级 f3004692
......@@ -313,6 +313,7 @@ func (dbp *DebuggedProcess) parseDebugLine() error {
dbp.DebugLine = line.Parse(debugLine)
return nil
}
func (dbp *DebuggedProcess) parseDebugFrame() error {
debugFrame, err := dbp.Executable.Section(".debug_frame").Data()
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册