help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more readable format for gpp -S


From: Grizlyk
Subject: Re: more readable format for gpp -S
Date: Mon, 12 Feb 2007 20:08:33 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]