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: [RFC] New file fpc-abi.c


I do not claim that the fpc-abi.c is a completely correct code,
but:
  1) it avoids some internal GDB crashes when trying to debug executables
that contain both FPC and GNU C v3 generated code.
  2) It enhances the class recognition with respect to the gnu-v2
ABI.
  3) It is only used if the object has a fpc_compiled minimal symbol,
which should be enough to avoid any interference with other compiler, no?

Could you remove or stub out the implementations which are incorrect
for FPC and repost it, please?
Good case for internal_error(). Last thing gdb should do is print bogus info.

Andrew



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