MCPcopy Create free account
hub / github.com/beefytech/Beef / CeDebugger

Method CeDebugger

IDEHelper/Compiler/CeDebugger.cpp:251–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249//////////////////////////////////////////////////////////////////////////
250
251CeDebugger::CeDebugger(DebugManager* debugManager, BfCompiler* bfCompiler)
252{
253 mDebugManager = debugManager;
254 mCompiler = bfCompiler;
255 mCeMachine = bfCompiler->mCeMachine;
256 mRunState = RunState_Running;
257 mCeMachine->mDebugger = this;
258 mCeMachine->mDebugEvent.Reset();
259 mDebugPendingExpr = NULL;
260 mCurDbgState = NULL;
261 mBreakpointVersion = 0;
262 mBreakpointCacheDirty = false;
263 mBreakpointFramesDirty = false;
264 mCurDisasmFuncId = 0;
265 mActiveBreakpoint = NULL;
266 mCurEvaluationContext = NULL;
267 mPendingActiveFrameOffset = 0;
268}
269
270String CeDebugger::TypeToString(const BfTypedValue& typedValue)
271{

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected