This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: remote gdb debug and disassemble


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]