From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22761 invoked by alias); 19 Sep 2007 13:20:17 -0000 Received: (qmail 22748 invoked by uid 22791); 19 Sep 2007 13:20:16 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Sep 2007 13:20:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5461098298; Wed, 19 Sep 2007 13:20:09 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 367F698152; Wed, 19 Sep 2007 13:20:09 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IXzTM-0007he-G6; Wed, 19 Sep 2007 09:20:08 -0400 Date: Wed, 19 Sep 2007 13:31:00 -0000 From: Daniel Jacobowitz To: Peter Skvarka Cc: gdb@sourceware.org Subject: Re: RMT ERROR : failed to get remote thread list Message-ID: <20070919132008.GA29463@caradoc.them.org> Mail-Followup-To: Peter Skvarka , gdb@sourceware.org References: <20070919124417.0659E1973AD@debian.softinengines.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070919124417.0659E1973AD@debian.softinengines.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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-09/txt/msg00148.txt.bz2 On Wed, Sep 19, 2007 at 02:46:00PM +0200, Peter Skvarka wrote: > I use arm-elf-insight version 6.6 and after success connect into OpenOCD > with JTAG, > I am trying to issue in gdb console: > "info threads" If you are using a JTAG device to talk to your target, it probably does not support threads. However, it looks like it is not correctly reporting that it does not support threads. > after it there is displayed two dialog boxes: > "RMT ERROR : failed to get remote thread list" > and > "couldn't restore frame in current thread, at frame 0" > > What does it mean this error ? How can I correct it ? Compare the remote protocol manual with what OpenOCD is doing, and change OpenOCD's behavior to correctly report unsupported commands. -- Daniel Jacobowitz CodeSourcery