Changeset 99775 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- May 12, 2023 12:21:58 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157370
- Location:
- trunk/src/VBox/Runtime/common/dbg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgas.cpp
r99758 r99775 423 423 * @remarks The caller must have locked the address space for writing. 424 424 */ 425 int rtDbgAsModuleLinkCommon(PRTDBGASINT pDbgAs, RTDBGMOD hDbgMod, RTDBGSEGIDX iSeg,426 RTUINTPTR Addr, RTUINTPTR cb, const char *pszName, uint32_t fFlags)425 static int rtDbgAsModuleLinkCommon(PRTDBGASINT pDbgAs, RTDBGMOD hDbgMod, RTDBGSEGIDX iSeg, 426 RTUINTPTR Addr, RTUINTPTR cb, const char *pszName, uint32_t fFlags) 427 427 { 428 428 /* -
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r98103 r99775 3331 3331 * @param enmImageArch The image architecture. 3332 3332 */ 3333 DECLHIDDEN(int)rtDwarfUnwind_Slow(PRTDWARFCURSOR pCursor, RTUINTPTR uRvaCursor,3334 3335 3333 static int rtDwarfUnwind_Slow(PRTDWARFCURSOR pCursor, RTUINTPTR uRvaCursor, 3334 RTDBGSEGIDX idxSeg, RTUINTPTR offSeg, RTUINTPTR uRva, 3335 PRTDBGUNWINDSTATE pState, uint8_t bDefaultPtrEnc, bool fIsEhFrame, RTLDRARCH enmImageArch) 3336 3336 { 3337 3337 Log8(("rtDwarfUnwind_Slow: idxSeg=%#x offSeg=%RTptr uRva=%RTptr enmArch=%d PC=%#RX64\n", idxSeg, offSeg, uRva, pState->enmArch, pState->uPc));
Note:
See TracChangeset
for help on using the changeset viewer.