From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23909 invoked by alias); 14 Jul 2005 14:27:43 -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 23809 invoked by uid 22791); 14 Jul 2005 14:27:39 -0000 Received: from pluton.ispras.ru (HELO pluton.ispras.ru) (83.149.199.253) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Thu, 14 Jul 2005 14:27:39 +0000 Received: (qmail 17512 invoked from network); 14 Jul 2005 14:24:10 -0000 Received: from unknown (HELO truba.ispras.ru) (83.149.198.41) by pluton.ispras.ru with SMTP; 14 Jul 2005 14:24:10 -0000 Received: from truba.ispras.ru (root@localhost) by truba.ispras.ru (8.13.1/8.13.1) with SMTP id j6EE793d007960 for ; Thu, 14 Jul 2005 18:07:09 +0400 Received: from ispserv.ispras.ru (ispserv [83.149.198.72]) by truba.ispras.ru (8.13.1/8.13.1) with ESMTP id j6EE79j2007950; Thu, 14 Jul 2005 18:07:09 +0400 Received: from ispserv.ispras.ru (localhost [127.0.0.1]) by ispserv.ispras.ru (8.12.8/8.12.8) with ESMTP id j6EECuwg002823; Thu, 14 Jul 2005 18:12:56 +0400 Received: from localhost (kostik@localhost) by ispserv.ispras.ru (8.12.8/8.12.8/Submit) with ESMTP id j6EECtTp002819; Thu, 14 Jul 2005 18:12:55 +0400 Date: Thu, 14 Jul 2005 14:27:00 -0000 From: Konstantin Karganov To: Daniel Jacobowitz cc: gdb@sources.redhat.com Subject: MI *stopped reason In-Reply-To: <20050713134630.GA3283@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through X-SW-Source: 2005-07/txt/msg00173.txt.bz2 Hello. When the execution of the debuggee stops the debugger reports the result as "*stopped, reason='...' ". I'd like to know if the reason should always be specified, or not. Currently, there are cases when the reason is missing (for example, when stopped on a temporary breakpoint). Best regards, konstantin.