We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf570c commit df8e698Copy full SHA for df8e698
stdlib/public/libexec/swift-backtrace/TargetLinux.swift
@@ -193,7 +193,7 @@ class Target {
193
}
194
195
196
- public func redoBacktraces(limit: Int?, top: Int, cache: Bool) {
+ func redoBacktraces(limit: Int?, top: Int, cache: Bool) {
197
for (ndx, thread) in threads.enumerated() {
198
guard let context = thread.context else {
199
continue
@@ -219,7 +219,7 @@ class Target {
219
220
221
222
- public func withDebugger(_ body: () -> ()) throws {
+ func withDebugger(_ body: () -> ()) throws {
223
print("""
224
From another shell, please run
225
0 commit comments