Add line numbers to stacktraces in macos_x64/ios_x64 debug binaries (#2489)
This commit is contained in:
committed by
Nikolay Igotti
parent
7de47bb1de
commit
cfd6b80e6a
@@ -0,0 +1,16 @@
|
||||
--- !tapi-tbd-v3
|
||||
archs: [ x86_64 ]
|
||||
uuids: [ 'x86_64: BA456C79-974B-499E-9013-BEDB414FE7B9' ]
|
||||
platform: ios
|
||||
install-name: /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
|
||||
exports:
|
||||
- archs: [ x86_64 ]
|
||||
symbols: [ _CSIsNull,
|
||||
_CSSourceInfoGetFilename,
|
||||
_CSSourceInfoGetPath,
|
||||
_CSSourceInfoGetLineNumber,
|
||||
_CSSourceInfoGetColumn,
|
||||
_CSSymbolOwnerGetSourceInfoWithAddress,
|
||||
_CSSymbolicatorCreateWithPid,
|
||||
_CSSymbolicatorGetSymbolOwnerWithAddressAtTime ]
|
||||
...
|
||||
@@ -0,0 +1,16 @@
|
||||
--- !tapi-tbd-v3
|
||||
archs: [ x86_64 ]
|
||||
uuids: [ 'x86_64: E996B8F6-929B-4111-A859-EB054C062FE8' ]
|
||||
platform: macosx
|
||||
install-name: /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
|
||||
exports:
|
||||
- archs: [ x86_64 ]
|
||||
symbols: [ _CSIsNull,
|
||||
_CSSourceInfoGetFilename,
|
||||
_CSSourceInfoGetPath,
|
||||
_CSSourceInfoGetLineNumber,
|
||||
_CSSourceInfoGetColumn,
|
||||
_CSSymbolOwnerGetSourceInfoWithAddress,
|
||||
_CSSymbolicatorCreateWithPid,
|
||||
_CSSymbolicatorGetSymbolOwnerWithAddressAtTime ]
|
||||
...
|
||||
Reference in New Issue
Block a user