diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-07-22 16:20:36 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-07-24 18:03:27 -0400 |
| commit | 8025322857302744617508639990950630312249 (patch) | |
| tree | 8c9bf92f28ad02043faf4dd08b5376e3e7fc1e3b /binaryninjaapi.h | |
| parent | 0368556296622756576449861940973500592131 (diff) | |
API for setting the current OS thread's name
For debugging threads when you have like 50 and want to find one at a glance
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 49f57fad..f601c635 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1998,6 +1998,8 @@ namespace BinaryNinja { std::map<std::string, uint64_t> GetMemoryUsageInfo(); + void SetThreadName(const std::string& name); + /*! \ingroup databuffer */ |
