[all-commits] [llvm/llvm-project] b504c8: Revert "[lldb] Add a compiler/interpreter of LLDB ...

Adrian Prantl via All-commits all-commits at lists.llvm.org
Fri Dec 6 16:28:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b504c8771f238883ef6c7234d741c2dc1d885ae3
      https://github.com/llvm/llvm-project/commit/b504c8771f238883ef6c7234d741c2dc1d885ae3
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    M lldb/docs/index.rst
    R lldb/docs/resources/formatterbytecode.rst
    R lldb/examples/python/formatter_bytecode.py
    R lldb/test/Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/MyOptional.cpp
    R lldb/test/Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/formatter.py
    R lldb/test/Shell/ScriptInterpreter/Python/bytecode.test

  Log Message:
  -----------
  Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples"

This reverts commit 60380cd27c6fa5ed6e39866c51b18a64bc4d566a.


  Commit: fffe8c668461e73055182f229765cb7de908e295
      https://github.com/llvm/llvm-project/commit/fffe8c668461e73055182f229765cb7de908e295
  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 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.


Compare: https://github.com/llvm/llvm-project/compare/509893b58ff4...fffe8c668461

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