<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/lldb/test/Shell/ScriptInterpreter/Lua/Inputs, branch main</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] Fix Lua/watchpoint_callback.test on Apple Silicon</title>
<updated>2022-02-07T20:08:24+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2022-02-07T20:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a5a71b139c6b3cb2cc569c81f91210dede2f1f4c'/>
<id>a5a71b139c6b3cb2cc569c81f91210dede2f1f4c</id>
<content type='text'>
As Pavel pointed out, on Apple Silicon "b main" stops at a point after
the variable has already been initialized. This patch updates the test
case to avoids that. I've also split the test into separate files so its
easier to reproduce the individual scenarios without having to build any
shared state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As Pavel pointed out, on Apple Silicon "b main" stops at a point after
the variable has already been initialized. This patch updates the test
case to avoids that. I've also split the test into separate files so its
easier to reproduce the individual scenarios without having to build any
shared state.
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb/Lua] Support loading Lua modules</title>
<updated>2020-01-10T18:22:30+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-10T18:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=572b9f468ad6844795fec29a7e671ba64d82e8c2'/>
<id>572b9f468ad6844795fec29a7e671ba64d82e8c2</id>
<content type='text'>
Implements the command script import command for Lua.

Differential revision: https://reviews.llvm.org/D71825
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements the command script import command for Lua.

Differential revision: https://reviews.llvm.org/D71825
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb/Lua] Make lldb.debugger et al available to Lua</title>
<updated>2020-01-09T16:15:41+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-09T16:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=45c971f7eef18ef2b77a5f64133dbd7bd5939d5f'/>
<id>45c971f7eef18ef2b77a5f64133dbd7bd5939d5f</id>
<content type='text'>
The Python script interpreter makes the current debugger, target,
process, thread and frame available to interactive scripting sessions
through convenience variables. This patch does the same for Lua.

Differential revision: https://reviews.llvm.org/D71801
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Python script interpreter makes the current debugger, target,
process, thread and frame available to interactive scripting sessions
through convenience variables. This patch does the same for Lua.

Differential revision: https://reviews.llvm.org/D71801
</pre>
</div>
</content>
</entry>
</feed>
