Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: Sanjoy Das <sanjoy@playingwithpointers.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 1/7] Introduce header (jit-reader.h.in) and modify build system.
Date: Wed, 10 Aug 2011 20:57:00 -0000	[thread overview]
Message-ID: <m3y5z1nfxz.fsf@fleche.redhat.com> (raw)
In-Reply-To: <1312903509-25132-2-git-send-email-sanjoy@playingwithpointers.com>	(Sanjoy Das's message of "Tue, 9 Aug 2011 20:55:03 +0530")

>>>>> "Sanjoy" == Sanjoy Das <sanjoy@playingwithpointers.com> writes:

Sanjoy> jit-reader.h.in will host the interface to be implemented and the API
Sanjoy> to be used by the reader. The file needs to be processed by
Sanjoy> ./configure to produce `jit.reader.h'; so that GDB_CORE_ADDR is
Sanjoy> defined correctly.

This looks pretty good.

Sanjoy> +	-DLOCALEDIR="\"$(localedir)\"" $(DEFS) -DLIBDIR="\"@libdir@\""

I want to note that LIBDIR should be relocated at runtime.

Sanjoy> +#define GDB_DECLARE_GPL_COMPATIBLE_READER       \
Sanjoy> +  extern "C" {                                  \
Sanjoy> +  extern int plugin_is_GPL_compatible (void)    \
Sanjoy> +  {                                             \
Sanjoy> +    return 0;                                   \
Sanjoy> +  }                                             \
Sanjoy> +  }

This define isn't ok, because the including source code might be C.
You can just make two separate defines, one for C and one for C++.

Sanjoy> +struct gdb_reader_funcs
Sanjoy> +{
Sanjoy> +  gdb_read_debug_info *read;
Sanjoy> +  gdb_unwind_frame *unwind;
Sanjoy> +  gdb_get_frame_id *get_frame_id;
Sanjoy> +  gdb_destroy_reader *destroy;
Sanjoy> +  /* Must be set to GDB_READER_INTERFACE_VERSION */
Sanjoy> +  int reader_version;

Put the version first.  That gives maximum freedom for rearranging the
structure in future versions.

Tom


  parent reply	other threads:[~2011-08-10 20:57 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09 15:21 [PATCH] JIT debug info Reader Sanjoy Das
2011-08-09 15:21 ` [PATCH 3/7] New commands for loading and unloading a reader Sanjoy Das
2011-08-12 20:58   ` Tom Tromey
2011-08-09 15:21 ` [PATCH 1/7] Introduce header (jit-reader.h.in) and modify build system Sanjoy Das
2011-08-09 15:40   ` Eli Zaretskii
2011-08-09 15:43     ` Sanjoy Das
2011-08-09 15:53       ` Eli Zaretskii
2011-08-20 17:17     ` Jan Kratochvil
2011-08-20 17:31       ` Eli Zaretskii
2011-08-20 17:42         ` Jan Kratochvil
2011-08-20 17:52           ` Eli Zaretskii
2011-08-10 20:57   ` Tom Tromey [this message]
2011-08-09 15:21 ` [PATCH 4/7] Use the loaded reader Sanjoy Das
2011-08-15 20:21   ` Tom Tromey
2011-08-09 15:21 ` [PATCH 5/7] Add a proxy unwinder Sanjoy Das
2011-08-15 20:38   ` Tom Tromey
2011-08-20  6:26     ` Sanjoy Das
2011-08-09 15:21 ` [PATCH 2/7] Add platform agnostic dynamic loading code Sanjoy Das
2011-08-10 21:01   ` Tom Tromey
2011-08-09 15:21 ` [PATCH 6/7] Register the proxy unwinder Sanjoy Das
2011-08-12 21:07   ` Tom Tromey
2011-08-09 15:21 ` [PATCH 7/7] Add documentation Sanjoy Das
2011-08-09 15:51   ` Eli Zaretskii

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=m3y5z1nfxz.fsf@fleche.redhat.com \
    --to=tromey@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=sanjoy@playingwithpointers.com \
    /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