From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32101 invoked by alias); 4 Feb 2007 10:06:10 -0000 Received: (qmail 32092 invoked by uid 22791); 4 Feb 2007 10:06:09 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 04 Feb 2007 10:06:04 +0000 Received: by nf-out-0910.google.com with SMTP id n28so1602816nfc for ; Sun, 04 Feb 2007 02:06:02 -0800 (PST) Received: by 10.78.164.13 with SMTP id m13mr975002hue.1170583561609; Sun, 04 Feb 2007 02:06:01 -0800 (PST) Received: by 10.78.33.8 with HTTP; Sun, 4 Feb 2007 02:06:01 -0800 (PST) Message-ID: <9875e6b70702040206xaea7b10o1c85db30fb4b737b@mail.gmail.com> Date: Sun, 04 Feb 2007 10:06:00 -0000 From: "=?GB2312?B?0abUxsH6?=" To: gdb Subject: How to use variable in gdb? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2007-02/txt/msg00024.txt.bz2 Hello, I have problem with gdb program, can I define a variable like shell script? For example: xxx=/home/src/ yyy=/home/exe/ file f set args $xxx $yyy (So I can use variable here!)