Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
pykd pykd
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pykd
  • pykdpykd
  • Issues
  • #68

Closed
Open
Created Mar 13, 2020 by freedk@freedk

breakpoint callback function can't exec go/step/stepout

def ws2_32_recv_callback():
    esp = reg('esp')
    precvbuf = ptrDWord(esp+8)  
    stepout()
    recvbuf = loadCStr(precvbuf)
    print('recv:\n',recvbuf,'\n')
    return eventResult.Proceed

File "t.py", line 186, in ws2_32_recv_callback stepout()

pykd.DbgException: Call IDebugControl::WaitForEvent failed HRESULT 0x80004005

Edited Mar 13, 2020 by ussrhero
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking