Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 69c4a73

Browse files
committed
Updated ide submodule ptr
1 parent ea9fa60 commit 69c4a73

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tools/SymbolicatorScript.livecodescript

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,9 @@ function symbolsForAddresses pAddresses, pAppBundle, pLoadAddress
786786
local tCommand
787787
local tSymbols
788788
replace return with space in pAddresses
789-
put "xcrun atos -o" && escapeArg(tExecutable) && "-l" && format("%#x", pLoadAddress) && pAddresses into tCommand
789+
--put "xcrun atos -o" && escapeArg(tExecutable) && "-l" && format("%#x", pLoadAddress) && pAddresses into tCommand
790+
put "xcrun atos -o" && escapeArg(tExecutable) && "-arch x86_64 " && "-l" && pLoadAddress && pAddresses into tCommand
791+
790792
get shell(tCommand)
791793
if the result is not zero then throw "failed to symbolicate address list using atos:" && it
792794
put it into tSymbols

0 commit comments

Comments
 (0)