Struct CrashReport::ThreadCallstack
Defined in File CrashDump.hpp
Nested Relationships
This struct is a nested type of Struct CrashDump::CrashReport.
Nested Types
Struct Documentation
-
struct ThreadCallstack
Public Functions
-
DEPTHAI_SERIALIZE(ThreadCallstack, threadId, threadName, threadStatus, stackBottom, stackTop, stackPointer, instructionPointer, callStack)
Public Members
-
uint32_t threadId = 0
-
std::string threadName
-
std::string threadStatus
-
uint32_t stackBottom = 0
-
uint32_t stackTop = 0
-
uint32_t stackPointer = 0
-
uint32_t instructionPointer = 0
-
std::vector<CallstackContext> callStack
-
struct CallstackContext
Public Functions
-
DEPTHAI_SERIALIZE(CallstackContext, callSite, calledTarget, framePointer, context)
Public Members
-
uint32_t callSite = 0
-
uint32_t calledTarget = 0
-
uint32_t framePointer = 0
-
std::string context
-
DEPTHAI_SERIALIZE(CallstackContext, callSite, calledTarget, framePointer, context)
-
DEPTHAI_SERIALIZE(ThreadCallstack, threadId, threadName, threadStatus, stackBottom, stackTop, stackPointer, instructionPointer, callStack)