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: Patch ping


Hmm... I probably am missing something obvious, but fragments like
this one:

    +  if (IS_ABSOLUTE_PATH (name))
    +    real_path = gdb_realpath (name);
    +

confuse me.  Aren't they supposed to convert non-absolute file name,
that is, say "if (!IS_ABSOLUTE_PATH (name))"?


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