public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
To: gdb-patches@sourceware.org
Cc: simark@simark.ca
Subject: [PATCH v2 0/3] Handling multiple JITers
Date: Tue, 16 Jun 2020 11:49:42 +0200	[thread overview]
Message-ID: <cover.1592299502.git.tankut.baris.aktemur@intel.com> (raw)

Hi,

This is v2 of the series originally submitted at

  https://sourceware.org/pipermail/gdb-patches/2020-May/168959.html

The updates in this revision are as follows:

1. I attempted to address Simon's comments on v1.

2. A separate patch has been added to make 'jit_even_handler' to take
   the JITer objfile as an argument (patch #1).

3. A separate patch has been added to convert two functions' return types
   from 'int' to 'bool' (patch #2).

4. Patch #1 and #2 in v1 have been merged into a single patch (#3 in v2).
   Because of the update mentioned in item (2) above, I don't think it's
   necessary to do a split.

Regards.
Baris


Tankut Baris Aktemur (3):
  gdb/jit: pass the jiter objfile as an argument to jit_event_handler
  gdb/jit: return bool in jit_breakpoint_re_set_internal and
    jit_read_descriptor
  gdb/jit: enable tracking multiple jitter objfiles

 gdb/breakpoint.c                             |   3 +-
 gdb/jit.c                                    | 205 +++++++++++--------
 gdb/jit.h                                    |   4 +-
 gdb/testsuite/gdb.base/jit-reader-simple.exp |  43 +++-
 4 files changed, 167 insertions(+), 88 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-06-16  9:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16  9:49 Tankut Baris Aktemur [this message]
2020-06-16  9:49 ` [PATCH v2 1/3] gdb/jit: pass the jiter objfile as an argument to jit_event_handler Tankut Baris Aktemur
2020-06-16  9:49 ` [PATCH v2 2/3] gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptor Tankut Baris Aktemur
2020-06-21  3:43   ` Simon Marchi
2020-06-22 12:05     ` Aktemur, Tankut Baris
2020-06-16  9:49 ` [PATCH v2 3/3] gdb/jit: enable tracking multiple jitter objfiles Tankut Baris Aktemur
2020-06-21  3:32   ` Simon Marchi
2020-06-22 16:28     ` Pedro Alves
2020-06-22 16:39       ` Simon Marchi
2020-06-22 16:53         ` Aktemur, Tankut Baris
2020-06-22 17:00           ` Simon Marchi
2020-06-23  8:16             ` Aktemur, Tankut Baris
2020-06-22 16:53         ` Pedro Alves
2020-06-22 16:52     ` Aktemur, Tankut Baris
2020-06-30  8:17     ` Aktemur, Tankut Baris
2020-07-03  2:19       ` Simon Marchi
2020-07-03  7:29         ` Aktemur, Tankut Baris

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=cover.1592299502.git.tankut.baris.aktemur@intel.com \
    --to=tankut.baris.aktemur@intel.com \
    --cc=gdb-patches@sourceware.org \
    --cc=simark@simark.ca \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).