Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
K kdlibcpp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • kdlibcpp
  • kdlibcpp
  • Merge requests
  • !18

Merged
Created Apr 18, 2019 by ussrhero@ussrheroMaintainer

Inline functions

  • Overview 0
  • Commits 6
  • Changes 34

added optional argument to getStack(bool inlineFrames = false)

added new methods to Stack class:

    virtual bool isInline() = 0;
    virtual TypedVarPtr getFunction() = 0;
    virtual std::wstring getSymbol(bool showDisplacement = true) = 0;
    virtual void getSourceLine(std::wstring& fileName, unsigned long& lineNo) = 0;

added new methods to TypedVar class:

    virtual TypedVarList getInlineFunctions(MEMOFFSET_64 offset) = 0;     
    virtual void getSourceLine(MEMOFFSET_64 offset, std::wstring& fileName, unsigned long& lineno) = 0;
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: inline_functions