diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2014-10-29 10:13:29 +0400 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2014-10-31 18:49:59 +0100 |
| commit | 54a5a2b36591d6aad7e94cf6740988202f1654aa (patch) | |
| tree | 65e2704b46b196ec5dc1994a3f9a4934531203a9 /src/test/debuginfo/no-debug-attribute.rs | |
| parent | 7e662316d1c2618c87eb0328aa6b2bccd7eaa8d4 (diff) | |
| download | rust-54a5a2b36591d6aad7e94cf6740988202f1654aa.tar.gz rust-54a5a2b36591d6aad7e94cf6740988202f1654aa.zip | |
debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.
On some Windows versions of GDB this is more stable than setting breakpoints via function names.
Diffstat (limited to 'src/test/debuginfo/no-debug-attribute.rs')
| -rw-r--r-- | src/test/debuginfo/no-debug-attribute.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debuginfo/no-debug-attribute.rs b/src/test/debuginfo/no-debug-attribute.rs index a739c9ee5fa..826ac381c82 100644 --- a/src/test/debuginfo/no-debug-attribute.rs +++ b/src/test/debuginfo/no-debug-attribute.rs @@ -13,8 +13,6 @@ // compile-flags:-g -// gdb-command:break 'no-debug-attribute.rs':32 -// gdb-command:break 'no-debug-attribute.rs':38 // gdb-command:run // gdb-command:info locals |
