From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10782 invoked by alias); 6 Nov 2011 09:47:37 -0000 Received: (qmail 10773 invoked by uid 22791); 6 Nov 2011 09:47:36 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Nov 2011 09:47:19 +0000 Received: by iaae16 with SMTP id e16so3807145iaa.0 for ; Sun, 06 Nov 2011 01:47:19 -0800 (PST) Received: by 10.231.0.221 with SMTP id 29mr1909169ibc.75.1320572839086; Sun, 06 Nov 2011 01:47:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.195.76 with HTTP; Sun, 6 Nov 2011 01:46:58 -0800 (PST) From: phoeagon Date: Sun, 06 Nov 2011 09:47:00 -0000 Message-ID: Subject: Call function but step by step? To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-11/txt/msg00040.txt.bz2 eh, i wonder if this feature exists or if it's appropriate to add. that is to call a function explicitly (just like "call func" command) but instead of executing the function all at once, the cursor stops at the entry (as if the function is called at the point and we used step in to trace into it) and wait for further commands (which can be, say, step or next, which is very useful)... Cheers.