How to implement exception handling in linux assembly?

  • Follow


Just like SEH in windows?

Thanks in advance.


..

0
Reply Zheng 5/21/2005 6:37:25 PM

Slashdot had an article on that recently, regarding Wine and a Borland
patent. Google around for the Wine developers email archives and you
might find out more about it.

0
Reply jcomeau_ictx 5/22/2005 12:14:27 AM


Zheng wrote:
> 
> Just like SEH in windows?

There's some SEH for Linux in the HLA Standard Library. Get
source code here:

http://webster.cs.ucr.edu/AsmTools/HLA/dnld.html

Good Luck,
Frank

0
Reply Frank 5/23/2005 1:30:20 AM

Zheng  <spamtrap@crayne.org> wrote:
>
>Just like SEH in windows?

The equivalent Unix concept is signals.  Look at the man page for "signal".
You can catch anything that can be thrown.
-- 
- Tim Roberts, timr@probo.com
  Providenza & Boekelheide, Inc.

0
Reply Tim 5/23/2005 6:16:21 AM

3 Replies
481 Views

(page loaded in 0.159 seconds)

Similiar Articles:













7/23/2012 12:50:44 PM


Reply: