From 8025322857302744617508639990950630312249 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 22 Jul 2024 16:20:36 -0400 Subject: 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 --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') 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 GetMemoryUsageInfo(); + void SetThreadName(const std::string& name); + /*! \ingroup databuffer */ -- cgit v1.3.1