From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5664 invoked by alias); 19 Sep 2007 14:23:12 -0000 Received: (qmail 5628 invoked by uid 22791); 19 Sep 2007 14:23:12 -0000 X-Spam-Check-By: sourceware.org Received: from 37.210.forpsi.net (HELO debian.softinengines.com) (81.2.210.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Sep 2007 14:23:06 +0000 Received: from lyzard (unknown [147.175.3.227]) by debian.softinengines.com (Postfix) with ESMTP id 044421973AD for ; Wed, 19 Sep 2007 16:21:14 +0200 (CEST) Reply-To: From: "Peter Skvarka" To: Subject: RE: RMT ERROR : failed to get remote thread list Date: Wed, 19 Sep 2007 14:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20070919132008.GA29463@caradoc.them.org> Message-Id: <20070919142115.044421973AD@debian.softinengines.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: 2007-09/txt/msg00151.txt.bz2 I need to run "info threads" dgb command to see address of text section for some running executable. Does not exist some other way how to determine address of text section of loaded executable ? "info threads" is in gdb only way I know, but I dont know gdb very good. Thanks ! Peter -----Original Message----- From: Daniel Jacobowitz [mailto:drow@false.org] Sent: Wednesday, September 19, 2007 3:20 PM To: Peter Skvarka Cc: gdb@sourceware.org Subject: Re: RMT ERROR : failed to get remote thread list 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