Store thread name and ignore guard pages for now

This commit is contained in:
momo5502
2024-10-23 16:07:21 +02:00
parent ebe0c47286
commit adf9713993
3 changed files with 39 additions and 4 deletions

View File

@@ -219,6 +219,8 @@ public:
uint32_t id{};
std::wstring name{};
std::optional<uint32_t> exit_status{};
std::optional<handle> await_object{};
bool waiting_for_alert{false};