You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.help("Write a callgraph of the given binary to a file. The output filename will be: `rdp-callgraph-{projectname}-{type}`, where `type` is either `full` or `filtered`. The full callgraph contains all function calls that are detected by RDP, while filtered callgraph only contains paths that possibly lead to panic calls")
143
+
.help("Write a callgraph of the given binary to a file. The output filename will be: `rustig-callgraph-{projectname}-{type}`, where `type` is either `full` or `filtered`. The full callgraph contains all function calls that are detected by rustig!, while filtered callgraph only contains paths that possibly lead to panic calls")
Copy file name to clipboardExpand all lines: src/output.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
//! This module is concerned with formatting and outputting panic traces from [panic_analysis](../panic_analysis/fn.find_panics.html) to the standard output.
12
12
//!
13
13
//! ## Output modes
14
-
//! The library offers two different output modes:
14
+
//! The library offers three different output modes:
15
15
//!
16
16
//! ### 1. Simple
17
17
//! The simple output mode prints the most relevant information about the panic trace. The output consists of one line per _panic_ trace.
0 commit comments