[Backtracing][Docs] Add an explanation of the workings of the backtracer.

Add some discussion of how the new external backtracer works and what
options are available.

rdar://105394365
This commit is contained in:
Alastair Houghton
2023-02-13 15:39:34 +00:00
parent dc6f97c274
commit 24932f2ec1
2 changed files with 172 additions and 0 deletions

View File

@@ -136,6 +136,9 @@ documentation, please create a thread on the Swift forums under the
operations on [currency](/docs/Lexicon.md#currency-type) data types and
optimizes accordingly.
Includes a thorough discussion of the `@_semantics` attribute.
- Runtime specifics:
- [Backtracing.rst](/docs/Backtracing.rst):
Describes Swift's backtracing and crash catching support.
### SourceKit subsystems