We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a463b0e commit 18af84bCopy full SHA for 18af84b
tests/debuginfo/macro-stepping.rs
@@ -1,3 +1,8 @@
1
+//! This tests that `next` skips over macro invocations correctly.
2
+//! The `#locN` markers have no meaning for compiletest, we include them just
3
+//! so that the debugger prints them when printing the current source location,
4
+//! and we can match on them for testing purposes.
5
+
6
//@ ignore-android
7
//@ min-lldb-version: 1800
8
//@ min-gdb-version: 13.0
@@ -68,6 +73,7 @@ extern crate macro_stepping; // exports new_scope!()
68
73
//@ lldb-command:next
69
74
//@ lldb-command:frame select
70
75
//@ lldb-check:[...] #loc5 [...]
76
+// FIXME: what about loc6?
71
77
72
78
//@ lldb-command:continue
79
//@ lldb-command:step
0 commit comments