This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: RFA: Tolerate filenames present in symtabs but absent from macro info


Andrew Cagney <ac131313@redhat.com> writes:

> > !       (__FILE__, __LINE__,
> > !        "\n"
> > !        "the symtab `%s' refers to a preprocessor macro table which doesn't\n"
> 
> 
> What's the "\n" for?  The sentence should also start with a capital
> (and probably not end in a full-stop).

Do you mean to be reading the new side of the patch?  That's the old
text.

The new output looks like this:

    (gdb) print i
    During symbol reading, symtab found for `step-line.inp', but that file
    is not covered in the compilation unit's macro information.
    $1 = 4
    (gdb) 


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