mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove the omit_gdb_pretty_printer_section attribute
Disabling loading of pretty printers in the debugger itself is more reliable. Before this commit the .gdb_debug_scripts section couldn't be included in dylibs or rlibs as otherwise there is no way to disable the section anymore without recompiling the entire standard library.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//@ compile-flags:-g
|
||||
//@ disable-gdb-pretty-printers
|
||||
|
||||
// === GDB TESTS ===================================================================================
|
||||
|
||||
@@ -44,9 +45,6 @@
|
||||
// lldb-check:[...] { a = 6 b = 7.5 }
|
||||
// lldb-command:continue
|
||||
|
||||
#![feature(omit_gdb_pretty_printer_section)]
|
||||
#![omit_gdb_pretty_printer_section]
|
||||
|
||||
#[derive(Clone)]
|
||||
struct Struct {
|
||||
a: isize,
|
||||
|
||||
Reference in New Issue
Block a user