From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10793 invoked by alias); 18 Jan 2008 10:31:18 -0000 Received: (qmail 10780 invoked by uid 22791); 18 Jan 2008 10:31:17 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Jan 2008 10:30:50 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JFoUq-0008Fm-QC for gdb@sourceware.org; Fri, 18 Jan 2008 02:30:48 -0800 Message-ID: <14948068.post@talk.nabble.com> Date: Fri, 18 Jan 2008 10:31:00 -0000 From: Guillaume MENANT To: gdb@sourceware.org Subject: Problem using GDB and Eclipse with my stub MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: guillaume.menant@geensys.com 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: 2008-01/txt/msg00165.txt.bz2 I'm making a new topic because I had a problem in the last one (i've edited my message but it hasn't been seen by mailing list users) I'm working on the GDB startup management in my stub. The log of the sent commands is the following : GDB -> (command sent by GDB through Eclipse) Wrapper reply -> (reply from my stub to GDB) GDB -> $Hc-1# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# GDB -> $qC# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# GDB -> $qOffsets# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# GDB -> $?# Wrapper reply -> $+# Call ? method Sending stop reply Wrapper reply -> $S12#B6 GDB -> $+# GDB -> $Hg0# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# GDB -> $p44# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# GDB -> $g# Wrapper reply -> $+# Call g command method Wrapper reply -> $000074A3400010544000105440001054400010544000105440001054400010540001C4A9400010544000105440001054400010544000105440001054400010540003137F400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105440001054400010544000105400000000009000E60000000240000000400012584A71AA200000404000000000#52 GDB -> $+# GDB -> $!# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# GDB -> $qSymbol::# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# GDB -> $k# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $k# Wrapper reply -> $+# Call unsupported or unrecognized command method Wrapper reply -> $#00 GDB -> $+# Deleting socket. And here is the log received in Eclipse (send by GDB I think) : 0x40001258 in ?? () In Extended remote serial target in gdb-specific protocol, #0 0x40001258 in ?? () target extended-remote localhost:3000 load Invalid download offset: Eclipse/Blink/blink_ram_noflush. info remote-process Undefined info command: "remote-process". Try "help info". mi_cmd_env_cd: Usage DIRECTORY kill 1- The first line 0x40001258 in ?? () correspond to the value of the PC sent in the g command reply, but then I don't know what does GDB makes. Can you help me ? 2 - Moreover, at the end of this exchange, GDB closes the TCP/IP socket ? Why ? Thanks a lot for your answers which will be very usefull to me :) -- View this message in context: http://www.nabble.com/Problem-using-GDB--and-Eclipse-with-my-stub-tp14948068p14948068.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.