Daniel Lehman
|
4f6f0f09fd
|
ucrtbase: Add __std_exception_destroy/copy.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-13 23:36:01 +09:00 |
Piotr Caban
|
856f0f9d13
|
msvcrt: Handle non c++ exceptions in __DestructExceptionObject.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-18 22:20:03 +09:00 |
Piotr Caban
|
2296261600
|
msvcr80: Use Cxx(Un)RegisterExceptionObject helpers in i386 nested exception handler.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 11:32:31 +09:00 |
Piotr Caban
|
8348d4b40e
|
msvcrt: Add __CxxUnregisterExceptionObject partial implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 11:32:25 +09:00 |
Piotr Caban
|
76411c8dc5
|
msvcrt: Add __DestructExceptionObject implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 11:32:20 +09:00 |
Piotr Caban
|
11ccffea08
|
msvcrt: Add __CxxRegisterExceptionObject implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 11:32:15 +09:00 |
Piotr Caban
|
29f547d2ce
|
msvcr80: Add _FindAndUnlinkFrame implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 11:32:09 +09:00 |
Piotr Caban
|
0204517401
|
msvcr80: Add _CreateFrameInfo implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 11:32:04 +09:00 |
Alexandre Julliard
|
0c496f0280
|
msvcrt: Update comments for non-exported functions.
|
2014-04-21 14:32:40 +02:00 |
Piotr Caban
|
b7c5e341ae
|
msvcr110: Share the source code with msvcrt.
|
2014-04-17 13:30:47 +02:00 |
Piotr Caban
|
e3592d041a
|
msvcrt: Add __security_error_handler stub.
|
2013-10-25 14:42:03 +02:00 |
Francois Gouget
|
c3913adb9b
|
msvcrt: Remove WINAPI on static functions where not needed.
|
2013-03-06 15:10:57 +01:00 |
Piotr Caban
|
14a81773c7
|
msvcrt: Added __pxcptinfoptrs implementation.
|
2013-03-05 12:44:30 +01:00 |
Piotr Caban
|
62e00e527f
|
msvcrt: Don't set unhandled exception filter, XcptFilter is responsible for handling signals.
|
2013-03-05 12:44:02 +01:00 |
Alexandre Julliard
|
b8467c5f69
|
msvcrt: Add a new file for the x86_64 exception handling.
|
2012-03-16 10:58:08 +01:00 |
Alexandre Julliard
|
89b2dd08ff
|
msvcrt: Move more i386-specific exception code to except_i386.c.
|
2012-03-16 10:53:21 +01:00 |
Alexandre Julliard
|
bcd62a7f2e
|
msvcrt: Implement _seh_longjmp_unwind4 for i386.
|
2011-05-17 12:49:20 +02:00 |
Alexandre Julliard
|
2140006662
|
msvcrt: Implement _local_unwind for x86_64.
|
2011-05-17 12:31:00 +02:00 |
Hans Leidekker
|
b25e0068ac
|
msvcrt: Implement _set_security_error_handler.
|
2011-03-16 16:31:55 +01:00 |
Alexandre Julliard
|
37af4c371b
|
msvcrt: Implement longjmp for x86_64.
|
2011-02-01 18:14:09 +01:00 |
Alexandre Julliard
|
9b76c16e7e
|
msvcrt: longjmp doesn't have a return value.
|
2011-02-01 18:14:09 +01:00 |
Marcus Meissner
|
f10af18f28
|
msvcrt: Add some missing CDECL.
|
2010-05-13 11:51:00 +02:00 |
Alexandre Julliard
|
a1e99f544b
|
msvcrt: Implement support for version 4 exception tables.
|
2010-04-14 18:00:46 +02:00 |
Alexandre Julliard
|
bcf1ef3c90
|
msvcrt: Make a few more exception handling functions i386-specific.
|
2010-04-12 17:52:37 +02:00 |
Alexandre Julliard
|
11f10c6f05
|
msvcrt: Implemented setjmp for x86_64.
|
2010-04-10 11:47:55 +02:00 |
Peter Rosin
|
f79cd33fc4
|
msvcrt: Handle the SIGBREAK signal.
|
2009-12-03 10:14:44 +01:00 |
Eric Pouech
|
dcf68254bd
|
msvcrt: Added __uncaught_exception support.
|
2009-10-05 14:56:19 +02:00 |
Alexandre Julliard
|
0cb406ef29
|
msvcrt: Add call frame annotations in x86 assembly code.
|
2009-06-25 12:05:09 +02:00 |
Alexandre Julliard
|
adad9b6682
|
msvcrt: Fix an unused function warning on non-i386.
|
2009-01-08 17:29:59 +01:00 |
Alexandre Julliard
|
d751c2e5c1
|
msvcrt: Correctly walk up the list of trylevels in except_handler3.
|
2009-01-07 14:17:26 +01:00 |
Alexandre Julliard
|
7a6c6747a9
|
msvcrt: Don't include msvcrt headers, instead duplicate the definitions in msvcrt.h.
|
2008-12-12 10:19:55 +01:00 |
Andrew Talbot
|
4c3d27dfee
|
msvcrt: Sign-compare warnings fix.
|
2008-10-22 13:54:53 +02:00 |
Philip Nilsson
|
5d583c3ac7
|
msvcrt: Make EXCEPTION_PRIV_INSTRUCTION generate SIGILL.
|
2008-06-19 11:44:34 +02:00 |
James Hawkins
|
eedfacdfe7
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:04:03 +01:00 |
Vitaliy Margolen
|
b25ad76a22
|
msvcrt: Preserve registers when calling unwind function.
|
2007-07-16 14:53:42 +02:00 |
Alexandre Julliard
|
72bc7429e4
|
msvcrt: Set the correct ebp value before calling the local unwind handler.
|
2007-06-08 12:56:19 +02:00 |
Andrew Talbot
|
9069577cd0
|
msvcrt: Exclude unused headers.
|
2007-05-15 12:19:12 +02:00 |
Andrew Talbot
|
7b10348088
|
msvcrt: Replace inline static with static inline.
|
2007-03-20 13:00:59 +01:00 |
Dmitry Timoshkov
|
63da5f26c2
|
msvcrt: Print FIXME on platforms where _except_handler3 is a stub.
|
2007-03-19 12:17:02 +01:00 |
Alexandre Julliard
|
35d728ef50
|
msvcrt: Improved _local_unwind2 implementation.
Thanks to Dmitry Timoshkov for a test case.
|
2007-03-13 15:53:09 +01:00 |
Eric Pouech
|
bb5a20c61a
|
msvcrt: Implemented the raise function.
|
2007-02-09 11:50:25 +01:00 |
Eric Pouech
|
9f309b32e6
|
msvcrt: Reset a signal to DFL before it's used.
|
2007-02-09 11:50:16 +01:00 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Andrew Talbot
|
338100c255
|
msvcrt: Declare some items static.
|
2007-01-15 14:22:39 +01:00 |
Michael Stefaniuc
|
c7e00c9f49
|
janitorial: In multiline strings there is no need for '\' at the end of the lines.
|
2006-12-27 13:10:13 +01:00 |
Alexandre Julliard
|
7d98599d7d
|
msvcrt: Implemented __CxxLongjmpUnwind.
|
2006-12-15 13:41:48 +01:00 |
Michael Stefaniuc
|
6520ee04c8
|
msvcrt: Win64 printf format warning fixes.
|
2006-10-04 09:58:47 +02:00 |
Alexandre Julliard
|
9edcd1c1b2
|
msvcrt: Fixed access to the extra arguments of setjmp3.
|
2006-08-18 20:56:43 +02:00 |
Alexandre Julliard
|
24beabfd4e
|
msvcrt: Explicitly specify CDECL calling convention on exported functions.
|
2006-06-13 11:40:23 +02:00 |
Dmitry Timoshkov
|
a87a153587
|
msvcrt: Print exception code in hex.
|
2006-06-12 13:21:47 +02:00 |