[ECOS] remote gdb debug and disassemble

Grant Edwards grante@visi.com
Wed Aug 21 10:09:00 GMT 2002


On Wed, Aug 21, 2002 at 06:38:28PM +0200, Holger Schurig wrote:

> Is there any way to disassemble from here?
> 
>   (gdb) disassemble 0xc0021ad4
>   No function contains specified address.
>
> No, I don't have the source or object file with debug info of the contents of 
> this address :-)

IIRC, you have to specify a length (endpoint) for the region to
be dissassembled since the default is to dissassemble the
entire function that contains the specified address.

-- 
Grant Edwards
grante@visi.com

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss



More information about the Ecos-discuss mailing list