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 d1d26f0 commit 7f84e5cCopy full SHA for 7f84e5c
1 file changed
src/tools/compiletest/src/runtest/debuginfo.rs
@@ -406,6 +406,7 @@ impl TestCx<'_> {
406
"command script import {}/lldb_lookup.py\n",
407
rust_pp_module_abs_path
408
));
409
+ script_str.push_str("script print(lldb_lookup.FEATURE_FLAGS)\n");
410
411
// Set breakpoints on every line that contains the string "#break"
412
let source_file_name = self.testpaths.file.file_name().unwrap();
0 commit comments