From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17366 invoked by alias); 4 Mar 2004 14:51:12 -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 17357 invoked from network); 4 Mar 2004 14:51:10 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by sources.redhat.com with SMTP; 4 Mar 2004 14:51:10 -0000 Received: from exch-01.noida.hcltech.com (exch-01 [204.160.254.29]) by ngate.noida.hcltech.com (8.12.8/8.12.8) with ESMTP id i24FBmwU025949 for ; Thu, 4 Mar 2004 20:41:50 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2653.19) id ; Thu, 4 Mar 2004 20:25:35 +0530 Message-ID: <1B3885BC15C7024C845AAC78314766C503F1EAD8@exch-01.noida.hcltech.com> From: "Vineet Sharma, Noida" To: gdb@sources.redhat.com Subject: gdb breakpoint Date: Thu, 04 Mar 2004 14:51:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="GB2312" X-SW-Source: 2004-03/txt/msg00030.txt.bz2 Hi, My simulator is synchronus and it does not have and harward register(for breakpoint). So how can we implement the software breakpoint/watc/step etc. . Q2) Does the gdb runs simulator as a thread? If yes is it always the case or there are exception? Q3) When is sim_resume() is supposed to return after the return of the simulator or what? In other word what is the functinality of sim_resume? Regards Vineet