From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31784 invoked by alias); 30 Jan 2015 08:51:27 -0000 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 Received: (qmail 31770 invoked by uid 89); 30 Jan 2015 08:51:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f171.google.com Received: from mail-ie0-f171.google.com (HELO mail-ie0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 30 Jan 2015 08:51:23 +0000 Received: by mail-ie0-f171.google.com with SMTP id tr6so2075236ieb.2 for ; Fri, 30 Jan 2015 00:51:21 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.107.134.2 with SMTP id i2mr6078378iod.42.1422607881462; Fri, 30 Jan 2015 00:51:21 -0800 (PST) Received: by 10.36.6.144 with HTTP; Fri, 30 Jan 2015 00:51:21 -0800 (PST) Date: Fri, 30 Jan 2015 09:12:00 -0000 Message-ID: Subject: Which piece of code handle the history of commands From: fei ding To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00084.txt.bz2 Hey, guys: Is there anyone familiar with the code of handling history of commands, I want to get the commands which user input in my code when modifying gdb.Thanks. BR.