This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re:



  In message <3521B963898BD111AA6A006008A845160707BC@SERVER>you write:
  > The code is being generated, it throws the exception but then the thread
  > is terminated since no frames are found.  How do I register the frames?
On ELF systems it's done by placing calls to __register_frame_info
in the .init section.  See crtstuff.c in the gcc directory.

jeff


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