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: [0/17] RFC: share minimal symbols across objfiles


> It would be helpful to know which systems have this issue.  Maybe we
> could make it a gdbarch parameter, so that we don't need workarounds on
> more capable systems.

Is exec-bfd the only objfile with the issue? To me, the answer seems
an obvious NOT, but you never know. Going back to this question,
I'm just going to repeat as a reminder that the only systems I remember
having file-locking problems that forced us to close fds are pa-hpux,
and Windows in general. The sort of issue I remember seeing was trying
to update the executable while the program is opened by GDB and yet
not running. I still haven't gotten to te bottom of some failures see
in GDB on GNU/Linux systems as well, with symptoms very similar to
a file-locking issue. I started looking at them when I had a free
second or two, but I could never make sense out of them in the short
amount of time I could dedicate.

The gdbarch parameter seems risky to me, it's often more a property
of the filesystem than a property of the platform...

Having spent a fair amount of time on many of these exotic platforms,
I would be happy to try helping a bit.

-- 
Joel


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