x64

XML RSS feed for this category.
[Valid RSS]


Summary of x64 Win32 Debug API issues Posted by Len at 4 Oct 2007 08:41 AM
I've finished porting my debugging tools support libraries to x64 now and thought it was worth putting up a summary of the issues that I've noticed: A 32bit exe can't start a 64bit exe for debugging - pretty obvious really....


x64, IOCP, Socket Server framework Posted by Len at 3 Oct 2007 09:18 AM
The x64 version of our I/O completion port based, networking client and server framework is now shipping. This is the licensed version of the free server framework that's available here. An overview of the licensed version can be found here....


WOW64 Win32 DebugAPI and managed code Posted by Len at 2 Oct 2007 09:48 AM
It seems that I've located the "issues" in my Debug Tools library. This library is used in my TickShifter (time control) tool and my native Win32 Deadlock Detection tool. Due to how I wanted to control the debugged processes start...


x64 Debugger, ExceptionCode == 0x4000001f Posted by Len at 1 Oct 2007 01:50 PM
I should be finishing some docs for the x64 socket server release... But this is more interesting... When running my Win32 debugging code on x64, this time when compiled natively as x64 code and when debugging an x64 CLR process,...


DebugSetProcessKillOnExit and Win32 processes on x64 Posted by Len at 1 Oct 2007 10:55 AM
I spent a little time looking at an x64 port of my debugging tools library at the weekend. Since this requires me to set breakpoints and manipulate process memory and image files and all sorts I expected it to be...


How to liquidise perfmon's guts but still leave the body standing... Posted by Len at 19 Jul 2007 09:22 AM
I'm still working on my performance counter library. I've got parent and child objects working and multiple instances and I have a sample server that publishes performance data using two objects, one for the executable (io threads, sockets and buffers...


x64 port - a diversion Posted by Len at 14 Jun 2007 12:44 PM
The x64 port of the socket server framework is going well. I've run the tests for the OpenSSL servers and things are looking good there; this is always an important stage to get to for me as these servers and...


x64 Socket Server framework Posted by Len at 7 Jun 2007 05:27 PM
My new development box arrived last week. It's a bit of a monster, dual processor (Intel Xeon E5320 quad core, 1.86 GHz), 8GB ram, and it runs 64bit Vista very nicely indeed. Since it's an x64 box I have started...