<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - single_step_only_steps_one_instruction tests are broken on arm and aarch64"
href="https://llvm.org/bugs/show_bug.cgi?id=24739">24739</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>single_step_only_steps_one_instruction tests are broken on arm and aarch64
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tberghammer@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>These tests try to verify that the different single stepping packages ("s",
"vCont:s") are stepping exactly 1 instruction.
They do it buy executing a linear code flow with very simple statements and
expect that each line will be compiled into exactly 1 instruction (it is true
on i386/x86_64 but not true on arm/aarh64) and then verify that it takes
exactly 1 single stepping packet to reach the next line.
The affected tests:
test_single_step_only_steps_one_instruction_with_s_llgs_dwarf
test_single_step_only_steps_one_instruction_with_Hc_vCont_s_llgs_dwarf
test_single_step_only_steps_one_instruction_with_vCont_s_thread_llgs_dwarf</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>