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: [RFC] Record objfile->original_name as an absolute path


Jan> Maybe that gdb_abspath should be rather done by the caller as there is also
Jan> 	objfile = allocate_objfile (NULL, "<< JIT compiled code >>", 0);
Jan> and calling gdb_abspath ("<< JIT compiled code >>") does not seem great.

I've wanted an objfile flag for a while that would indicate whether the
underlying BFD corresponds to a file or some other thing.
Right now I think you can see lookups of bogusly-named files coming from
the Python auto-loader.

Tom


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