History log of /llvm-project/lldb/examples/python/formatter_bytecode.py (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# ee1adc5a 03-Jan-2025 Adrian Prantl <aprantl@apple.com>

[lldb] Add a return opcode to the formatter bytecode (#121602)

In LLVM we love our early exists and this opcode allows for simpler code
generation.


Revision tags: llvmorg-19.1.6
# 9f98949c 07-Dec-2024 Adrian Prantl <aprantl@apple.com>

[lldb] Move the python module import workaround further up


Revision tags: llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3
# fffe8c66 22-Oct-2024 Adrian Prantl <aprantl@apple.com>

[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples

This PR adds a proof-of-concept for a bytecode designed to ship and
run LLDB data formatters. More motivation and contex

[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples

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.rst file and on discourse.

https://discourse.llvm.org/t/a-bytecode-for-lldb-data-formatters/82696

Relanding with a fix for a case-sensitive path.

show more ...


# 60380cd2 22-Oct-2024 Adrian Prantl <aprantl@apple.com>

[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples

This PR adds a proof-of-concept for a bytecode designed to ship and
run LLDB data formatters. More motivation and contex

[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples

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.rst file and on discourse.

https://discourse.llvm.org/t/a-bytecode-for-lldb-data-formatters/82696

Relanding with a fix for a case-sensitive path.

show more ...


# 0ee364d2 06-Dec-2024 Adrian Prantl <aprantl@apple.com>

[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 motiv

[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

show more ...