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

Class DebugRegister

api/debuggerapi.h:346–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344
345
346 struct DebugRegister
347 {
348 std::string m_name {};
349 std::uintptr_t m_value {};
350 std::size_t m_width {}, m_registerIndex {};
351 std::string m_hint {};
352 };
353
354
355 struct DebugBreakpoint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected