Add line between functions
This commit is contained in:
parent
f30046921b
commit
dcb707001b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user