Skip to content

Commit

Permalink
Add stackwalk/linux-swk.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 6f54c06 commit 947c294
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions docs/stackwalk/developer/linux-swk.h.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
.. _`sec:linux-swk.h`:

linux-swk.h
===========
###########

.. cpp:namespace:: Dyninst::Stackwalker

.. code:: cpp
#define START_THREAD_FUNC_NAME "start_thread"
#define CLONE_FUNC_NAME "__clone"
#define START_FUNC_NAME "_start"
.. cpp:struct:: vsys_info

.. cpp:namespace:: Dyninst::stackwalk
.. cpp:member:: void *vsys_mem
.. cpp:member:: Dyninst::Address start
.. cpp:member:: Dyninst::Address end
.. cpp:member:: Dyninst::SymReader *syms
.. cpp:member:: std::string name
.. cpp:function:: vsys_info()
.. cpp:function:: ~vsys_info()

.. cpp:function:: vsys_info *getVsysInfo(ProcessState *ps)

0 comments on commit 947c294

Please sign in to comment.