From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6650 invoked by alias); 25 Aug 2012 00:50:08 -0000 Received: (qmail 6640 invoked by uid 22791); 25 Aug 2012 00:50:06 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Aug 2012 00:49:39 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7P0ncSd008656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 24 Aug 2012 20:49:38 -0400 Received: from greed.delorie.com (ovpn-113-67.phx2.redhat.com [10.3.113.67]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7P0nb2w000863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Aug 2012 20:49:37 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id q7P0naYQ023780; Fri, 24 Aug 2012 20:49:36 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id q7P0na0W023779; Fri, 24 Aug 2012 20:49:36 -0400 Date: Sat, 25 Aug 2012 00:50:00 -0000 Message-Id: <201208250049.q7P0na0W023779@greed.delorie.com> From: DJ Delorie To: Mike Frysinger CC: gdb@sourceware.org In-reply-to: <201208241810.45936.vapier@gentoo.org> (message from Mike Frysinger on Fri, 24 Aug 2012 18:10:45 -0400) Subject: Re: is sim/common documented anywhere? References: <201208222258.q7MMw5Gw016471@greed.delorie.com> <201208222111.38601.vapier@gentoo.org> <201208242003.q7OK3pEP010608@greed.delorie.com> <201208241810.45936.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00085.txt.bz2 Yes, I'm using nrun.o Problem turned out to be this: running "make all-sim" doesn't return an error if your compilation fails, at least on my system. Once I fixed all the bugs and got a NEW "run" binary, all that initialization I had been adding "suddenly" happened ;-) I've now gotten to the point where sim_engine_run() is called. I assume this is where I put the actual core simulation?