- Timestamp:
- Dec 10, 2015 12:50:17 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r59073 r59074 525 525 VMMR3_INT_DECL(void) DBGFR3Relocate(PVM pVM, RTGCINTPTR offDelta); 526 526 VMMR3_INT_DECL(int) DBGFR3VMMForcedAction(PVM pVM); 527 VMMR3_INT_DECL(VBOXSTRICTRC) DBGFR3EventHandlePending(PVM pVM, PVMCPU pVCpu); 527 528 VMMR3DECL(int) DBGFR3Event(PVM pVM, DBGFEVENTTYPE enmEvent); 528 529 VMMR3DECL(int) DBGFR3EventSrc(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszFile, unsigned uLine, -
trunk/src/VBox/VMM/VMMR3/DBGF.cpp
r59073 r59074 516 516 517 517 518 VMMR3_INT_DECL(VBOXSTRICTRC) DBGFR3EventHandlePending(PVM pVM, PVMCPU pVCpu) 519 { 520 return VINF_SUCCESS; 521 } 522 523 518 524 /** 519 525 * Send a generic debugger event which takes no data.
Note:
See TracChangeset
for help on using the changeset viewer.