[fpc-devel] bounty: FPC based debugger

Thomas Schatzl tom_at_work at gmx.at
Thu Sep 15 10:20:53 CEST 2011


 Hi,

 On Thu, 15 Sep 2011 09:31:39 +0200, Michael Schnell wrote:
> On 09/14/2011 09:00 PM, Hans-Peter Diettrich wrote:
>>
>> Every (reasonable) OS provides such features in its debug API. 
>> Available support depends on the actual hardware, of course.
>>
> Can you point us to a description (Win XP, Win 7, Linux ?)
>

 *nix: mprotect(), signal() and friends.
 *Win: VirtualProtect/Ex(), AddVectoredExceptionHandler() and friends.

 Thomas




More information about the fpc-devel mailing list