summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@fb.com>2021-10-27 18:33:17 -0700
committerGreg Clayton <gclayton@fb.com>2021-10-27 22:31:14 -0700
commit130055647922ffa9dd9abd5a838727773f73c48a (patch)
treef8ce3935bca1d59837d04e3c8f35d35a71cbf9a0 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parenteacd6e1ebef511b216c8b2805e7e662b9902de74 (diff)
Add unix signal hit counts to the target statistics.
Android and other platforms make wide use of signals when running applications and this can slow down debug sessions. Tracking this statistic can help us to determine why a debug session is slow. The new data appears inside each target object and reports the signal hit counts: "signals": [ { "SIGSTOP": 1 }, { "SIGUSR1": 1 } ], Differential Revision: https://reviews.llvm.org/D112683
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions