<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 --- - On x86_64-FreeBSD Platform, LLDB hangs while debugging an inferior with 'int3' assembly instruction."
href="https://llvm.org/bugs/show_bug.cgi?id=25057">25057</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>On x86_64-FreeBSD Platform, LLDB hangs while debugging an inferior with 'int3' assembly instruction.
</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>FreeBSD
</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>abhiinnitald@gmail.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>Created <span class=""><a href="attachment.cgi?id=15005" name="attach_15005" title="Source file (compiled to produce the failure): The compiled inferior has assembly instruction "int3". On debugging with LLDB, it should throw back SIGTRAP signal on LLDB command line terminal.">attachment 15005</a> <a href="attachment.cgi?id=15005&action=edit" title="Source file (compiled to produce the failure): The compiled inferior has assembly instruction "int3". On debugging with LLDB, it should throw back SIGTRAP signal on LLDB command line terminal.">[details]</a></span>
Source file (compiled to produce the failure): The compiled inferior has
assembly instruction "int3". On debugging with LLDB, it should throw back
SIGTRAP signal on LLDB command line terminal.
Environment: FreeBSD 10.2-RELEASE on x86_64, Compiler: clang-3.7.0
LLDB : Built from source (Checked out from public repo; revision 249256)
Commands to compile inferior:
clang++ -g -O0 -std=c++11 -fno-builtin -m64 source.cpp -o a.out
Commands executed to expose the bug:
$ lldb a.out
(lldb) run
lldb hangs and never returns control to the user.</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>