From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7762 invoked by alias); 21 Jun 2013 10:50:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7734 invoked by uid 89); 21 Jun 2013 10:50:35 -0000 X-Spam-SWARE-Status: No, score=-8.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 21 Jun 2013 10:50:34 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5LAoUHU017693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Jun 2013 06:50:30 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r5LAoTG9026096; Fri, 21 Jun 2013 06:50:29 -0400 Message-ID: <51C42FF4.3040305@redhat.com> Date: Fri, 21 Jun 2013 10:58:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Mike Frysinger CC: gdb-patches@sourceware.org, Stan Shebs Subject: Re: [PATCH, gdbsim] Avoid silly crash when no binary is loaded References: <51C0C7E3.1030603@codesourcery.com> <201306201350.31839.vapier@gentoo.org> <51C369CF.8070102@earthlink.net> <201306201733.31043.vapier@gentoo.org> In-Reply-To: <201306201733.31043.vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00581.txt.bz2 On 06/20/2013 10:33 PM, Mike Frysinger wrote: > fwiw, i wrote a paper with a friend of mine on the topic of simulation > focusing with a GNU/sim focus at OSL a few years ago: > https://docs.google.com/document/d/1YE1ma7X-974-4GAcq1hg2Pom646yofRd6Fowol0BDC0/edit > > i also did a presentation that broke down my experience between QEMU & the > GNU/sim and some of the tradeoffs at LSM: > http://wh0rd.org/~vapier/lsm-2012-sim.pdf Interesting! I've now created: http://sourceware.org/gdb/wiki/ReferenceMaterial (linked from the front wiki page) ... and added links to these. Everyone, please feel free to add to that page. -- Pedro Alves