<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/lldb/utils, 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][util] Use Python3 print function in example code</title>
<updated>2025-10-16T09:41:58+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2025-10-16T09:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=816002523f6562c2b742fbffabb5c4cfc03bed8b'/>
<id>816002523f6562c2b742fbffabb5c4cfc03bed8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb][utils] Remove Python 2 compatibility code in lui scripts</title>
<updated>2025-10-13T16:43:47+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2025-10-13T16:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b176efed78f108329cfd064538eca7c4b5292a29'/>
<id>b176efed78f108329cfd064538eca7c4b5292a29</id>
<content type='text'>
Queue was renamed to queue in Python 3:
https://docs.python.org/3/whatsnew/3.0.html#library-changes

We require Python &gt;= 3.8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Queue was renamed to queue in Python 3:
https://docs.python.org/3/whatsnew/3.0.html#library-changes

We require Python &gt;= 3.8.
</pre>
</div>
</content>
</entry>
<entry>
<title>[cmake][lldb][test] Respect LIBCXX_LIBDIR_SUBDIR (#159106)</title>
<updated>2025-09-24T11:42:37+00:00</updated>
<author>
<name>Raul Tambre</name>
<email>raul@tambre.ee</email>
</author>
<published>2025-09-24T11:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c520531cfcee6e6b4212e1501a9c35140d872398'/>
<id>c520531cfcee6e6b4212e1501a9c35140d872398</id>
<content type='text'>
This code in principle needs to match the one in libc++ but hasn't been updated to account for
LIBCXX_LIBDIR_SUBDIR so tests don't work if LLVM is built with it specified.

Fixes: ed155f3f237a7e3a3e40a84d815225d27e83f0db</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code in principle needs to match the one in libc++ but hasn't been updated to account for
LIBCXX_LIBDIR_SUBDIR so tests don't work if LLVM is built with it specified.

Fixes: ed155f3f237a7e3a3e40a84d815225d27e83f0db</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] install lldb-tblgen by default to ease cross-compilation (one-liner) (#159812)</title>
<updated>2025-09-19T17:56:26+00:00</updated>
<author>
<name>Jonathan Thackray</name>
<email>jonathan.thackray@arm.com</email>
</author>
<published>2025-09-19T17:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0ce6052a0c08035a07fcabb05271be7313308db3'/>
<id>0ce6052a0c08035a07fcabb05271be7313308db3</id>
<content type='text'>
Right now, cross-building `lldb` means either installing a native
`lldb-tblgen` by hand (non-trivial, as CMake is painful) or first
building all of native clang because of how the CMake rules work, which
is not fun.

In keeping with the pattern established by llvm-tblgen and clang-tblgen,
install lldb-tblgen to ease cross-compilation.

Co-authored-by: Ross Burton &lt;ross.burton@arm.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, cross-building `lldb` means either installing a native
`lldb-tblgen` by hand (non-trivial, as CMake is painful) or first
building all of native clang because of how the CMake rules work, which
is not fun.

In keeping with the pattern established by llvm-tblgen and clang-tblgen,
install lldb-tblgen to ease cross-compilation.

Co-authored-by: Ross Burton &lt;ross.burton@arm.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Add a simplified syntax for underlying command options (NFC) (#155694)</title>
<updated>2025-08-29T18:06:51+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2025-08-29T18:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=81d6b20d1c426fbc24ee460a313d9c9431c79251'/>
<id>81d6b20d1c426fbc24ee460a313d9c9431c79251</id>
<content type='text'>
This PR updates the tablegen emitter for command options to support a
simplified syntax to underline the mnemonic. Previously, you had to
write `${ansi.underline}&lt;L&gt;${ansi.normal}`, where `&lt;L&gt;` is the mnemonic.
This really hurt the readability of the description. With this PR, you
can write `${&lt;L&gt;}` instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR updates the tablegen emitter for command options to support a
simplified syntax to underline the mnemonic. Previously, you had to
write `${ansi.underline}&lt;L&gt;${ansi.normal}`, where `&lt;L&gt;` is the mnemonic.
This really hurt the readability of the description. With this PR, you
can write `${&lt;L&gt;}` instead.</pre>
</div>
</content>
</entry>
<entry>
<title>Decent to Descent (#154040)</title>
<updated>2025-08-18T17:47:14+00:00</updated>
<author>
<name>LauraElanorJones</name>
<email>laura.elanor.jones@gmail.com</email>
</author>
<published>2025-08-18T17:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=350f4a3e3b0ebd9695f9c2194db5fd86ff551489'/>
<id>350f4a3e3b0ebd9695f9c2194db5fd86ff551489</id>
<content type='text'>
[lldb] Rename RecursiveDecentFormatter to RecursiveDescentFormatter (NFC)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[lldb] Rename RecursiveDecentFormatter to RecursiveDescentFormatter (NFC)</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] add missing cmake build type argument (#141427)</title>
<updated>2025-05-27T07:30:59+00:00</updated>
<author>
<name>Ely Ronnen</name>
<email>elyronnen@gmail.com</email>
</author>
<published>2025-05-27T07:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ee9294f30007a1689ee01d627d575544d528b933'/>
<id>ee9294f30007a1689ee01d627d575544d528b933</id>
<content type='text'>
Necessary argument after
https://github.com/llvm/llvm-project/commit/7dc7c155251c0008d5d59b84f0c9056365740f11</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Necessary argument after
https://github.com/llvm/llvm-project/commit/7dc7c155251c0008d5d59b84f0c9056365740f11</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Use llvm::replace (NFC) (#140343)</title>
<updated>2025-05-17T16:09:10+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-17T16:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=68e4f6090b369c14da8c6ef1f614664b9e0427e1'/>
<id>68e4f6090b369c14da8c6ef1f614664b9e0427e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)</title>
<updated>2025-02-28T14:59:35+00:00</updated>
<author>
<name>Eisuke Kawashima</name>
<email>e.kawaschima+github@gmail.com</email>
</author>
<published>2025-02-28T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=24abf2c7285df7b5c1b442df10cd0b090a841358'/>
<id>24abf2c7285df7b5c1b442df10cd0b090a841358</id>
<content type='text'>
Co-authored-by: Eisuke Kawashima &lt;e-kwsm@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Eisuke Kawashima &lt;e-kwsm@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Fix lldb-dotest.in to use args determined by CMake (#124811)</title>
<updated>2025-01-28T21:36:40+00:00</updated>
<author>
<name>Dave Lee</name>
<email>davelee.com@gmail.com</email>
</author>
<published>2025-01-28T21:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e89e7c4685aa673173220eace7a0a8b64dbd2391'/>
<id>e89e7c4685aa673173220eace7a0a8b64dbd2391</id>
<content type='text'>
This change is required as a result of the changes made in D132642
(bb26ebb4d18c1877cc6fd17aa803609abeb95096).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is required as a result of the changes made in D132642
(bb26ebb4d18c1877cc6fd17aa803609abeb95096).

</pre>
</div>
</content>
</entry>
</feed>
