Paul Pluzhnikov wrote:
>
>> 1. no extern name given
>
> Try "objdump -dr ..."

The key -S is useless. I think i need somthing like this

gpp -c -g test.cpp && (objdump -drl test.o | myparser)

and will write "myparser" to make correct output: to expand references to 
(file,line)  into lines and sort all instances in source file order.

-- 
Maksim A. Polyanin


_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to