Ellery Newcomer wrote: > On 09/21/2012 03:04 AM, Jens Mueller wrote: > >But it's nice to have source code and assembly side by side. > > > >Jens > > > > And very nice to have demangled names in assembly.
You can pipe your assembly code to ddemangle if there is some other tool that missing demangling. I did this for example when I looked at output from a statistical profiler. Jens
