[lldb-dev] [Bug 19599] New: quit command doesn't work when placed in .lldbinit
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Apr 29 02:54:21 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19599
Bug ID: 19599
Summary: quit command doesn't work when placed in .lldbinit
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: themblsha at ya.ru
Classification: Unclassified
1. I'm reproducing it on trunk version (lldb-320.99.0) (svn revision 207398)
2. Create .lldbinit with with the following contents:
command script import lldb.macosx.crashlog
# any crash log will do, and you don't have to have symbols
crashlog
/Users/mblsha/Library/Logs/DiagnosticReports/Dock_2014-04-01-094239_burakku.crash
quit
3. Just run lldb in folder where .lldbinit is located. It will not quit and in
a state unable to execute commands.
Note: if .lldbinit just contains 'quit' command, it quits just fine.
--
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/20140429/3d0ce8f4/attachment.html>
More information about the lldb-dev
mailing list