llvm-project/lldb
Greg Clayton 1300556479 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
2021-10-27 22:31:14 -07:00
..
bindings [NFC] fix a typo 2021-10-15 14:51:49 +08:00
cmake [lldb] Configure CMake policy CMP0116 for standalone builds 2021-10-25 16:29:36 -07:00
docs [lldb] [docs] Remove obsolete recommonmark use 2021-10-27 13:45:05 +02:00
examples [formatters] Add a libstdcpp formatter for set and unify tests across stdlibs 2021-10-27 11:55:11 -07:00
include/lldb Add unix signal hit counts to the target statistics. 2021-10-27 22:31:14 -07:00
packages/Python [lldb] The os and version are not separate components in the triple 2021-10-27 16:40:20 -07:00
resources [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
scripts Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
source Add unix signal hit counts to the target statistics. 2021-10-27 22:31:14 -07:00
test Add unix signal hit counts to the target statistics. 2021-10-27 22:31:14 -07:00
third_party/Python/module [LLDB] Change pexpect timeout to 30 to 60 2021-08-02 06:34:11 +05:00
tools [lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescriptor 2021-10-26 13:06:19 +02:00
unittests Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFile plugin names 2021-10-27 08:25:44 +02:00
utils [lldb] Match test dependencies name to other LLVM projects. 2021-05-21 00:10:27 -07:00
.clang-format
.clang-tidy [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
.gitignore
CMakeLists.txt [lldb/lua] Supplement Lua bindings for lldb module 2021-10-12 22:10:21 +08:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py