You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial proposal for Swift Backtracing API (#2140)
* Initial proposal for Swift Backtracing API
This SE proposal specifies a straightforward API that allows user code to
obtain and symbolicate backtraces. It is not intended to be used from
signal handlers or to implement a crash catcher (the runtime already
includes code for that), but may be useful for capturing a backtrace
during normal execution, for instance while debugging a problem with some
code.
* Fix pitch link.
* Updated following pre-review comments.
Changed to using a non-concrete Address type, and to make the frames
member variables be a sequence rather than an array.
* Mention that this will exist in a module called Runtime.
* Update proposals/0419-backtrace-api.md
* Rename nnnn-backtrace-api.md to 0419-backtrace-api.md
* Update 0419-backtrace-api.md
---------
Co-authored-by: Stephen Canon <[email protected]>
0 commit comments