Skip to content

Commit

Permalink
Add common/linuxKludges.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 27fb968 commit 190f772
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/common/developer/linuxKludges.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
linuxKludges.h
##############

.. cpp:namespace:: Dyninst
.. cpp:function:: bool PtraceBulkRead(Dyninst::Address inTraced, unsigned size, void *inSelf, int pid)
.. cpp:function:: bool PtraceBulkWrite(Dyninst::Address inTraced, unsigned size, const void *inSelf, int pid)
.. cpp:function:: bool findProcLWPs(pid_t pid, std::vector<pid_t> &lwps)
.. cpp:function:: map_entries *getVMMaps(int pid, unsigned &maps_size)
.. cpp:function:: map_entries *getLinuxMaps(int pid, unsigned &maps_size)

.. code:: cpp
#define getVMMaps getLinuxMaps

0 comments on commit 190f772

Please sign in to comment.