From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30459 invoked by alias); 30 Jun 2007 18:19:28 -0000 Received: (qmail 30450 invoked by uid 22791); 30 Jun 2007 18:19:28 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 30 Jun 2007 18:19:26 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-245-109.inter.net.il [84.228.245.109]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CYQ14019 (AUTH halo1); Sat, 30 Jun 2007 21:19:21 +0300 (IDT) Date: Sat, 30 Jun 2007 18:19:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: msnyder@sonic.net, gdb@sourceware.org In-reply-to: <20070630154904.GA5952@caradoc.them.org> (message from Daniel Jacobowitz on Sat, 30 Jun 2007 11:49:04 -0400) Subject: Re: libSegFault and just in time debugging Reply-to: Eli Zaretskii References: <003c01c7ba81$2abc9ce0$677ba8c0@sonic.net> <20070629191522.GA2715@caradoc.them.org> <000501c7ba87$0e543760$677ba8c0@sonic.net> <20070629200000.GA6453@caradoc.them.org> <20070630154904.GA5952@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00361.txt.bz2 > Date: Sat, 30 Jun 2007 11:49:04 -0400 > From: Daniel Jacobowitz > Cc: msnyder@sonic.net, gdb@sourceware.org > > > By Cygwin does this using a Windows-specific technique, doesn't it? > > Sure. But LD_PRELOAD is a Unix-specific technique. There's a world of difference between preloading a library and hooking into the Windows JIT debug machinery.