From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8015 invoked by alias); 9 Sep 2010 16:51:51 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 7981 invoked by uid 22791); 9 Sep 2010 16:51:43 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Tom Tromey To: Oleg Nesterov Cc: Jan Kratochvil , "Frank Ch. Eigler" , archer@sourceware.org, utrace-devel@redhat.com Subject: Re: gdbstub initial code, v9 References: <20100908191838.GA27120@redhat.com> <20100909152937.GA21586@redhat.com> <20100909155047.GA22403@redhat.com> <20100909160423.GA9768@host1.dyn.jankratochvil.net> <20100909163031.GA23799@redhat.com> <20100909163635.GA12356@host1.dyn.jankratochvil.net> <20100909164500.GA25164@redhat.com> Date: Thu, 09 Sep 2010 16:51:00 -0000 In-Reply-To: <20100909164500.GA25164@redhat.com> (Oleg Nesterov's message of "Thu, 9 Sep 2010 18:45:00 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q3/txt/msg00170.txt.bz2 >>>>> "Oleg" == Oleg Nesterov writes: Oleg> (gdb) set var 0 You need: set variable var = 0 The "variable" can be abbreviated. FWIW, "print", "set variable", and "call" are basically aliases. "print" just happens to print the result of the expression. Tom