<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/misc/lldb_rb/commands, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Get rid of FL_EXIVAR</title>
<updated>2025-06-13T21:50:30+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2025-06-13T15:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=15084fbc3c10d21769dd61cd1cd55b2662fa8845'/>
<id>15084fbc3c10d21769dd61cd1cd55b2662fa8845</id>
<content type='text'>
Now that the shape_id gives us all the same information, it's no
longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the shape_id gives us all the same information, it's no
longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always look for the top-level RBasic in LLDB scripts</title>
<updated>2025-04-15T02:50:48+00:00</updated>
<author>
<name>Étienne Barrié</name>
<email>etienne.barrie@gmail.com</email>
</author>
<published>2025-04-10T13:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e1f544c1cf34787f139a973b934c9f535b201ea3'/>
<id>e1f544c1cf34787f139a973b934c9f535b201ea3</id>
<content type='text'>
`rp` and other commands were broken for me because they always showed
the object as a T_NONE.

The reason was that instead of returning the type `struct RBasic`,
FindFirstType("struct RBasic") was returning
`yjit::cruby::autogened::RBasic`.

Explicitly asking for the top-level RBasic by prefixing it with `::` is
enough to fix those commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`rp` and other commands were broken for me because they always showed
the object as a T_NONE.

The reason was that instead of returning the type `struct RBasic`,
FindFirstType("struct RBasic") was returning
`yjit::cruby::autogened::RBasic`.

Explicitly asking for the top-level RBasic by prefixing it with `::` is
enough to fix those commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix LLDB heap_page command</title>
<updated>2025-04-15T02:50:48+00:00</updated>
<author>
<name>Étienne Barrié</name>
<email>etienne.barrie@gmail.com</email>
</author>
<published>2025-04-10T13:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6e184ebb5aa0461936a6db408a7fa48541a0e80d'/>
<id>6e184ebb5aa0461936a6db408a7fa48541a0e80d</id>
<content type='text'>
Move _append_command_output and _append_expression to LLDBInterface, and
use it from HeapPageCommand after setting result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move _append_command_output and _append_expression to LLDBInterface, and
use it from HeapPageCommand after setting result.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove RUBY_FL_PROMOTED{0,1} from debugger scripts</title>
<updated>2025-03-28T16:36:24+00:00</updated>
<author>
<name>Étienne Barrié</name>
<email>etienne.barrie@gmail.com</email>
</author>
<published>2025-03-27T15:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=332f5d0b73cffb07c3e0002d31cc2c5d1b3fac1c'/>
<id>332f5d0b73cffb07c3e0002d31cc2c5d1b3fac1c</id>
<content type='text'>
These flags were removed in d426343418aab6148706860bd1678ac309dc12c0 and
print_flags is broken because of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These flags were removed in d426343418aab6148706860bd1678ac309dc12c0 and
print_flags is broken because of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>LLDB: Use `expression` to save the result into the history [ci skip]</title>
<updated>2023-10-25T07:50:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-25T06:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=526292d9fe8a50aabe54b06c4449e9d8e2b22381'/>
<id>526292d9fe8a50aabe54b06c4449e9d8e2b22381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete empty lines at EOF [ci skip]</title>
<updated>2023-09-29T17:09:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-09-29T17:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e8251602574d6736e48eafc239718a6a9d91d261'/>
<id>e8251602574d6736e48eafc239718a6a9d91d261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci skip] Move rb_id2str into new LLDB format</title>
<updated>2023-03-21T09:10:46+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2022-09-26T16:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6eac424e5ef0a48e078986c764072aa243965dcc'/>
<id>6eac424e5ef0a48e078986c764072aa243965dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci skip] Move rp helper to new LLDB format</title>
<updated>2023-03-17T20:04:43+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2023-03-16T09:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c7862c68ebc44e6146f9b10f329eccdb9e5ef5fc'/>
<id>c7862c68ebc44e6146f9b10f329eccdb9e5ef5fc</id>
<content type='text'>
For now, the old function still exists as `old_rp`, in order to debug
issues with this command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, the old function still exists as `old_rp`, in order to debug
issues with this command.
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Add a print_flags command (#7358)</title>
<updated>2023-02-22T19:26:28+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2023-02-22T19:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=220cdbeea52c4681fb0ba52d24e5b28a0b877e0f'/>
<id>220cdbeea52c4681fb0ba52d24e5b28a0b877e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write interface instead of interfact</title>
<updated>2022-08-19T13:18:36+00:00</updated>
<author>
<name>Kaíque Kandy Koga</name>
<email>kaiquekandykoga@gmail.com</email>
</author>
<published>2022-08-18T17:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4177f60eedd71b846d9a86889fd46071ecdb0158'/>
<id>4177f60eedd71b846d9a86889fd46071ecdb0158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
