Skip to content

Commit

Permalink
Add dyninstAPI/BPatch_addressSpace.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent ad98b10 commit eb3d1b8
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 403 deletions.
1 change: 1 addition & 0 deletions docs/dyninstAPI/developer/API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DyninstAPI
baseTramp.h
binaryEdit.h
block.h
BPatch_addressSpace.h
BPatch_collections.h
BPatch_libInfo.h
BPatch_memoryAccessAdapter.h
Expand Down
15 changes: 15 additions & 0 deletions docs/dyninstAPI/developer/BPatch_addressSpace.h.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _`sec-dev:BPatch_addressSpace.h`:

BPatch_addressSpace.h
#####################

.. cpp:namespace:: dev

.. cpp:class:: BPatch_addressSpace

.. cpp:function:: BPatch_module* findModuleByAddr(Dyninst::Address addr)

Doesn't cause parsing

.. cpp:function:: bool findFuncsByRange(Dyninst::Address startAddr, Dyninst::Address endAddr, \
std::set<BPatch_function*>& funcs)

0 comments on commit eb3d1b8

Please sign in to comment.