From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27910 invoked by alias); 23 Jan 2008 14:05:19 -0000 Received: (qmail 27891 invoked by uid 22791); 23 Jan 2008 14:05: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; Wed, 23 Jan 2008 14:04:47 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JHgDd-0005z5-JG for gdb@sourceware.org; Wed, 23 Jan 2008 06:04:45 -0800 Message-ID: <15042357.post@talk.nabble.com> Date: Wed, 23 Jan 2008 14:05:00 -0000 From: Guillaume MENANT To: gdb@sourceware.org Subject: Data order in GDB commands 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/msg00229.txt.bz2 I'm wondering what is the order of the data in the GDB commands like (G, g, m, M...) If i receive G0022f600... What should I write in my register ? 0x0022F600 or 0x00F62200 or something else ? Thanks a lot for your answers :) -- View this message in context: http://www.nabble.com/Data-order-in-GDB-commands-tp15042357p15042357.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.