From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104633 invoked by alias); 30 Mar 2015 14:39:46 -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 104616 invoked by uid 89); 30 Mar 2015 14:39:45 -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_40,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Mar 2015 14:39:44 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NM1001004KVKN00@a-mtaout20.012.net.il> for gdb@sourceware.org; Mon, 30 Mar 2015 17:38:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NM10010Z4O9FQ60@a-mtaout20.012.net.il>; Mon, 30 Mar 2015 17:38:38 +0300 (IDT) Date: Mon, 30 Mar 2015 14:39:00 -0000 From: Eli Zaretskii Subject: Re: Does GDB has 'quiet mode', and does GDB has APIs for writing log In-reply-to: To: Fei Ding Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83d23qzh2c.fsf@gnu.org> References: X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00113.txt.bz2 > Date: Mon, 30 Mar 2015 15:33:26 +0800 > From: Fei Ding > > I've modified GDB to support set breakpoints automatically according > to a file containing all the EIP/RIP address that will be checked (a > litter bit like `gdb -x file` command). But, the amount of breakpoints > is too large, at least 10000, so I do not want to get any output like > `Breakpoint 1, fun2 () at main.c:35` on my screen, I want GDB to be > quiet at this time. Does GDB has something like `quiet mode`? Or, can > I redirect these hints into a file? Is the "silent" command what you are looking for?