| 24 | } |
| 25 | |
| 26 | bool HookState::Start(std::shared_ptr<Debugger> debugger, lua_State* current) |
| 27 | { |
| 28 | currentStateL = current; |
| 29 | return true; |
| 30 | } |
| 31 | |
| 32 | void HookState::ProcessHook(std::shared_ptr<Debugger> debugger, lua_State* L, lua_Debug* ar) |
| 33 | { |
no test coverage detected