aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/openprocesscache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+14
| | | | | * added FLLMTag which can be used to register memory tags outside of core * changed `UE_MEMSCOPE` -> `ZEN_MEMSCOPE` for consistency * instrumented some subsystems with dynamic tags
* Skip open process handle caching if we don't have a session id (#94)Dan Engelbrecht2024-06-131-0/+4
| | | * Don't try to cache process handle if we don't have a session id
* improved assert (#37)Dan Engelbrecht2024-04-041-2/+2
| | | | - Improvement: Add file and line to ASSERT exceptions - Improvement: Catch call stack when throwing assert exceptions and log/output call stack at important places to provide more context to caller
* added thread names (#441)Stefan Boberg2023-10-041-0/+2
| | | added names to process handle GC thread and main thread for easier identification in crash dumps / process monitoring
* crash in process cache (#375)Dan Engelbrecht2023-08-231-36/+70
| | | | * - Bugfix: Fix OpenProcessCache state error causing assert/error * changelog
* Cache process handles for FormatPackageMessage (#360)Dan Engelbrecht2023-08-171-0/+150