[PATCH v2 0/3] Handling multiple JITers

Tankut Baris Aktemur tankut.baris.aktemur@intel.com
Tue Jun 16 09:49:42 GMT 2020


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



More information about the Gdb-patches mailing list