MCPcopy Create free account
hub / github.com/Vector35/debugger / IsDirty

Method IsDirty

core/debuggerstate.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 DebugThread GetActiveThread() const;
112 bool SetActiveThread(const DebugThread& thread);
113 bool IsDirty() const { return m_dirty; }
114 std::vector<DebugThread> GetAllThreads();
115 std::vector<DebugFrame> GetFramesOfThread(uint32_t tid);
116 bool SuspendThread(std::uint32_t tid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected