This is the mail archive of the gdb-patches@sourceware.org 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: [commit/Ada] use lbasename when testing if file is part of Ada runtime.


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> We use a list of regular expressions to match a symtab filenames
Joel> against the names of the files in the Ada runtime.  These regular
Joel> expressions do assume that the filename is a basename, however.
Joel> So make sure to evaluate these regular expressions against
Joel> the symtab's filename.

I see some that are absolute, e.g.:

   "/usr/shlib/libpthread\\.so",

Tom


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