From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21306 invoked by alias); 18 Jun 2008 11:33:48 -0000 Received: (qmail 21293 invoked by uid 22791); 18 Jun 2008 11:33:47 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Jun 2008 11:33:29 +0000 Received: (qmail 25508 invoked from network); 18 Jun 2008 11:33:27 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Jun 2008 11:33:27 -0000 From: Vladimir Prus To: gdb@sources.redhat.com Subject: User-defined commands and thread/frame changes Date: Wed, 18 Jun 2008 11:33:00 -0000 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806181533.22276.vladimir@codesourcery.com> 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: 2008-06/txt/msg00177.txt.bz2 We were discussion some issues with GDB console behaviour on Eclipse DSF list, and I've realized I miss one bit of information. Does anybody know of some concrete examples of reasonable user-defined commands that can change the current thread or frame? Thanks, Volodya