Skip to content

Commit 5459e0d

Browse files
authored
Merge pull request #17559 from gottesmm/pr-e12a91f37929c798390a1bbbaacb29bcd8c916cd
2 parents 2a57027 + 4a0409c commit 5459e0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/DebuggingTheCompiler.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,13 @@ function in the current frame::
460460
Module: file = "/Volumes/Files/work/solon/build/build-swift/validation-test-macosx-x86_64/stdlib/Output/CollectionType.swift.gyb.tmp/CollectionType3", arch = "x86_64"
461461
Symbol: id = {0x0000008c}, range = [0x0000000100004db0-0x00000001000056f0), name="ext.CollectionType3.CollectionType3.MutableCollectionType2<A where A: CollectionType3.MutableCollectionType2>.(subscript.materializeForSet : (Swift.Range<A.Index>) -> Swift.MutableSlice<A>).(closure #1)", mangled="_TFFeRq_15CollectionType322MutableCollectionType2_S_S0_m9subscriptFGVs5Rangeqq_s16MutableIndexable5Index_GVs12MutableSliceq__U_FTBpRBBRQPS0_MS4__T_"
462462

463+
Manually symbolication using LLDB
464+
---------------------------------
465+
466+
One can perform manual symbolication of a crash log or an executable using LLDB
467+
without running the actual executable. For a detailed guide on how to do this,
468+
see: https://lldb.llvm.org/symbolication.html.
469+
463470
Debugging LLDB failures
464471
=======================
465472

0 commit comments

Comments
 (0)