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
  • #75

Closed
Open
Created May 26, 2020 by m417z@m417zContributor

Allow initialization before loading a dump/exe

Currently, Pykd initialization is implicit, and is done when loading a dump or an exe (example). So one can't do operations before loading the file.

For example, this doesn't work:

pykd.setSymbolPath(...)
pykd.loadDump(...)

I suggest adding an optional initialize function, so that it will be possible to do the following:

pykd.initialize()
pykd.setSymbolPath(...)
pykd.loadDump(...)
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking