Open
Description
https://doc.rust-lang.org/nightly/reference/attributes/debugger.html#using-debugger_visualizer-with-gdb
https://github.com/rust-lang/rust/blob/ab0f3e680e4fd50218914b8afa6900a67377721c/compiler/rustc_codegen_llvm/src/debuginfo/gdb.rs
The .debug_gdb_scripts
section should contain \x01gdb_load_rust_pretty_printers.py
followed by for each #![debugger_visualizer(gdb_script_file = "...")]
the pretty printer inlined into the executable. Except if one of the conditions to omit .debug_gdb_scripts
is true.