Side-by-side source/assembly views?
Side-by-side source/assembly views?
- Subject: Side-by-side source/assembly views?
- From: Jens Alfke <email@hidden>
- Date: Tue, 09 Feb 2016 11:18:51 -0800
One nice feature of Instruments is its side-by-side display of source code next to assembly code. This is a great help when trying to figure out what the compiled code for a function or a line of code looks like.
Is there any way to get something like that when not using Instruments? Right now I’m looking at the Assembly assistant view in Xcode, which is really hard to work with — I have to search through the huge output to find the function I want, and the listing is full of jump labels and assembler directives that make it hard to pick out the actual instructions.
I’d even be happy to have a shellscript that would post-process the assembly and output a more readable form. (Which yeah, I could write myself, but I’d rather spend that hour debugging my current crasher, not remembering how sed works.)
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden