summaryrefslogtreecommitdiff
path: root/python/scriptingprovider.py
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-06-05 16:49:06 -0400
committerGlenn Smith <glenn@vector35.com>2025-06-05 16:49:06 -0400
commitf39516ba23e4a415630c6f31e057d9e5b8150fa2 (patch)
treef45032ccb958a9b2d945c0b377043d04bce438c7 /python/scriptingprovider.py
parentc03957c2db8ff6c57f154cb27077bbb36e8cca43 (diff)
Python: Set interpreter thread name for debugging
Diffstat (limited to 'python/scriptingprovider.py')
-rw-r--r--python/scriptingprovider.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/scriptingprovider.py b/python/scriptingprovider.py
index 92f2b4f5..bb04ce86 100644
--- a/python/scriptingprovider.py
+++ b/python/scriptingprovider.py
@@ -764,6 +764,7 @@ from binaryninja import *
return ""
def run(self):
+ core.BNSetThreadName("PythonInterpreterThread")
while not self.exit:
self.event.wait()
self.event.clear()