<html>
<head>
<base href="http://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 --- - Core file command option"
href="http://llvm.org/bugs/show_bug.cgi?id=15521">15521</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Core file command option
</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>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</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@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>x@jwp.io
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>lldb -v
LLDB-159
User Story?
I have an interactive test suite (python) that runs the actual test functions
in a child process directly after a fork. In cases where I'm working with C
extension modules in Python, cores happen and this allows me to manage them in
the parent process. The test suite runner (parent) is an interactive process
and I currently launch gdb with it's --core option to get the developer
directly into a context relevant to the crash. I would love to be able to do
this with lldb, but my attempts at creating a temporary file with "target
create --core-file /path/to/core /path/to/executable" and execute lldb with
"lldb -s /path/to/my/temp" have so far failed.
In short:
Could we get a --core option command parameter like gdb's? =)
...
A more appropriate alternative for this particular case may be a feature like
follow-fork, but I could never get that to work in gdb...</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>