[lldb-dev] [Bug 22627] New: process launch w/ glob does not work on FreeBSD
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 18 12:15:01 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22627
Bug ID: 22627
Summary: process launch w/ glob does not work on FreeBSD
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
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"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150218/e467c5ac/attachment.html>
More information about the lldb-dev
mailing list