<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/lldb/test/Shell/ScriptInterpreter/Python/bytecode.test, branch users/meinersbur/flang_runtime_split-headers</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples</title>
<updated>2024-12-07T00:27:16+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2024-10-22T23:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fffe8c668461e73055182f229765cb7de908e295'/>
<id>fffe8c668461e73055182f229765cb7de908e295</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples"</title>
<updated>2024-12-07T00:26:55+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2024-12-07T00:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b504c8771f238883ef6c7234d741c2dc1d885ae3'/>
<id>b504c8771f238883ef6c7234d741c2dc1d885ae3</id>
<content type='text'>
This reverts commit 60380cd27c6fa5ed6e39866c51b18a64bc4d566a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 60380cd27c6fa5ed6e39866c51b18a64bc4d566a.
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples</title>
<updated>2024-12-07T00:10:09+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2024-10-22T23:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=60380cd27c6fa5ed6e39866c51b18a64bc4d566a'/>
<id>60380cd27c6fa5ed6e39866c51b18a64bc4d566a</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examples"</title>
<updated>2024-12-06T23:34:12+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2024-12-06T23:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8ab76a47b242addc82109a3b3b6de9c3d6426eca'/>
<id>8ab76a47b242addc82109a3b3b6de9c3d6426eca</id>
<content type='text'>
This reverts commit 7e3da87ca896484a11ac09df297183147154ac91.

I managed to break the bots.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7e3da87ca896484a11ac09df297183147154ac91.

I managed to break the bots.
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/examples (#113398)</title>
<updated>2024-12-06T23:11:21+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2024-12-06T23:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0ee364d2a28104aaa36e246fc8a316f86de32aae'/>
<id>0ee364d2a28104aaa36e246fc8a316f86de32aae</id>
<content type='text'>
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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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</pre>
</div>
</content>
</entry>
</feed>
