llvm-capstone/lldb
Walter Erquinigo f1e63855b0 [lldb][trace] Add a basic function call dump [3] - Add a JSON dumper
The JSON dumper is very minimalistic. It pretty much only shows the
delimiting instruction IDs of every segment, so that further queries to
the SBCursor can be used to make sense of the data. It's main purpose is
to be serialized somewhat cheaply.

I also renamed untracedSegment to untracedPrefixSegment, in case in the
future we add an untracedSuffixSegment. In any case, this new name is
more explicit, which I like.

Differential Revision: https://reviews.llvm.org/D136034
2022-10-18 13:57:53 -07:00
..
bindings [lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0 2022-09-30 14:37:29 +02:00
cmake [lldb] Fix hard-coded argument to set_target_properties 2022-10-06 11:43:52 -07:00
docs [LLDB] Add "frame select" as equivalent of GDB's "frame" command 2022-10-07 09:30:05 +00:00
examples [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
include/lldb [lldb][trace] Add a basic function call dump [3] - Add a JSON dumper 2022-10-18 13:57:53 -07:00
packages/Python/lldbsuite [lldb] Start from end of previous substr when checking ordered substrs 2022-10-14 11:16:51 -07:00
resources
scripts
source [lldb][trace] Add a basic function call dump [3] - Add a JSON dumper 2022-10-18 13:57:53 -07:00
test [lldb][trace] Add a basic function call dump [3] - Add a JSON dumper 2022-10-18 13:57:53 -07:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools Summary: This documentation patch adds information to allow remote users to also use the plugin as it will be invisible to them using the current instructions. It solves issue #58252. 2022-10-12 19:29:36 -05:00
unittests [lldb] [MainLoopPosix] Fix crash upon adding lots of pending callbacks 2022-10-17 17:48:44 +02:00
utils Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str. 2022-08-31 18:00:18 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py