Hallo Graeme, Du schriebst am Tue, 21 Aug 2012 07:56:03 +0100:
> > There might be slight discrepancies between intel and AMD processors - ... > I can't imagine there being such an incompatibility between x86 There are some - most don't matter for applications, like small timing deviations or different caching strategies, some are taken care of transparently by the operating system, like interrupt handling specifics, and some have to be coped with even on the application level, like the different virtualisation methods as implemented by AND and intel. > processors - otherwise the internet would have been flooded by such It will not be flooded because of the different methods - although there was much discussion on the pertaining forums about the virtualisation implementation, for instance - because at the time these implementations show up in end user products, the manufacturers already have mostly taken care of them. Still, somme issues might leak out, and if they're discovered, they _do_ get much coverage in discussions on forums, news groups and mailing lists, sometimes even in technical magazines. > messages. I'll ask in the Lazarus mailing list if anybody there is > using AMD quad cores with GDB debugging issues. Might be of interest, indeed. Thank you for doing so, as I don't read there and don't have time to do so. (The ones I do read take too much time already, lately...) > > programs I was working at used a special setup. They do "clone" ... > All our commercial apps I develop are multi-threaded, so no problem in There are several methods of multithreading - you probabely use pthreads on Linux, which is fully supported by the system and of which gdb is aware of. There's an older, simpler method called "cloning" (system call "clone") which just gives you something like two processes running in the same address space, which I used for simplicity. This seems to give gdb some bad time and possibly causing most of the issues I encountered. -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem) ----------------------------------------------------------- Mit freundlichen Grüßen, S. Schicktanz ----------------------------------------------------------- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

