mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
vbox: enable dumping GuruMeditations messages
This typically is a sign that something went terribly wrong. The information may help to debug issues. Issue #1343
This commit is contained in:
parent
e8d1d6e87c
commit
ee996d2280
@ -55,6 +55,8 @@ SRC_CC += VMM/VMMAll/SELMAll.cpp
|
||||
|
||||
SRC_CC += VMM/VMMAll/REMAll.cpp
|
||||
|
||||
SRC_CC += VMM/VMMR3/VMMGuruMeditation.cpp
|
||||
|
||||
CC_OPT += -DVBOX_IN_VMM
|
||||
|
||||
# definitions needed by SSM.cpp
|
||||
|
@ -101,6 +101,12 @@ int DBGFR3RegRegisterDevice(PVM, PCDBGFREGDESC, PPDMDEVINS, const char*,
|
||||
int DBGFR3AsSymbolByAddr(PUVM, RTDBGAS, PCDBGFADDRESS, uint32_t, PRTGCINTPTR,
|
||||
PRTDBGSYMBOL, PRTDBGMOD) TRACE(VERR_INVALID_HANDLE)
|
||||
int DBGFR3Term(PVM) TRACE(VINF_SUCCESS)
|
||||
int DBGFR3Event(PVM pVM, DBGFEVENTTYPE enmEvent)
|
||||
{
|
||||
PDBG("%u", enmEvent);
|
||||
|
||||
TRACE(VERR_NOT_SUPPORTED)
|
||||
}
|
||||
|
||||
|
||||
/* called by 'VMMR3InitRC', but we don't use GC */
|
||||
|
@ -28,13 +28,16 @@ DUMMY(RTErrCOMGet)
|
||||
|
||||
DUMMY(DBGFR3CoreWrite)
|
||||
DUMMY(DBGCRegisterCommands)
|
||||
DUMMY(DBGFR3Event)
|
||||
DUMMY(DBGFR3EventAssertion)
|
||||
DUMMY(DBGFR3EventBreakpoint)
|
||||
DUMMY(DBGFR3EventSrc)
|
||||
DUMMY(DBGFR3VMMForcedAction)
|
||||
DUMMY(DBGFR3DisasInstrEx)
|
||||
DUMMY(DBGFR3DisasInstrCurrentLogInternal)
|
||||
DUMMY(DBGFR3StackWalkBegin)
|
||||
DUMMY(DBGFR3StackWalkBeginEx)
|
||||
DUMMY(DBGFR3StackWalkNext)
|
||||
DUMMY(DBGFR3StackWalkEnd)
|
||||
|
||||
DUMMY(HMInvalidatePage)
|
||||
DUMMY(HMFlushTLB)
|
||||
@ -58,6 +61,7 @@ DUMMY(MMR3HeapAPrintfV)
|
||||
DUMMY(MMR3LockCall)
|
||||
DUMMY(PDMR3AsyncCompletionTemplateCreateDriver)
|
||||
DUMMY(PDMR3LdrGetInterfaceSymbols)
|
||||
DUMMY(PDMR3LdrQueryRCModFromPC)
|
||||
DUMMY(PDMCritSectBothFF)
|
||||
|
||||
DUMMY(PGMNotifyNxeChanged)
|
||||
@ -134,7 +138,6 @@ DUMMY(SUPR3HardenedLdrLoadPlugIn)
|
||||
DUMMY(SUPSemEventMultiWaitNoResume)
|
||||
DUMMY(SUPSemEventMultiReset)
|
||||
|
||||
DUMMY(VMMR3FatalDump)
|
||||
DUMMY(VMMR3GetHostToGuestSwitcher)
|
||||
|
||||
DUMMY(RTHeapSimpleRelocate)
|
||||
|
Loading…
Reference in New Issue
Block a user