From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10070 invoked by alias); 20 Oct 2003 21:56:29 -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 10063 invoked from network); 20 Oct 2003 21:56:28 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 20 Oct 2003 21:56:28 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h9KLuRVg003502; Mon, 20 Oct 2003 16:56:27 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h9KLuRfa001660; Mon, 20 Oct 2003 16:56:27 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h9KLuRKV001659; Mon, 20 Oct 2003 17:56:27 -0400 Date: Mon, 20 Oct 2003 21:56:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200310202156.h9KLuRKV001659@duracef.shout.net> To: ac131313@redhat.com, gdb@sources.redhat.com Subject: Re: "No registers" or "No inferior to debug"? X-SW-Source: 2003-10/txt/msg00226.txt.bz2 Look at your use case: (gdb) info registers No registers User: "Huh? How come there aren't any registers? Wha?" (gdb) info registers The program is not being run User: "Oh, okay, I guess I can't see the registers right now." So I like "The program is not being run." "The inferior program is not being run." would be okay too. Michael C