Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-dd-dev] Source lookup and remote debugging launch sequence

On Wed, Feb 20, 2008 at 02:40:09PM -0000, Mikhail Khodjaiants wrote:
> > 2. There's a file and a fullname attribute in the response for the -break-insert command, possibly useful for source lookup.
>  
> Daniel will correct me if I'm wrong, but the "fullname" attribute doesn't necessary mean "absolute path". It can be something like "../foo.c".

No, a fullname is always an absolute path.  But it will only be there
if GDB has enough information to find the source file on disk.


-- 
Daniel Jacobowitz
CodeSourcery


Back to the top