| 319 | std::string m_module; |
| 320 | |
| 321 | DebugFrame() = default; |
| 322 | DebugFrame(size_t index, uint64_t pc, uint64_t sp, uint64_t fp, const std::string& functionName, |
| 323 | uint64_t functionStart, const std::string& module) : |
| 324 | m_index(index), |
nothing calls this directly
no outgoing calls
no test coverage detected