From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24978 invoked by alias); 14 Dec 2001 00:55:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24924 invoked from network); 14 Dec 2001 00:55:43 -0000 Received: from unknown (HELO c0mailgw13.prontomail.com) (216.163.180.10) by sources.redhat.com with SMTP; 14 Dec 2001 00:55:43 -0000 Received: from C6SERVICE11.prontomail.com (216.163.178.10) by c0mailgw13.prontomail.com (NPlex 5.5.029) id 3C0EA97200209020 for gdb@sources.redhat.com; Thu, 13 Dec 2001 16:48:48 -0800 Received: from starband.net (148.63.239.105) by C6SERVICE11.prontomail.com (NPlex 5.5.029) id 3BC83CD2001533CC for gdb@sources.redhat.com; Thu, 13 Dec 2001 16:48:49 -0800 Message-ID: <3C194D28.1020105@starband.net> Date: Thu, 13 Dec 2001 16:55:00 -0000 From: Robert Baruch User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120 X-Accept-Language: en-us MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: [Q] Accessing fs:0 on x86 Linux? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00128.txt.bz2 Hi all, I'm trying to debug something in wine on an x86 Linux box. It requires looking at what is stored in memory starting at fs:0. I've searched all over for how to do this, but I've only seen one thread that seems to indicate that it can't be done. Can anyone confirm or deny this? Thanks, --Rob