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

Closed
Open
Created Jan 04, 2020 by ussrhero@ussrheroMaintainer

evalExpr raises exception for code with wchar_t as a template argument

>>> print(evalExpr("sizeof(wchar_t)"))
UInt8B at cached data Value: 0x2 (2)

>>> typeInfo("std::_String_val<std::_Simple_types<wchar_t> >")
<pykd.typeInfo object at 0x000002B2B399B170>

>>> evalExpr("sizeof(std::_String_val<std::_Simple_types<wchar_t> > )")
Traceback (most recent call last):
  File "<console>", line 1, in <module>
pykd.DbgException: error syntax
Edited Jan 04, 2020 by ussrhero
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking