From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3132 invoked by alias); 3 Sep 2004 14:04:50 -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 3125 invoked from network); 3 Sep 2004 14:04:49 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 3 Sep 2004 14:04:49 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i83E4mpm017933 for ; Fri, 3 Sep 2004 16:04:48 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Fri, 03 Sep 2004 16:02:08 +0200 Message-Id: <5.2.0.9.1.20040903155756.01d3e730@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Fri, 03 Sep 2004 14:04:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: Re: Signal values In-Reply-To: <20040902154159.GA11626@nevyn.them.org> References: <5.2.0.9.1.20040902164649.01d53180@NT_SERVER> <5.2.0.9.1.20040902164649.01d53180@NT_SERVER> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-09/txt/msg00033.txt.bz2 >> But when I send a 10 gdb tells me it's a SIGBUS which would go along this >> list from binutils/include/gdb/signals.h: >> >> enum target_signal >> { >> TARGET_SIGNAL_0 = 0, > >These are remote protocol signal numbers. They are target independent. So then I will go for this. >> And as aside question: which one is the signal that says the target has >> reached a breakpoint? > >SIGTRAP. I already thought so. But it seems I'm still doing something wrong. I have a stopped thread which I want to single step. After sending the s gdb waits, I guess until it receives a stop packet. But when I return SIGTRAP gdb immediately continues the thread... I need to investigate some more. Thanks bye Fabi