Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/debuginfo/macro-stepping.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//! This tests that `next` skips over macro invocations correctly.
//! The `#locN` markers have no meaning for compiletest, we include them just
//! so that the debugger prints them when printing the current source location,
//! and we can match on them for testing purposes.
//@ ignore-android
//@ min-lldb-version: 1800
//@ min-gdb-version: 13.0
Expand Down Expand Up @@ -68,6 +73,7 @@ extern crate macro_stepping; // exports new_scope!()
//@ lldb-command:next
//@ lldb-command:frame select
//@ lldb-check:[...] #loc5 [...]
// FIXME: what about loc6?

//@ lldb-command:continue
//@ lldb-command:step
Expand Down
Loading