Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: "Eran Ifrah" <eran.ifrah@gmail.com>
Cc: gdb@sourceware.org
Subject: Re: GDB MI - differences in -var-create output
Date: Sat, 02 Aug 2008 07:57:00 -0000	[thread overview]
Message-ID: <18580.4911.596091.290265@kahikatea.snap.net.nz> (raw)
In-Reply-To: <d557d0790808020032u17cda74k7b25c7dc383bae0a@mail.gmail.com>

 > I have developed a GDB plugin for my IDE using the GDB Machine Interface.
 > 
 > I have tested the plugin under Linux and Windows and it seems to
 > function very good. However, under Mac OSX (10.5.2) (it works well,
 > but only after I tweaked my GDB MI output parser a bit) the GDB MI
 > output is a bit difference than the other OSs, for example, running
 > this command:
 > 
 > -var-create - * <expression>
 > under Linux & Windows, provides the same output like this:
 > ^done,name="var2",numchild="1",value="{...}",type="orxAABOX"
 > 
 > However, under Mac I get this:
 > ^done,name="var2",numchild="1",type="orxAABOX"
 > 
 > Note the missing 'value={...}' part.

Apple have their own version of GDB which they use for Xcode.  Their info
manual documents some (but not all) of the differences with FSF GDB.

 > My question is this: is this a bug or by design, cause I hate leaving
 > parts of my code under #if __MAC__ / #endif

It's not exactly design as I think Apple merge in some changes from the FSF
repository.  It's just that the two versions have diverged somewhat.


-- 
Nick                                           http://www.inet.net.nz/~nickrob


      reply	other threads:[~2008-08-02  7:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <d557d0790808020028u155860b3k90bd8a793a804452@mail.gmail.com>
2008-08-02  7:33 ` Eran Ifrah
2008-08-02  7:57   ` Nick Roberts [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18580.4911.596091.290265@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=eran.ifrah@gmail.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox