June 6, 2014
4:29 p.m.
On Fri, 06 Jun 2014 12:23:35 -0400, Andev said:
I am trying to inspect the generated assembly for a function in the kernel. Are there any documents explaining how to do this? I want to see how it changes when I change the function body.
The same exact way you'd do it for any .o file for userspace. objdump and gdb are your friends.