Fix matching of the lldb response
This commit is contained in:
committed by
Pavel Punegov
parent
a2f3e633c2
commit
1aabf3697d
+8
-4
@@ -16,19 +16,23 @@ class LldbTests {
|
|||||||
|
|
||||||
> r
|
> r
|
||||||
Process [..] stopped
|
Process [..] stopped
|
||||||
[..] at main.kt:2, [..] stop reason = breakpoint 1.1
|
[..] stop reason = breakpoint 1.1
|
||||||
|
[..] at main.kt:2
|
||||||
|
|
||||||
> n
|
> n
|
||||||
Process [..] stopped
|
Process [..] stopped
|
||||||
[..] at main.kt:3, [..] stop reason = step over
|
[..] stop reason = step over
|
||||||
|
[..] at main.kt:3
|
||||||
|
|
||||||
> n
|
> n
|
||||||
Process [..] stopped
|
Process [..] stopped
|
||||||
[..] at main.kt:4, [..] stop reason = step over
|
[..] stop reason = step over
|
||||||
|
[..] at main.kt:4
|
||||||
|
|
||||||
> n
|
> n
|
||||||
Process [..] stopped
|
Process [..] stopped
|
||||||
[..] at main.kt:5, [..] stop reason = step over
|
[..] stop reason = step over
|
||||||
|
[..] at main.kt:5
|
||||||
""")
|
""")
|
||||||
|
|
||||||
//FIXME: Boolean and Int are wrong
|
//FIXME: Boolean and Int are wrong
|
||||||
|
|||||||
Reference in New Issue
Block a user