Re: [Lldb-commits] [lldb] 8a6333e - [lldb/REPL] Fix unhandled switch case

2020-05-22 Thread Jim Ingham via lldb-commits
Sorry I missed that. That seems fine. In the dedicated REPL, you’re probably dead at this point, but you can do “expr —repl --” in which case we’ll pick whatever thread on to run your expression, adding the results to the REPL context, so it could happen there and you might not be all the way

Re: [Lldb-commits] [lldb] 8a6333e - [lldb/REPL] Fix unhandled switch case

2020-05-21 Thread Jonas Devlieghere via lldb-commits
Jim, does this look correct to you? On Thu, May 21, 2020 at 11:22 PM Jonas Devlieghere via lldb-commits < lldb-commits@lists.llvm.org> wrote: > > Author: Jonas Devlieghere > Date: 2020-05-21T23:22:17-07:00 > New Revision: 8a6333ef38088b65224bc021a14f0a123a29 > > URL: > https://github.com/llvm

[Lldb-commits] [lldb] 8a6333e - [lldb/REPL] Fix unhandled switch case

2020-05-21 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-05-21T23:22:17-07:00 New Revision: 8a6333ef38088b65224bc021a14f0a123a29 URL: https://github.com/llvm/llvm-project/commit/8a6333ef38088b65224bc021a14f0a123a29 DIFF: https://github.com/llvm/llvm-project/commit/8a6333ef38088b65224bc021a14f0a123a29.d