Skip to content

Commit

Permalink
Add dyninstAPI/DynAddrSpace.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent d83ee8d commit 9b6eb43
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/dyninstAPI/developer/Relocation/DynAddrSpace.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,21 @@ DynAddrSpace.h
##############

.. cpp:namespace:: Dyninst::Relocation

.. cpp:class:: DynAddrSpace : public AddrSpace

.. cpp:function:: static DynAddrSpace* create()
.. cpp:function:: bool loadLibrary(DynObject*)
.. cpp:function:: bool removeAddrSpace(AddressSpace *)
.. cpp:type:: std::set<AddressSpace*> AsSet
.. cpp:function:: AsSet& asSet()
.. cpp:function:: virtual bool write(PatchObject*, Address to, Address from, size_t size)
.. cpp:function:: virtual Address malloc(PatchObject*, size_t size, Address near)
.. cpp:function:: virtual bool realloc(PatchObject*, Address orig, size_t size)
.. cpp:function:: virtual bool free(PatchObject*, Address orig)
.. cpp:function:: bool isRecursive()
.. cpp:function:: void setRecursive(bool r)
.. cpp:function:: protected DynAddrSpace()
.. cpp:function:: protected DynAddrSpace(AddrSpace* par)
.. cpp:member:: protected AsSet as_set_
.. cpp:member:: protected bool recursive_
1 change: 0 additions & 1 deletion dyninstAPI/src/Relocation/DynAddrSpace.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* Plugin Implementation */

#ifndef PATCHAPI_H_DYNINST_DYNADDRSPACE_H_
#define PATCHAPI_H_DYNINST_DYNADDRSPACE_H_
Expand Down

0 comments on commit 9b6eb43

Please sign in to comment.