<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/lldb/test/API/functionalities/thread/step_until/TestStepUntilAPI.py, 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][test] StepUntil disable test for unsupported linkers. (#157474)</title>
<updated>2025-09-10T16:18:43+00:00</updated>
<author>
<name>Ebuka Ezike</name>
<email>yerimyah1@gmail.com</email>
</author>
<published>2025-09-10T16:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a65aca6201e2455f7627732f5b378028fe651dec'/>
<id>a65aca6201e2455f7627732f5b378028fe651dec</id>
<content type='text'>
`INSERT BEFORE` keyword is not supported in current versions gold and
mold linkers. Since we cannot confirm accurately what linker and version
is available on the system and when it will be supported. We test it
with a sample program using the script keywords.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`INSERT BEFORE` keyword is not supported in current versions gold and
mold linkers. Since we cannot confirm accurately what linker and version
is available on the system and when it will be supported. We test it
with a sample program using the script keywords.</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Skip TestStepUntilAPI on !x86_64, !aarch64</title>
<updated>2025-01-17T12:07:06+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2025-01-17T11:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=58fc8029e91bf56811444d4a37a8f517a43bdc11'/>
<id>58fc8029e91bf56811444d4a37a8f517a43bdc11</id>
<content type='text'>
The compiler does not support this feature on other architectures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The compiler does not support this feature on other architectures.
</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb] Fix SBThread::StepOverUntil for discontinuous functions (#123046)</title>
<updated>2025-01-17T11:13:30+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2025-01-17T11:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f66a5e220cbc2650a5843db854d0734d2aaa030f'/>
<id>f66a5e220cbc2650a5843db854d0734d2aaa030f</id>
<content type='text'>
I think the only issue here was that we would erroneously consider
functions which are "in the middle" of the function were stepping to as
a part of the function, and would try to step into them (likely stepping
out of the function instead) instead of giving up early.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think the only issue here was that we would erroneously consider
functions which are "in the middle" of the function were stepping to as
a part of the function, and would try to step into them (likely stepping
out of the function instead) instead of giving up early.</pre>
</div>
</content>
</entry>
</feed>
