[lldb-dev] I had to back out r313904, it causes lldb to assert on startup if you have a .lldbinit file

Jim Ingham via lldb-dev lldb-dev at lists.llvm.org
Wed Sep 27 18:46:16 PDT 2017


This actually asserts on any use "command source" is the one command that re-enters the command interpreter.  It should be as simple as getting command source to rest the state flag before it goes to do the sourcing.  I'll check that out tomorrow if nobody gets to it first.

command source is one of a set of early commands that we got into lldb before we had hired the person who wrote the testsuite way way back in the day, and though we went and backfilled the tests at that point, apparently we missed command source.  So we'll also have to add a test for that.

I also filed:

https://bugs.llvm.org/show_bug.cgi?id=34758

to cover the issue.

Jim



More information about the lldb-dev mailing list