Skip to content

Commit

Permalink
Add dyninstAPI/src/frame.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 4f407f0 commit 3e438a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/dyninstAPI/developer/frame.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ frame.h
.. cpp:function:: void setThread(PCThread *thrd)
.. cpp:function:: bool isUppermost() const
.. cpp:function:: instPoint *getPoint()

Get the instPoint corresponding with this frame

.. cpp:function:: baseTramp *getBaseTramp()
.. cpp:function:: func_instance *getFunc()
.. cpp:function:: bool isSignalFrame()
Expand Down
1 change: 0 additions & 1 deletion dyninstAPI/src/frame.C
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Frame::Frame(const Dyninst::Stackwalker::Frame &swf,
thread_(thread),
uppermost_(uppermost) {}

// Get the instPoint corresponding with this frame
instPoint *Frame::getPoint() {
baseTramp *bt = getBaseTramp();
if (!bt) return NULL;
Expand Down

0 comments on commit 3e438a6

Please sign in to comment.