magic-trace
magic-trace copied to clipboard
Show call source in UI
For #212, this PR shows the source of each call in the args shown given we already have that information. Overall pretty simple, but I modified the calls to store where they were called from or whether it was unknown (thus also removing from_untraced). It shows the information as source_ followed by each of symbol, offset, and address as different args.
@Xyene This is from last week, but I just forgot to actually post the PR.
Hi Aaron. This looks great, but would you please fix the conflict before I merge it?