From 6c7aeeb5f278d8635e7e191b5ef4446c1788c5d2 Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Mon, 5 Feb 2024 13:05:11 +0000 Subject: [PATCH] [Docs] Updated Backtracing docs with new symbolicate setting. Document the new `symbolicate` setting. rdar://122302117 --- docs/Backtracing.rst | 3 +++ docs/contents.rst | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/Backtracing.rst b/docs/Backtracing.rst index 439e3014b64..2278965d308 100644 --- a/docs/Backtracing.rst +++ b/docs/Backtracing.rst @@ -96,6 +96,9 @@ follows: | | | standard error instead of standard output. This | | | | may be useful in some CI systems. | +-----------------+---------+--------------------------------------------------+ +| symbolicate | yes | Set to ``no`` to disable symbolication. This | +| | | will also disable inline frame lookup. | ++-----------------+---------+--------------------------------------------------+ | swift-backtrace | | If specified, gives the full path to the | | | | swift-backtrace binary to use for crashes. | | | | Otherwise, Swift will locate the binary relative | diff --git a/docs/contents.rst b/docs/contents.rst index 53f65a34210..bab16497d0b 100644 --- a/docs/contents.rst +++ b/docs/contents.rst @@ -6,6 +6,7 @@ Contents .. toctree:: :maxdepth: 1 + Backtracing Generics StoredAndComputedVariables SIL