[all-commits] [llvm/llvm-project] 0ee364: [lldb] Add a compiler/interpreter of LLDB data for...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Fri Dec 6 15:11:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ee364d2a28104aaa36e246fc8a316f86de32aae
https://github.com/llvm/llvm-project/commit/0ee364d2a28104aaa36e246fc8a316f86de32aae
Author: Adrian Prantl <aprantl at apple.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M lldb/docs/index.rst
A lldb/docs/resources/formatterbytecode.rst
A lldb/examples/python/formatter_bytecode.py
A lldb/test/Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/MyOptional.cpp
A lldb/test/Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/formatter.py
A lldb/test/Shell/ScriptInterpreter/Python/bytecode.test
Log Message:
-----------
[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/examples (#113398)
This PR adds a proof-of-concept for a bytecode designed to ship and run
LLDB data formatters. More motivation and context can be found in the
`formatter-bytecode.md` file and on discourse.
https://discourse.llvm.org/t/a-bytecode-for-lldb-data-formatters/82696
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list