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
Copy file name to clipboardExpand all lines: docs/DebuggingTheCompiler.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ benefit of all Swift developers.
25
25
-[Getting CommandLine for swift stdlib from Ninja to enable dumping stdlib SIL](#getting-commandline-for-swift-stdlib-from-ninja-to-enable-dumping-stdlib-sil)
26
26
-[Dumping the SIL and other Data in LLDB](#dumping-the-sil-and-other-data-in-lldb)
27
27
-[Debugging and Profiling on SIL level](#debugging-and-profiling-on-sil-level)
28
-
-[SIL source level profiling using -gsil](#sil-source-level-profiling-using--gsil)
28
+
-[SIL source level profiling using -sil-based-debuginfo](#sil-source-level-profiling)
29
29
-[ViewCFG: Regex based CFG Printer for SIL/LLVM-IR](#viewcfg-regex-based-cfg-printer-for-silllvm-ir)
30
30
-[Debugging the Compiler using advanced LLDB Breakpoints](#debugging-the-compiler-using-advanced-lldb-breakpoints)
31
31
-[Debugging the Compiler using LLDB Scripts](#debugging-the-compiler-using-lldb-scripts)
0 commit comments