Glenn Maynard
|
fafdaedf0c
|
InstallExceptionHandler
|
2004-12-01 02:45:14 +00:00 |
|
Glenn Maynard
|
ce1c9d35ed
|
parameter
|
2004-11-30 21:44:22 +00:00 |
|
Glenn Maynard
|
5e2abe41aa
|
stubs
|
2004-11-30 21:42:04 +00:00 |
|
Ryan Dortmans
|
c64819ec85
|
Remove SDL references. Clean up.
|
2004-11-30 02:29:49 +00:00 |
|
Ryan Dortmans
|
01c4b7a0f8
|
No longer needed; platform independent version implemented
|
2004-11-26 23:35:10 +00:00 |
|
Ryan Dortmans
|
c0b104fc41
|
Don't allow a decommitted page to be swapped back in more than once
|
2004-11-20 04:42:34 +00:00 |
|
Ryan Dortmans
|
c70542c031
|
Make threadsafe
|
2004-11-20 01:43:20 +00:00 |
|
Ryan Dortmans
|
72a7b12469
|
Fix exception handling
|
2004-11-18 09:07:46 +00:00 |
|
Glenn Maynard
|
aef954a91b
|
disable broken warning
|
2004-11-08 07:08:02 +00:00 |
|
Glenn Maynard
|
2fc38be71c
|
_WIN32_WINNT
|
2004-11-08 05:54:39 +00:00 |
|
Ryan Dortmans
|
4fb20257b8
|
Allow virtual memory and paging on the Xbox
|
2004-11-08 02:35:14 +00:00 |
|
Glenn Maynard
|
c9596b9002
|
increase MAX_FNAMBUF
|
2004-11-07 22:42:07 +00:00 |
|
Glenn Maynard
|
48fda990cd
|
update
|
2004-10-27 19:52:51 +00:00 |
|
Ryan Dortmans
|
0e3fe5d6cc
|
Allow keyboard input using Xbox pad
|
2004-10-25 12:40:05 +00:00 |
|
Glenn Maynard
|
f9bcb3c78b
|
fix 64-bit address output
|
2004-10-22 22:42:28 +00:00 |
|
Glenn Maynard
|
14e9e8c64c
|
make x86-64 backtracing work
|
2004-10-22 22:16:49 +00:00 |
|
Glenn Maynard
|
c35aa22588
|
cleanup
|
2004-10-22 21:45:44 +00:00 |
|
Glenn Maynard
|
8b6b4f48fb
|
rename eip/ebp/esp -> ip/bp/sp, since it's used for x86-64 too (rip/rbp/rsp)
|
2004-10-22 21:39:26 +00:00 |
|
Glenn Maynard
|
68289e66e7
|
type fix for x86-64
|
2004-10-22 21:33:02 +00:00 |
|
Glenn Maynard
|
ee4b509ac5
|
size fixes for x86-64
|
2004-10-22 20:33:25 +00:00 |
|
Glenn Maynard
|
161b9f3f9a
|
more portable?
|
2004-10-10 14:14:29 +00:00 |
|
Glenn Maynard
|
af7a0cf3a2
|
fix off-by-one
|
2004-10-09 15:41:10 +00:00 |
|
Glenn Maynard
|
cf9c6e3a96
|
actually, let's always get the size/date
|
2004-10-06 01:15:56 +00:00 |
|
Glenn Maynard
|
2c5da0b48d
|
if we can't get the file version, get the size and date
|
2004-10-05 23:41:25 +00:00 |
|
Glenn Maynard
|
19eeb328fd
|
fix output
|
2004-10-05 21:59:00 +00:00 |
|
Glenn Maynard
|
11f1b49d7a
|
fix crash handler crashes
|
2004-09-30 12:35:13 +00:00 |
|
Ryan Dortmans
|
3e6da1b008
|
Dummy class to allow Xbox build
|
2004-09-27 07:56:18 +00:00 |
|
Glenn Maynard
|
8789c710f6
|
fix anonymous namespaces in win32 crash handler output
|
2004-09-27 00:46:10 +00:00 |
|
Glenn Maynard
|
83db553dd4
|
move win32 crash handler and versioning helpers into archutils
|
2004-09-27 00:29:40 +00:00 |
|
Chris Danford
|
6fd5183134
|
more "for" scope fixes
|
2004-09-25 05:10:10 +00:00 |
|
Glenn Maynard
|
9d73476493
|
add WinMain. I'm not sure if this is needed for the Xbox; if it is, remove the
#ifdefs.
|
2004-09-21 08:57:42 +00:00 |
|
Glenn Maynard
|
f2c2ebb175
|
no HAVE_SDL on Windows
|
2004-09-21 08:56:31 +00:00 |
|
Glenn Maynard
|
aa73f66bde
|
windows ogl/d3d helpers
|
2004-09-21 08:55:39 +00:00 |
|
Glenn Maynard
|
3dc77f6493
|
win32 icon helpers
|
2004-09-20 01:14:26 +00:00 |
|
Glenn Maynard
|
2d0df6837b
|
fix diagnostics
|
2004-09-14 04:59:19 +00:00 |
|
Glenn Maynard
|
685c83543a
|
cache tid in tls
|
2004-09-09 03:23:16 +00:00 |
|
Glenn Maynard
|
8e7164dae5
|
improve backtracing
|
2004-09-08 22:39:28 +00:00 |
|
Glenn Maynard
|
22570a4c33
|
cleanup
|
2004-09-08 21:19:13 +00:00 |
|
Glenn Maynard
|
07cc95f520
|
cleanup
|
2004-09-08 21:18:33 +00:00 |
|
Glenn Maynard
|
4d829e3d29
|
wait, no. It's GetThreadBacktraceContext's job to suspend the thread.
|
2004-09-08 21:17:43 +00:00 |
|
Steve Checkoway
|
03e703e447
|
Fix OS X compile.
|
2004-09-08 08:35:07 +00:00 |
|
Glenn Maynard
|
96d780514e
|
ForceCrashHandlerDeadlock(GetInvalidThreadId()) support
|
2004-09-08 08:08:06 +00:00 |
|
Glenn Maynard
|
8c92f9ec0f
|
cleanup, simplify
|
2004-09-08 07:34:38 +00:00 |
|
Glenn Maynard
|
30a5054533
|
fix mutexes under valgrind; type fix
|
2004-09-08 04:45:16 +00:00 |
|
Steve Checkoway
|
98580f128b
|
Remove Exceptions.
|
2004-09-07 14:00:35 +00:00 |
|
Steve Checkoway
|
dee65098f1
|
Cleanup
|
2004-09-07 13:57:21 +00:00 |
|
Steve Checkoway
|
f08a2d00c9
|
Remove Exceptions since OS X does not catch them. Instead, it waits for the signal.
|
2004-09-07 13:44:06 +00:00 |
|
Steve Checkoway
|
1e036b76fd
|
Fix year
|
2004-09-07 13:27:00 +00:00 |
|
Steve Checkoway
|
54f869a424
|
If it is invalid, GetThreadBacktraceContext will fail anyway.
|
2004-09-07 13:25:47 +00:00 |
|
Steve Checkoway
|
be70a826c6
|
Also true for OS X.
|
2004-09-07 13:14:36 +00:00 |
|