From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1358 invoked by alias); 4 Jan 2002 21:18:20 -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 898 invoked from network); 4 Jan 2002 21:18:10 -0000 Received: from unknown (HELO motgate2.mot.com) (136.182.1.10) by sources.redhat.com with SMTP; 4 Jan 2002 21:18:10 -0000 Received: [from pobox3.mot.com (pobox3.mot.com [10.64.251.242]) by motgate2.mot.com (motgate2 2.1) with ESMTP id OAA27901; Fri, 4 Jan 2002 14:18:08 -0700 (MST)] Received: [from postal.somerset.sps.mot.com (postal.somerset.sps.mot.com [163.12.132.5]) by pobox3.mot.com (MOT-pobox3 2.0) with ESMTP id OAA20660; Fri, 4 Jan 2002 14:07:33 -0700 (MST)] Received: from pacific.somerset.sps.mot.com (pacific.somerset.sps.mot.com [163.12.101.73]) by postal.somerset.sps.mot.com (8.11.0/8.11.0) with ESMTP id g04LI7323372; Fri, 4 Jan 2002 15:18:07 -0600 (CST) Received: (from swarthou@localhost) by pacific.somerset.sps.mot.com (8.11.0/8.11.0) id g04LI7d21952; Fri, 4 Jan 2002 15:18:07 -0600 (CST) Date: Fri, 04 Jan 2002 13:18:00 -0000 Message-Id: <200201042118.g04LI7d21952@pacific.somerset.sps.mot.com> From: Edward Swarthout To: ac131313@cygnus.com CC: gdb@sources.redhat.com In-reply-to: <3C361502.7080708@cygnus.com> (message from Andrew Cagney on Fri, 04 Jan 2002 15:48:02 -0500) Subject: Re: A copy/save command ... References: <1010165997.16220.ezmlm@sources.redhat.com> <200201042003.g04K3F219582@pacific.somerset.sps.mot.com> <3C361502.7080708@cygnus.com> X-SW-Source: 2002-01/txt/msg00017.txt.bz2 > > I've been playing with load/store architectures for too long - I keep > thinking that the oposite of load is store ... :-( Sure, but thats store register _to_ memory. Lets see, load register from memory (actually .reg note section) load memory from (core) file store (save) register to memory dump (write) memory to (core) file