Updates the return type of symbolicator to be a map, so we don't have to implicitly rely on the order. Replaced the address with a bool that is true if a symbol was not found (which causes the address to be included in the json output).
Also refactored symbolication to just use one call to symbolicator.symbolicate which is now passed every stack from all threads
Updates the Address struct to hold both the address and the offset, before it had a field called address but this was really the offset
Updates the return type of symbolicator to be a map, so we don't have to implicitly rely on the order. Replaced the address with a bool that is true if a symbol was not found (which causes the address to be included in the json output).
Also refactored symbolication to just use one call to
symbolicator.symbolicate
which is now passed every stack from all threadsUpdates the
Address
struct to hold both the address and the offset, before it had a field calledaddress
but this was really the offset