[Lldb-commits] [PATCH] D46588: [LLDB][lldb-mi] Add possibility to set breakpoints without selecting a target.
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 15 10:46:08 PDT 2018
jingham added a comment.
For #2 we should be able to come up with something much more trivial than pexpect (and thereby more reliable) because we really aren't expecting patterns. We are always sending a complete string reading a complete string back, then checking the string against some pattern. It should be pretty straightforward to write a lit tool that does that. IIUC that's what Davide did for the swift REPL tests in the github repo.
Repository:
rL LLVM
https://reviews.llvm.org/D46588
More information about the lldb-commits
mailing list