<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 --- - process launch w/ glob does not work on FreeBSD"
href="http://llvm.org/bugs/show_bug.cgi?id=22627">22627</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>process launch w/ glob does not work on FreeBSD
</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@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>emaste@freebsd.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>feynman% bin/lldb
/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out
(lldb) target create
"/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out"
Current executable set to
'/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out'
(x86_64).
(lldb) b 4
Breakpoint 1: where = a.out`main + 23 at main.cpp:4, address =
0x0000000000400777
(lldb) process launch -G true -w
/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob --
fi*.tx
Process 16789 launching
Process 16789 launched:
'/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out'
(x86_64)
Process 16789 stopped
* thread #1: tid = 101169, 0x0000000000400777 a.out`main(argc=2,
argv=0x00007fffffffe500) + 23 at main.cpp:4, stop reason = breakpoint 1.1
frame #0: 0x0000000000400777 a.out`main(argc=2, argv=0x00007fffffffe500) +
23 at main.cpp:4
1 int
2 main (int argc, char const **argv)
3 {
-> 4 return 0; // break here
5 }
(lldb) frame variable argv[1]
(const char *) argv[1] = 0x00007fffffffe82d "fi*.tx"</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>