From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9747 invoked by alias); 22 Aug 2012 22:58:25 -0000 Received: (qmail 9736 invoked by uid 22791); 22 Aug 2012 22:58:24 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,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; Wed, 22 Aug 2012 22:58:07 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7MMw7LC008730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 Aug 2012 18:58:07 -0400 Received: from greed.delorie.com (ovpn-113-67.phx2.redhat.com [10.3.113.67]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q7MMw6nu019166 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 22 Aug 2012 18:58:06 -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 q7MMw5BF016472 for ; Wed, 22 Aug 2012 18:58:05 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id q7MMw5Gw016471; Wed, 22 Aug 2012 18:58:05 -0400 Date: Wed, 22 Aug 2012 22:58:00 -0000 Message-Id: <201208222258.q7MMw5Gw016471@greed.delorie.com> From: DJ Delorie To: gdb@sourceware.org Subject: is sim/common documented anywhere? 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/msg00074.txt.bz2 I'm trying to do "the right thing" wrt using sim/common, but so far all I can find is a spaghetti mess of configury, scattered includes, and sample uses (i.e. other simulators, which themselves are poorly documentated, if at all), with no clear documentation on how to use any of it.