VirtualBox

Changeset 73497 in vbox


Ignore:
Timestamp:
Aug 4, 2018 7:58:52 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, copying over the PoC from DBGFRStack.cpp. bugref:3897 [doxygen]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r73494 r73497  
    12361236 *          for the location given by iSeg:off.
    12371237 *
    1238  * @param   hDbgMod             The module handle.
    1239  * @param   pvBits              Optional pointer to bits returned by
    1240  *                              RTLdrGetBits().  This can be utilized by some module
    1241  *                              interpreters to reduce memory consumption and file
    1242  *                              access.
    1243  * @param   iSeg                The segment number of the program counter.  UINT32_MAX if RVA.
    1244  * @param   off                 The offset into @a iSeg.  Together with @a iSeg
    1245  *                              this corresponds to the RTDBGUNWINDSTATE::uPc
    1246  *                              value pointed to by @a pState.
    1247  * @param   pState              The unwind state to work.
     1238 * @param   hLdrMod         The module handle.
     1239 * @param   pvBits          Optional pointer to bits returned by
     1240 *                          RTLdrGetBits().  This can be utilized by some module
     1241 *                          interpreters to reduce memory consumption and file
     1242 *                          access.
     1243 * @param   iSeg            The segment number of the program counter.  UINT32_MAX if RVA.
     1244 * @param   off             The offset into @a iSeg.  Together with @a iSeg
     1245 *                          this corresponds to the RTDBGUNWINDSTATE::uPc
     1246 *                          value pointed to by @a pState.
     1247 * @param   pState          The unwind state to work.
    12481248 *
    12491249 * @sa      RTDbgModUnwindFrame
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette