[Backtracing] Fix symbol lookup on Linux.

Also removed a spurious `print()` that got left in by accident,
and disabled the `CodableBacktrace.swift` test on Linux since we
need Foundation and we don't have it there.

rdar://124913332
This commit is contained in:
Alastair Houghton
2025-01-21 19:03:51 +00:00
parent ca233af1ea
commit 2300577b56
3 changed files with 3 additions and 5 deletions

View File

@@ -415,8 +415,6 @@ extension Backtrace {
memoryReader: memoryReader)
if let limit = limit {
print("limit = \(limit), offset = \(offset), top = \(top)")
let limited = LimitSequence(unwinder,
limit: limit,
offset: offset,