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 4bd51b2 commit d5f240aCopy full SHA for d5f240a
1 file changed
src/lib.rs
@@ -78,6 +78,10 @@ pub fn coredump_complex_3_4_5() -> CoreDump {
78
load_coredump("ruby-coredump-complex-3.4.5.gz").unwrap()
79
}
80
81
+pub fn coredump_4_0_0() -> CoreDump {
82
+ load_coredump("ruby-coredump-4.0.0.gz").unwrap()
83
+}
84
+
85
/// Allows testing offline with a core dump of a Ruby process.
86
pub struct CoreDump {
87
raw_memory: Vec<u8>,
0 commit comments