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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev