public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PING] [PATCH v7 00/10] Extensions for PTWRITE
@ 2022-11-17  9:18 Willgerodt, Felix
  2022-11-30  8:40 ` Willgerodt, Felix
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2022-11-17  9:18 UTC (permalink / raw)
  To: gdb-patches

*Ping* v2

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Mittwoch, 9. November 2022 14:16
> To: gdb-patches@sourceware.org
> Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping*
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > Sent: Freitag, 21. Oktober 2022 14:00
> > To: gdb-patches@sourceware.org; Metzger, Markus T
> > <markus.t.metzger@intel.com>
> > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> >
> > Eli already approved the documentation parts.
> > Markus reviewed every patch and approved the btrace bits.
> > The only thing that is missing is a global maintainers approval for
> > the Python bits.
> >
> > Compared to v6 I only addressed the nits that Eli and Markus pointed out.
> >
> > The older revisions can be found here:
> > V1: https://sourceware.org/pipermail/gdb-patches/2019-May/157933.html
> > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> June/179908.html
> > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> June/180035.html
> > v4: https://sourceware.org/pipermail/gdb-patches/2022-May/188772.html
> > v5: https://sourceware.org/pipermail/gdb-patches/2022-June/190236.html
> > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > September/191866.html
> >
> > Thanks,
> > Felix
> >
> > Felix Willgerodt (10):
> >   btrace: Introduce auxiliary instructions.
> >   btrace: Enable auxiliary instructions in record instruction-history.
> >   btrace: Enable auxiliary instructions in record function-call-history.
> >   btrace: Handle stepping and goto for auxiliary instructions.
> >   python: Introduce gdb.RecordAuxiliary class.
> >   python: Add clear() to gdb.Record.
> >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> >   btrace, linux: Enable ptwrite packets.
> >   btrace, python: Enable ptwrite filter registration.
> >   btrace: Extend ptwrite event decoding.
> >
> >  gdb/NEWS                                      |   7 +
> >  gdb/btrace.c                                  |  68 ++-
> >  gdb/btrace.h                                  |  38 +-
> >  gdb/config.in                                 |   3 +
> >  gdb/configure                                 |  11 +
> >  gdb/data-directory/Makefile.in                |   1 +
> >  gdb/disasm-flags.h                            |   1 +
> >  gdb/doc/gdb.texinfo                           |  32 +-
> >  gdb/doc/python.texi                           | 168 ++++++
> >  gdb/extension-priv.h                          |   5 +
> >  gdb/extension.c                               |  13 +
> >  gdb/extension.h                               |   3 +
> >  gdb/features/btrace-conf.dtd                  |   1 +
> >  gdb/guile/guile.c                             |   1 +
> >  gdb/nat/linux-btrace.c                        |  29 +
> >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> >  gdb/python/py-record-btrace.c                 | 136 ++++-
> >  gdb/python/py-record-btrace.h                 |  11 +
> >  gdb/python/py-record.c                        |  89 ++-
> >  gdb/python/py-record.h                        |   3 +
> >  gdb/python/python-internal.h                  |   3 +
> >  gdb/python/python.c                           |   2 +
> >  gdb/record-btrace.c                           | 107 +++-
> >  gdb/record.c                                  |  10 +
> >  gdb/record.h                                  |   5 +-
> >  gdb/remote.c                                  |  30 +
> >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550 ++++++++++++++++++
> >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544 +++++++++++++++++
> >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> >  gdbserver/linux-low.cc                        |   2 +
> >  gdbserver/server.cc                           |  18 +
> >  gdbsupport/btrace-common.h                    |   6 +
> >  gdbsupport/common.m4                          |   2 +
> >  gdbsupport/config.in                          |   3 +
> >  gdbsupport/configure                          |  11 +
> >  38 files changed, 2286 insertions(+), 35 deletions(-)
> >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-ptwrite.S
> >
> > --
> > 2.34.3

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
@ 2022-11-30  8:40 ` Willgerodt, Felix
  2022-12-07  8:45 ` Willgerodt, Felix
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2022-11-30  8:40 UTC (permalink / raw)
  To: Willgerodt, Felix, gdb-patches

*Ping* v3

Thanks,
Felix

> -----Original Message-----
> From: Gdb-patches <gdb-patches-
> bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> Willgerodt, Felix via Gdb-patches
> Sent: Donnerstag, 17. November 2022 10:19
> To: gdb-patches@sourceware.org
> Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v2
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Mittwoch, 9. November 2022 14:16
> > To: gdb-patches@sourceware.org
> > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping*
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > Sent: Freitag, 21. Oktober 2022 14:00
> > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > <markus.t.metzger@intel.com>
> > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > Eli already approved the documentation parts.
> > > Markus reviewed every patch and approved the btrace bits.
> > > The only thing that is missing is a global maintainers approval for
> > > the Python bits.
> > >
> > > Compared to v6 I only addressed the nits that Eli and Markus pointed out.
> > >
> > > The older revisions can be found here:
> > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> May/157933.html
> > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > June/179908.html
> > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > June/180035.html
> > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> May/188772.html
> > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> June/190236.html
> > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > September/191866.html
> > >
> > > Thanks,
> > > Felix
> > >
> > > Felix Willgerodt (10):
> > >   btrace: Introduce auxiliary instructions.
> > >   btrace: Enable auxiliary instructions in record instruction-history.
> > >   btrace: Enable auxiliary instructions in record function-call-history.
> > >   btrace: Handle stepping and goto for auxiliary instructions.
> > >   python: Introduce gdb.RecordAuxiliary class.
> > >   python: Add clear() to gdb.Record.
> > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > >   btrace, linux: Enable ptwrite packets.
> > >   btrace, python: Enable ptwrite filter registration.
> > >   btrace: Extend ptwrite event decoding.
> > >
> > >  gdb/NEWS                                      |   7 +
> > >  gdb/btrace.c                                  |  68 ++-
> > >  gdb/btrace.h                                  |  38 +-
> > >  gdb/config.in                                 |   3 +
> > >  gdb/configure                                 |  11 +
> > >  gdb/data-directory/Makefile.in                |   1 +
> > >  gdb/disasm-flags.h                            |   1 +
> > >  gdb/doc/gdb.texinfo                           |  32 +-
> > >  gdb/doc/python.texi                           | 168 ++++++
> > >  gdb/extension-priv.h                          |   5 +
> > >  gdb/extension.c                               |  13 +
> > >  gdb/extension.h                               |   3 +
> > >  gdb/features/btrace-conf.dtd                  |   1 +
> > >  gdb/guile/guile.c                             |   1 +
> > >  gdb/nat/linux-btrace.c                        |  29 +
> > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > >  gdb/python/py-record-btrace.h                 |  11 +
> > >  gdb/python/py-record.c                        |  89 ++-
> > >  gdb/python/py-record.h                        |   3 +
> > >  gdb/python/python-internal.h                  |   3 +
> > >  gdb/python/python.c                           |   2 +
> > >  gdb/record-btrace.c                           | 107 +++-
> > >  gdb/record.c                                  |  10 +
> > >  gdb/record.h                                  |   5 +-
> > >  gdb/remote.c                                  |  30 +
> > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550 ++++++++++++++++++
> > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> +++++++++++++++++
> > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > >  gdbserver/linux-low.cc                        |   2 +
> > >  gdbserver/server.cc                           |  18 +
> > >  gdbsupport/btrace-common.h                    |   6 +
> > >  gdbsupport/common.m4                          |   2 +
> > >  gdbsupport/config.in                          |   3 +
> > >  gdbsupport/configure                          |  11 +
> > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-ptwrite.S
> > >
> > > --
> > > 2.34.3
> 
> Intel Deutschland GmbH
> Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> Chairperson of the Supervisory Board: Nicole Lau
> Registered Office: Munich
> Commercial Register: Amtsgericht Muenchen HRB 186928
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
  2022-11-30  8:40 ` Willgerodt, Felix
@ 2022-12-07  8:45 ` Willgerodt, Felix
  2022-12-14 13:23 ` Willgerodt, Felix
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2022-12-07  8:45 UTC (permalink / raw)
  To: gdb-patches

*Ping* v4

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Mittwoch, 30. November 2022 09:40
> To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> patches@sourceware.org
> Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v3
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Gdb-patches <gdb-patches-
> > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> > Willgerodt, Felix via Gdb-patches
> > Sent: Donnerstag, 17. November 2022 10:19
> > To: gdb-patches@sourceware.org
> > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v2
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix
> > > Sent: Mittwoch, 9. November 2022 14:16
> > > To: gdb-patches@sourceware.org
> > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping*
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > <markus.t.metzger@intel.com>
> > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > Eli already approved the documentation parts.
> > > > Markus reviewed every patch and approved the btrace bits.
> > > > The only thing that is missing is a global maintainers approval for
> > > > the Python bits.
> > > >
> > > > Compared to v6 I only addressed the nits that Eli and Markus pointed
> out.
> > > >
> > > > The older revisions can be found here:
> > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > May/157933.html
> > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > June/179908.html
> > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > June/180035.html
> > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > May/188772.html
> > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > June/190236.html
> > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > September/191866.html
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > Felix Willgerodt (10):
> > > >   btrace: Introduce auxiliary instructions.
> > > >   btrace: Enable auxiliary instructions in record instruction-history.
> > > >   btrace: Enable auxiliary instructions in record function-call-history.
> > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > >   python: Introduce gdb.RecordAuxiliary class.
> > > >   python: Add clear() to gdb.Record.
> > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > >   btrace, linux: Enable ptwrite packets.
> > > >   btrace, python: Enable ptwrite filter registration.
> > > >   btrace: Extend ptwrite event decoding.
> > > >
> > > >  gdb/NEWS                                      |   7 +
> > > >  gdb/btrace.c                                  |  68 ++-
> > > >  gdb/btrace.h                                  |  38 +-
> > > >  gdb/config.in                                 |   3 +
> > > >  gdb/configure                                 |  11 +
> > > >  gdb/data-directory/Makefile.in                |   1 +
> > > >  gdb/disasm-flags.h                            |   1 +
> > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > >  gdb/doc/python.texi                           | 168 ++++++
> > > >  gdb/extension-priv.h                          |   5 +
> > > >  gdb/extension.c                               |  13 +
> > > >  gdb/extension.h                               |   3 +
> > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > >  gdb/guile/guile.c                             |   1 +
> > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > >  gdb/python/py-record.c                        |  89 ++-
> > > >  gdb/python/py-record.h                        |   3 +
> > > >  gdb/python/python-internal.h                  |   3 +
> > > >  gdb/python/python.c                           |   2 +
> > > >  gdb/record-btrace.c                           | 107 +++-
> > > >  gdb/record.c                                  |  10 +
> > > >  gdb/record.h                                  |   5 +-
> > > >  gdb/remote.c                                  |  30 +
> > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> ++++++++++++++++++
> > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > +++++++++++++++++
> > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > >  gdbserver/linux-low.cc                        |   2 +
> > > >  gdbserver/server.cc                           |  18 +
> > > >  gdbsupport/btrace-common.h                    |   6 +
> > > >  gdbsupport/common.m4                          |   2 +
> > > >  gdbsupport/config.in                          |   3 +
> > > >  gdbsupport/configure                          |  11 +
> > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-ptwrite.S
> > > >
> > > > --
> > > > 2.34.3
> >
> > Intel Deutschland GmbH
> > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> > Chairperson of the Supervisory Board: Nicole Lau
> > Registered Office: Munich
> > Commercial Register: Amtsgericht Muenchen HRB 186928
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
  2022-11-30  8:40 ` Willgerodt, Felix
  2022-12-07  8:45 ` Willgerodt, Felix
@ 2022-12-14 13:23 ` Willgerodt, Felix
  2023-01-09 12:21 ` Willgerodt, Felix
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2022-12-14 13:23 UTC (permalink / raw)
  To: gdb-patches

*Ping* v5

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Mittwoch, 7. Dezember 2022 09:45
> To: gdb-patches@sourceware.org
> Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v4
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Mittwoch, 30. November 2022 09:40
> > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > patches@sourceware.org
> > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v3
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Gdb-patches <gdb-patches-
> > > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> > > Willgerodt, Felix via Gdb-patches
> > > Sent: Donnerstag, 17. November 2022 10:19
> > > To: gdb-patches@sourceware.org
> > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v2
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix
> > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > To: gdb-patches@sourceware.org
> > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping*
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > <markus.t.metzger@intel.com>
> > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > Eli already approved the documentation parts.
> > > > > Markus reviewed every patch and approved the btrace bits.
> > > > > The only thing that is missing is a global maintainers approval for
> > > > > the Python bits.
> > > > >
> > > > > Compared to v6 I only addressed the nits that Eli and Markus pointed
> > out.
> > > > >
> > > > > The older revisions can be found here:
> > > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > > May/157933.html
> > > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > June/179908.html
> > > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > June/180035.html
> > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > May/188772.html
> > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > June/190236.html
> > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > September/191866.html
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > Felix Willgerodt (10):
> > > > >   btrace: Introduce auxiliary instructions.
> > > > >   btrace: Enable auxiliary instructions in record instruction-history.
> > > > >   btrace: Enable auxiliary instructions in record function-call-history.
> > > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > >   python: Add clear() to gdb.Record.
> > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > >   btrace, linux: Enable ptwrite packets.
> > > > >   btrace, python: Enable ptwrite filter registration.
> > > > >   btrace: Extend ptwrite event decoding.
> > > > >
> > > > >  gdb/NEWS                                      |   7 +
> > > > >  gdb/btrace.c                                  |  68 ++-
> > > > >  gdb/btrace.h                                  |  38 +-
> > > > >  gdb/config.in                                 |   3 +
> > > > >  gdb/configure                                 |  11 +
> > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > >  gdb/disasm-flags.h                            |   1 +
> > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > >  gdb/extension-priv.h                          |   5 +
> > > > >  gdb/extension.c                               |  13 +
> > > > >  gdb/extension.h                               |   3 +
> > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > >  gdb/guile/guile.c                             |   1 +
> > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > >  gdb/python/py-record.h                        |   3 +
> > > > >  gdb/python/python-internal.h                  |   3 +
> > > > >  gdb/python/python.c                           |   2 +
> > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > >  gdb/record.c                                  |  10 +
> > > > >  gdb/record.h                                  |   5 +-
> > > > >  gdb/remote.c                                  |  30 +
> > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > ++++++++++++++++++
> > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > +++++++++++++++++
> > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > >  gdbserver/server.cc                           |  18 +
> > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > >  gdbsupport/common.m4                          |   2 +
> > > > >  gdbsupport/config.in                          |   3 +
> > > > >  gdbsupport/configure                          |  11 +
> > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-ptwrite.S
> > > > >
> > > > > --
> > > > > 2.34.3
> > >
> > > Intel Deutschland GmbH
> > > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> > > Chairperson of the Supervisory Board: Nicole Lau
> > > Registered Office: Munich
> > > Commercial Register: Amtsgericht Muenchen HRB 186928
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
                   ` (2 preceding siblings ...)
  2022-12-14 13:23 ` Willgerodt, Felix
@ 2023-01-09 12:21 ` Willgerodt, Felix
  2023-01-16  9:30 ` Willgerodt, Felix
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2023-01-09 12:21 UTC (permalink / raw)
  To: gdb-patches

*Ping* v6

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Mittwoch, 14. Dezember 2022 14:23
> To: gdb-patches@sourceware.org
> Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v5
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Mittwoch, 7. Dezember 2022 09:45
> > To: gdb-patches@sourceware.org
> > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v4
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix
> > > Sent: Mittwoch, 30. November 2022 09:40
> > > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > > patches@sourceware.org
> > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v3
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Gdb-patches <gdb-patches-
> > > > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> > > > Willgerodt, Felix via Gdb-patches
> > > > Sent: Donnerstag, 17. November 2022 10:19
> > > > To: gdb-patches@sourceware.org
> > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping* v2
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Willgerodt, Felix
> > > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > > To: gdb-patches@sourceware.org
> > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > *Ping*
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > > <markus.t.metzger@intel.com>
> > > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > > >
> > > > > > Eli already approved the documentation parts.
> > > > > > Markus reviewed every patch and approved the btrace bits.
> > > > > > The only thing that is missing is a global maintainers approval for
> > > > > > the Python bits.
> > > > > >
> > > > > > Compared to v6 I only addressed the nits that Eli and Markus
> pointed
> > > out.
> > > > > >
> > > > > > The older revisions can be found here:
> > > > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > > > May/157933.html
> > > > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > June/179908.html
> > > > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > June/180035.html
> > > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > May/188772.html
> > > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > June/190236.html
> > > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > September/191866.html
> > > > > >
> > > > > > Thanks,
> > > > > > Felix
> > > > > >
> > > > > > Felix Willgerodt (10):
> > > > > >   btrace: Introduce auxiliary instructions.
> > > > > >   btrace: Enable auxiliary instructions in record instruction-history.
> > > > > >   btrace: Enable auxiliary instructions in record function-call-history.
> > > > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > > >   python: Add clear() to gdb.Record.
> > > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > > >   btrace, linux: Enable ptwrite packets.
> > > > > >   btrace, python: Enable ptwrite filter registration.
> > > > > >   btrace: Extend ptwrite event decoding.
> > > > > >
> > > > > >  gdb/NEWS                                      |   7 +
> > > > > >  gdb/btrace.c                                  |  68 ++-
> > > > > >  gdb/btrace.h                                  |  38 +-
> > > > > >  gdb/config.in                                 |   3 +
> > > > > >  gdb/configure                                 |  11 +
> > > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > > >  gdb/disasm-flags.h                            |   1 +
> > > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > > >  gdb/extension-priv.h                          |   5 +
> > > > > >  gdb/extension.c                               |  13 +
> > > > > >  gdb/extension.h                               |   3 +
> > > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > > >  gdb/guile/guile.c                             |   1 +
> > > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > > >  gdb/python/py-record.h                        |   3 +
> > > > > >  gdb/python/python-internal.h                  |   3 +
> > > > > >  gdb/python/python.c                           |   2 +
> > > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > > >  gdb/record.c                                  |  10 +
> > > > > >  gdb/record.h                                  |   5 +-
> > > > > >  gdb/remote.c                                  |  30 +
> > > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > > ++++++++++++++++++
> > > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > > +++++++++++++++++
> > > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > > >  gdbserver/server.cc                           |  18 +
> > > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > > >  gdbsupport/common.m4                          |   2 +
> > > > > >  gdbsupport/config.in                          |   3 +
> > > > > >  gdbsupport/configure                          |  11 +
> > > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-ptwrite.S
> > > > > >
> > > > > > --
> > > > > > 2.34.3
> > > >
> > > > Intel Deutschland GmbH
> > > > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon
> Silva
> > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > Registered Office: Munich
> > > > Commercial Register: Amtsgericht Muenchen HRB 186928
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
                   ` (3 preceding siblings ...)
  2023-01-09 12:21 ` Willgerodt, Felix
@ 2023-01-16  9:30 ` Willgerodt, Felix
  2023-01-23 10:47 ` Willgerodt, Felix
  2023-01-30 13:07 ` Willgerodt, Felix
  6 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2023-01-16  9:30 UTC (permalink / raw)
  To: gdb-patches

*Ping* v7

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Montag, 9. Januar 2023 13:22
> To: gdb-patches@sourceware.org
> Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v6
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Mittwoch, 14. Dezember 2022 14:23
> > To: gdb-patches@sourceware.org
> > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v5
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix
> > > Sent: Mittwoch, 7. Dezember 2022 09:45
> > > To: gdb-patches@sourceware.org
> > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v4
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix
> > > > Sent: Mittwoch, 30. November 2022 09:40
> > > > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > > > patches@sourceware.org
> > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping* v3
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Gdb-patches <gdb-patches-
> > > > > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> > > > > Willgerodt, Felix via Gdb-patches
> > > > > Sent: Donnerstag, 17. November 2022 10:19
> > > > > To: gdb-patches@sourceware.org
> > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > *Ping* v2
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Willgerodt, Felix
> > > > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > > > To: gdb-patches@sourceware.org
> > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > >
> > > > > > *Ping*
> > > > > >
> > > > > > Thanks,
> > > > > > Felix
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > > > <markus.t.metzger@intel.com>
> > > > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > >
> > > > > > > Eli already approved the documentation parts.
> > > > > > > Markus reviewed every patch and approved the btrace bits.
> > > > > > > The only thing that is missing is a global maintainers approval for
> > > > > > > the Python bits.
> > > > > > >
> > > > > > > Compared to v6 I only addressed the nits that Eli and Markus
> > pointed
> > > > out.
> > > > > > >
> > > > > > > The older revisions can be found here:
> > > > > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > > > > May/157933.html
> > > > > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > June/179908.html
> > > > > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > June/180035.html
> > > > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > May/188772.html
> > > > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > June/190236.html
> > > > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > September/191866.html
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Felix
> > > > > > >
> > > > > > > Felix Willgerodt (10):
> > > > > > >   btrace: Introduce auxiliary instructions.
> > > > > > >   btrace: Enable auxiliary instructions in record instruction-history.
> > > > > > >   btrace: Enable auxiliary instructions in record function-call-
> history.
> > > > > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > > > >   python: Add clear() to gdb.Record.
> > > > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > > > >   btrace, linux: Enable ptwrite packets.
> > > > > > >   btrace, python: Enable ptwrite filter registration.
> > > > > > >   btrace: Extend ptwrite event decoding.
> > > > > > >
> > > > > > >  gdb/NEWS                                      |   7 +
> > > > > > >  gdb/btrace.c                                  |  68 ++-
> > > > > > >  gdb/btrace.h                                  |  38 +-
> > > > > > >  gdb/config.in                                 |   3 +
> > > > > > >  gdb/configure                                 |  11 +
> > > > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > > > >  gdb/disasm-flags.h                            |   1 +
> > > > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > > > >  gdb/extension-priv.h                          |   5 +
> > > > > > >  gdb/extension.c                               |  13 +
> > > > > > >  gdb/extension.h                               |   3 +
> > > > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > > > >  gdb/guile/guile.c                             |   1 +
> > > > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > > > >  gdb/python/py-record.h                        |   3 +
> > > > > > >  gdb/python/python-internal.h                  |   3 +
> > > > > > >  gdb/python/python.c                           |   2 +
> > > > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > > > >  gdb/record.c                                  |  10 +
> > > > > > >  gdb/record.h                                  |   5 +-
> > > > > > >  gdb/remote.c                                  |  30 +
> > > > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > > > ++++++++++++++++++
> > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > > > +++++++++++++++++
> > > > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > > > >  gdbserver/server.cc                           |  18 +
> > > > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > > > >  gdbsupport/common.m4                          |   2 +
> > > > > > >  gdbsupport/config.in                          |   3 +
> > > > > > >  gdbsupport/configure                          |  11 +
> > > > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-ptwrite.S
> > > > > > >
> > > > > > > --
> > > > > > > 2.34.3
> > > > >
> > > > > Intel Deutschland GmbH
> > > > > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon
> > Silva
> > > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > > Registered Office: Munich
> > > > > Commercial Register: Amtsgericht Muenchen HRB 186928
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
                   ` (4 preceding siblings ...)
  2023-01-16  9:30 ` Willgerodt, Felix
@ 2023-01-23 10:47 ` Willgerodt, Felix
  2023-01-30 13:07 ` Willgerodt, Felix
  6 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2023-01-23 10:47 UTC (permalink / raw)
  To: gdb-patches

*Ping* v8

For convenience: https://sourceware.org/pipermail/gdb-patches/2022-October/192946.html

This is mostly approved, it just needs someone to look at the python parts.

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Montag, 16. Januar 2023 10:30
> To: gdb-patches@sourceware.org
> Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v7
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Montag, 9. Januar 2023 13:22
> > To: gdb-patches@sourceware.org
> > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v6
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix
> > > Sent: Mittwoch, 14. Dezember 2022 14:23
> > > To: gdb-patches@sourceware.org
> > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v5
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix
> > > > Sent: Mittwoch, 7. Dezember 2022 09:45
> > > > To: gdb-patches@sourceware.org
> > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping* v4
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Willgerodt, Felix
> > > > > Sent: Mittwoch, 30. November 2022 09:40
> > > > > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > > > > patches@sourceware.org
> > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > *Ping* v3
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Gdb-patches <gdb-patches-
> > > > > > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> > > > > > Willgerodt, Felix via Gdb-patches
> > > > > > Sent: Donnerstag, 17. November 2022 10:19
> > > > > > To: gdb-patches@sourceware.org
> > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > >
> > > > > > *Ping* v2
> > > > > >
> > > > > > Thanks,
> > > > > > Felix
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Willgerodt, Felix
> > > > > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > > > > To: gdb-patches@sourceware.org
> > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > >
> > > > > > > *Ping*
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Felix
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > > > > <markus.t.metzger@intel.com>
> > > > > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > >
> > > > > > > > Eli already approved the documentation parts.
> > > > > > > > Markus reviewed every patch and approved the btrace bits.
> > > > > > > > The only thing that is missing is a global maintainers approval for
> > > > > > > > the Python bits.
> > > > > > > >
> > > > > > > > Compared to v6 I only addressed the nits that Eli and Markus
> > > pointed
> > > > > out.
> > > > > > > >
> > > > > > > > The older revisions can be found here:
> > > > > > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > > > > > May/157933.html
> > > > > > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > June/179908.html
> > > > > > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > June/180035.html
> > > > > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > May/188772.html
> > > > > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > June/190236.html
> > > > > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > September/191866.html
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Felix
> > > > > > > >
> > > > > > > > Felix Willgerodt (10):
> > > > > > > >   btrace: Introduce auxiliary instructions.
> > > > > > > >   btrace: Enable auxiliary instructions in record instruction-
> history.
> > > > > > > >   btrace: Enable auxiliary instructions in record function-call-
> > history.
> > > > > > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > > > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > > > > >   python: Add clear() to gdb.Record.
> > > > > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > > > > >   btrace, linux: Enable ptwrite packets.
> > > > > > > >   btrace, python: Enable ptwrite filter registration.
> > > > > > > >   btrace: Extend ptwrite event decoding.
> > > > > > > >
> > > > > > > >  gdb/NEWS                                      |   7 +
> > > > > > > >  gdb/btrace.c                                  |  68 ++-
> > > > > > > >  gdb/btrace.h                                  |  38 +-
> > > > > > > >  gdb/config.in                                 |   3 +
> > > > > > > >  gdb/configure                                 |  11 +
> > > > > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > > > > >  gdb/disasm-flags.h                            |   1 +
> > > > > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > > > > >  gdb/extension-priv.h                          |   5 +
> > > > > > > >  gdb/extension.c                               |  13 +
> > > > > > > >  gdb/extension.h                               |   3 +
> > > > > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > > > > >  gdb/guile/guile.c                             |   1 +
> > > > > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > > > > >  gdb/python/py-record.h                        |   3 +
> > > > > > > >  gdb/python/python-internal.h                  |   3 +
> > > > > > > >  gdb/python/python.c                           |   2 +
> > > > > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > > > > >  gdb/record.c                                  |  10 +
> > > > > > > >  gdb/record.h                                  |   5 +-
> > > > > > > >  gdb/remote.c                                  |  30 +
> > > > > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > > > > ++++++++++++++++++
> > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > > > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > > > > +++++++++++++++++
> > > > > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > > > > >  gdbserver/server.cc                           |  18 +
> > > > > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > > > > >  gdbsupport/common.m4                          |   2 +
> > > > > > > >  gdbsupport/config.in                          |   3 +
> > > > > > > >  gdbsupport/configure                          |  11 +
> > > > > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-
> ptwrite.S
> > > > > > > >
> > > > > > > > --
> > > > > > > > 2.34.3
> > > > > >
> > > > > > Intel Deutschland GmbH
> > > > > > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > > > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany
> Doon
> > > Silva
> > > > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > > > Registered Office: Munich
> > > > > > Commercial Register: Amtsgericht Muenchen HRB 186928
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
                   ` (5 preceding siblings ...)
  2023-01-23 10:47 ` Willgerodt, Felix
@ 2023-01-30 13:07 ` Willgerodt, Felix
  2023-02-07 12:22   ` Willgerodt, Felix
                     ` (2 more replies)
  6 siblings, 3 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2023-01-30 13:07 UTC (permalink / raw)
  To: gdb-patches

*Ping* v9

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Montag, 23. Januar 2023 11:48
> To: gdb-patches@sourceware.org
> Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v8
> 
> For convenience: https://sourceware.org/pipermail/gdb-patches/2022-
> October/192946.html
> 
> This is mostly approved, it just needs someone to look at the python parts.
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Montag, 16. Januar 2023 10:30
> > To: gdb-patches@sourceware.org
> > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v7
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix
> > > Sent: Montag, 9. Januar 2023 13:22
> > > To: gdb-patches@sourceware.org
> > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v6
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix
> > > > Sent: Mittwoch, 14. Dezember 2022 14:23
> > > > To: gdb-patches@sourceware.org
> > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping* v5
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Willgerodt, Felix
> > > > > Sent: Mittwoch, 7. Dezember 2022 09:45
> > > > > To: gdb-patches@sourceware.org
> > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > *Ping* v4
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Willgerodt, Felix
> > > > > > Sent: Mittwoch, 30. November 2022 09:40
> > > > > > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > > > > > patches@sourceware.org
> > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > >
> > > > > > *Ping* v3
> > > > > >
> > > > > > Thanks,
> > > > > > Felix
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Gdb-patches <gdb-patches-
> > > > > > > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf
> Of
> > > > > > > Willgerodt, Felix via Gdb-patches
> > > > > > > Sent: Donnerstag, 17. November 2022 10:19
> > > > > > > To: gdb-patches@sourceware.org
> > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > >
> > > > > > > *Ping* v2
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Felix
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: Willgerodt, Felix
> > > > > > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > >
> > > > > > > > *Ping*
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Felix
> > > > > > > >
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > > > > > <markus.t.metzger@intel.com>
> > > > > > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > >
> > > > > > > > > Eli already approved the documentation parts.
> > > > > > > > > Markus reviewed every patch and approved the btrace bits.
> > > > > > > > > The only thing that is missing is a global maintainers approval
> for
> > > > > > > > > the Python bits.
> > > > > > > > >
> > > > > > > > > Compared to v6 I only addressed the nits that Eli and Markus
> > > > pointed
> > > > > > out.
> > > > > > > > >
> > > > > > > > > The older revisions can be found here:
> > > > > > > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > > > > > > May/157933.html
> > > > > > > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > > June/179908.html
> > > > > > > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > > June/180035.html
> > > > > > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > May/188772.html
> > > > > > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > June/190236.html
> > > > > > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > September/191866.html
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Felix
> > > > > > > > >
> > > > > > > > > Felix Willgerodt (10):
> > > > > > > > >   btrace: Introduce auxiliary instructions.
> > > > > > > > >   btrace: Enable auxiliary instructions in record instruction-
> > history.
> > > > > > > > >   btrace: Enable auxiliary instructions in record function-call-
> > > history.
> > > > > > > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > > > > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > > > > > >   python: Add clear() to gdb.Record.
> > > > > > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > > > > > >   btrace, linux: Enable ptwrite packets.
> > > > > > > > >   btrace, python: Enable ptwrite filter registration.
> > > > > > > > >   btrace: Extend ptwrite event decoding.
> > > > > > > > >
> > > > > > > > >  gdb/NEWS                                      |   7 +
> > > > > > > > >  gdb/btrace.c                                  |  68 ++-
> > > > > > > > >  gdb/btrace.h                                  |  38 +-
> > > > > > > > >  gdb/config.in                                 |   3 +
> > > > > > > > >  gdb/configure                                 |  11 +
> > > > > > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > > > > > >  gdb/disasm-flags.h                            |   1 +
> > > > > > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > > > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > > > > > >  gdb/extension-priv.h                          |   5 +
> > > > > > > > >  gdb/extension.c                               |  13 +
> > > > > > > > >  gdb/extension.h                               |   3 +
> > > > > > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > > > > > >  gdb/guile/guile.c                             |   1 +
> > > > > > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > > > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > > > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > > > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > > > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > > > > > >  gdb/python/py-record.h                        |   3 +
> > > > > > > > >  gdb/python/python-internal.h                  |   3 +
> > > > > > > > >  gdb/python/python.c                           |   2 +
> > > > > > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > > > > > >  gdb/record.c                                  |  10 +
> > > > > > > > >  gdb/record.h                                  |   5 +-
> > > > > > > > >  gdb/remote.c                                  |  30 +
> > > > > > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > > > > > ++++++++++++++++++
> > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > > > > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > > > > > +++++++++++++++++
> > > > > > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > > > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > > > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > > > > > >  gdbserver/server.cc                           |  18 +
> > > > > > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > > > > > >  gdbsupport/common.m4                          |   2 +
> > > > > > > > >  gdbsupport/config.in                          |   3 +
> > > > > > > > >  gdbsupport/configure                          |  11 +
> > > > > > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > > > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
> > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-
> > ptwrite.S
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > 2.34.3
> > > > > > >
> > > > > > > Intel Deutschland GmbH
> > > > > > > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > > > > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > > > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany
> > Doon
> > > > Silva
> > > > > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > > > > Registered Office: Munich
> > > > > > > Commercial Register: Amtsgericht Muenchen HRB 186928
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2023-01-30 13:07 ` Willgerodt, Felix
@ 2023-02-07 12:22   ` Willgerodt, Felix
  2023-02-20 12:51   ` Willgerodt, Felix
  2023-03-06  9:02   ` Willgerodt, Felix
  2 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2023-02-07 12:22 UTC (permalink / raw)
  To: gdb-patches

*Ping* v10

Thanks,
Felix

> -----Original Message-----
> From: Gdb-patches <gdb-patches-
> bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> Willgerodt, Felix via Gdb-patches
> Sent: Montag, 30. Januar 2023 14:08
> To: gdb-patches@sourceware.org
> Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v9
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Montag, 23. Januar 2023 11:48
> > To: gdb-patches@sourceware.org
> > Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v8
> >
> > For convenience: https://sourceware.org/pipermail/gdb-patches/2022-
> > October/192946.html
> >
> > This is mostly approved, it just needs someone to look at the python parts.
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix
> > > Sent: Montag, 16. Januar 2023 10:30
> > > To: gdb-patches@sourceware.org
> > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v7
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix
> > > > Sent: Montag, 9. Januar 2023 13:22
> > > > To: gdb-patches@sourceware.org
> > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping* v6
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Willgerodt, Felix
> > > > > Sent: Mittwoch, 14. Dezember 2022 14:23
> > > > > To: gdb-patches@sourceware.org
> > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > *Ping* v5
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Willgerodt, Felix
> > > > > > Sent: Mittwoch, 7. Dezember 2022 09:45
> > > > > > To: gdb-patches@sourceware.org
> > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > >
> > > > > > *Ping* v4
> > > > > >
> > > > > > Thanks,
> > > > > > Felix
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Willgerodt, Felix
> > > > > > > Sent: Mittwoch, 30. November 2022 09:40
> > > > > > > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > > > > > > patches@sourceware.org
> > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > >
> > > > > > > *Ping* v3
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Felix
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: Gdb-patches <gdb-patches-
> > > > > > > > bounces+felix.willgerodt=intel.com@sourceware.org> On
> Behalf
> > Of
> > > > > > > > Willgerodt, Felix via Gdb-patches
> > > > > > > > Sent: Donnerstag, 17. November 2022 10:19
> > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > >
> > > > > > > > *Ping* v2
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Felix
> > > > > > > >
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: Willgerodt, Felix
> > > > > > > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > >
> > > > > > > > > *Ping*
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Felix
> > > > > > > > >
> > > > > > > > > > -----Original Message-----
> > > > > > > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > > > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > > > > > > <markus.t.metzger@intel.com>
> > > > > > > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > > >
> > > > > > > > > > Eli already approved the documentation parts.
> > > > > > > > > > Markus reviewed every patch and approved the btrace bits.
> > > > > > > > > > The only thing that is missing is a global maintainers approval
> > for
> > > > > > > > > > the Python bits.
> > > > > > > > > >
> > > > > > > > > > Compared to v6 I only addressed the nits that Eli and Markus
> > > > > pointed
> > > > > > > out.
> > > > > > > > > >
> > > > > > > > > > The older revisions can be found here:
> > > > > > > > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > > > > > > > May/157933.html
> > > > > > > > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > > > June/179908.html
> > > > > > > > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > > > June/180035.html
> > > > > > > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > May/188772.html
> > > > > > > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > June/190236.html
> > > > > > > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > > September/191866.html
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Felix
> > > > > > > > > >
> > > > > > > > > > Felix Willgerodt (10):
> > > > > > > > > >   btrace: Introduce auxiliary instructions.
> > > > > > > > > >   btrace: Enable auxiliary instructions in record instruction-
> > > history.
> > > > > > > > > >   btrace: Enable auxiliary instructions in record function-call-
> > > > history.
> > > > > > > > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > > > > > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > > > > > > >   python: Add clear() to gdb.Record.
> > > > > > > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > > > > > > >   btrace, linux: Enable ptwrite packets.
> > > > > > > > > >   btrace, python: Enable ptwrite filter registration.
> > > > > > > > > >   btrace: Extend ptwrite event decoding.
> > > > > > > > > >
> > > > > > > > > >  gdb/NEWS                                      |   7 +
> > > > > > > > > >  gdb/btrace.c                                  |  68 ++-
> > > > > > > > > >  gdb/btrace.h                                  |  38 +-
> > > > > > > > > >  gdb/config.in                                 |   3 +
> > > > > > > > > >  gdb/configure                                 |  11 +
> > > > > > > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > > > > > > >  gdb/disasm-flags.h                            |   1 +
> > > > > > > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > > > > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > > > > > > >  gdb/extension-priv.h                          |   5 +
> > > > > > > > > >  gdb/extension.c                               |  13 +
> > > > > > > > > >  gdb/extension.h                               |   3 +
> > > > > > > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > > > > > > >  gdb/guile/guile.c                             |   1 +
> > > > > > > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > > > > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > > > > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > > > > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > > > > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > > > > > > >  gdb/python/py-record.h                        |   3 +
> > > > > > > > > >  gdb/python/python-internal.h                  |   3 +
> > > > > > > > > >  gdb/python/python.c                           |   2 +
> > > > > > > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > > > > > > >  gdb/record.c                                  |  10 +
> > > > > > > > > >  gdb/record.h                                  |   5 +-
> > > > > > > > > >  gdb/remote.c                                  |  30 +
> > > > > > > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > > > > > > ++++++++++++++++++
> > > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > > > > > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > > > > > > +++++++++++++++++
> > > > > > > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > > > > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > > > > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > > > > > > >  gdbserver/server.cc                           |  18 +
> > > > > > > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > > > > > > >  gdbsupport/common.m4                          |   2 +
> > > > > > > > > >  gdbsupport/config.in                          |   3 +
> > > > > > > > > >  gdbsupport/configure                          |  11 +
> > > > > > > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > > > > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-
> ptwrite.S
> > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-
> > > ptwrite.S
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > 2.34.3
> > > > > > > >
> > > > > > > > Intel Deutschland GmbH
> > > > > > > > Registered Address: Am Campeon 10, 85579 Neubiberg,
> Germany
> > > > > > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > > > > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany
> > > Doon
> > > > > Silva
> > > > > > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > > > > > Registered Office: Munich
> > > > > > > > Commercial Register: Amtsgericht Muenchen HRB 186928
> Intel Deutschland GmbH
> Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> Chairperson of the Supervisory Board: Nicole Lau
> Registered Office: Munich
> Commercial Register: Amtsgericht Muenchen HRB 186928

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2023-01-30 13:07 ` Willgerodt, Felix
  2023-02-07 12:22   ` Willgerodt, Felix
@ 2023-02-20 12:51   ` Willgerodt, Felix
  2023-03-06  9:02   ` Willgerodt, Felix
  2 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2023-02-20 12:51 UTC (permalink / raw)
  To: gdb-patches

*Ping* v11

If there is anything I can do to help this progress, please let me know.
I have it rebased locally, the only changes were to the "require" logic
in the testcases and standard rebasing changes in remote.c,
so I didn't repost a rebased version. Though it might make sense
by now.

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Dienstag, 7. Februar 2023 13:22
> To: gdb-patches@sourceware.org
> Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v10
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Gdb-patches <gdb-patches-
> > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> > Willgerodt, Felix via Gdb-patches
> > Sent: Montag, 30. Januar 2023 14:08
> > To: gdb-patches@sourceware.org
> > Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v9
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Willgerodt, Felix
> > > Sent: Montag, 23. Januar 2023 11:48
> > > To: gdb-patches@sourceware.org
> > > Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v8
> > >
> > > For convenience: https://sourceware.org/pipermail/gdb-patches/2022-
> > > October/192946.html
> > >
> > > This is mostly approved, it just needs someone to look at the python parts.
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix
> > > > Sent: Montag, 16. Januar 2023 10:30
> > > > To: gdb-patches@sourceware.org
> > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping* v7
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Willgerodt, Felix
> > > > > Sent: Montag, 9. Januar 2023 13:22
> > > > > To: gdb-patches@sourceware.org
> > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > *Ping* v6
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Willgerodt, Felix
> > > > > > Sent: Mittwoch, 14. Dezember 2022 14:23
> > > > > > To: gdb-patches@sourceware.org
> > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > >
> > > > > > *Ping* v5
> > > > > >
> > > > > > Thanks,
> > > > > > Felix
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Willgerodt, Felix
> > > > > > > Sent: Mittwoch, 7. Dezember 2022 09:45
> > > > > > > To: gdb-patches@sourceware.org
> > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > >
> > > > > > > *Ping* v4
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Felix
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: Willgerodt, Felix
> > > > > > > > Sent: Mittwoch, 30. November 2022 09:40
> > > > > > > > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > > > > > > > patches@sourceware.org
> > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > >
> > > > > > > > *Ping* v3
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Felix
> > > > > > > >
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: Gdb-patches <gdb-patches-
> > > > > > > > > bounces+felix.willgerodt=intel.com@sourceware.org> On
> > Behalf
> > > Of
> > > > > > > > > Willgerodt, Felix via Gdb-patches
> > > > > > > > > Sent: Donnerstag, 17. November 2022 10:19
> > > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > >
> > > > > > > > > *Ping* v2
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Felix
> > > > > > > > >
> > > > > > > > > > -----Original Message-----
> > > > > > > > > > From: Willgerodt, Felix
> > > > > > > > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > > >
> > > > > > > > > > *Ping*
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Felix
> > > > > > > > > >
> > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > > > > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > > > > > > > <markus.t.metzger@intel.com>
> > > > > > > > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > > > >
> > > > > > > > > > > Eli already approved the documentation parts.
> > > > > > > > > > > Markus reviewed every patch and approved the btrace bits.
> > > > > > > > > > > The only thing that is missing is a global maintainers
> approval
> > > for
> > > > > > > > > > > the Python bits.
> > > > > > > > > > >
> > > > > > > > > > > Compared to v6 I only addressed the nits that Eli and Markus
> > > > > > pointed
> > > > > > > > out.
> > > > > > > > > > >
> > > > > > > > > > > The older revisions can be found here:
> > > > > > > > > > > V1: https://sourceware.org/pipermail/gdb-patches/2019-
> > > > > > > > > May/157933.html
> > > > > > > > > > > V2: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > > > > June/179908.html
> > > > > > > > > > > V3: https://sourceware.org/pipermail/gdb-patches/2021-
> > > > > > > > > > June/180035.html
> > > > > > > > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > May/188772.html
> > > > > > > > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > June/190236.html
> > > > > > > > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > > > September/191866.html
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Felix
> > > > > > > > > > >
> > > > > > > > > > > Felix Willgerodt (10):
> > > > > > > > > > >   btrace: Introduce auxiliary instructions.
> > > > > > > > > > >   btrace: Enable auxiliary instructions in record instruction-
> > > > history.
> > > > > > > > > > >   btrace: Enable auxiliary instructions in record function-call-
> > > > > history.
> > > > > > > > > > >   btrace: Handle stepping and goto for auxiliary instructions.
> > > > > > > > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > > > > > > > >   python: Add clear() to gdb.Record.
> > > > > > > > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > > > > > > > >   btrace, linux: Enable ptwrite packets.
> > > > > > > > > > >   btrace, python: Enable ptwrite filter registration.
> > > > > > > > > > >   btrace: Extend ptwrite event decoding.
> > > > > > > > > > >
> > > > > > > > > > >  gdb/NEWS                                      |   7 +
> > > > > > > > > > >  gdb/btrace.c                                  |  68 ++-
> > > > > > > > > > >  gdb/btrace.h                                  |  38 +-
> > > > > > > > > > >  gdb/config.in                                 |   3 +
> > > > > > > > > > >  gdb/configure                                 |  11 +
> > > > > > > > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > > > > > > > >  gdb/disasm-flags.h                            |   1 +
> > > > > > > > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > > > > > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > > > > > > > >  gdb/extension-priv.h                          |   5 +
> > > > > > > > > > >  gdb/extension.c                               |  13 +
> > > > > > > > > > >  gdb/extension.h                               |   3 +
> > > > > > > > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > > > > > > > >  gdb/guile/guile.c                             |   1 +
> > > > > > > > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > > > > > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > > > > > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > > > > > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > > > > > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > > > > > > > >  gdb/python/py-record.h                        |   3 +
> > > > > > > > > > >  gdb/python/python-internal.h                  |   3 +
> > > > > > > > > > >  gdb/python/python.c                           |   2 +
> > > > > > > > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > > > > > > > >  gdb/record.c                                  |  10 +
> > > > > > > > > > >  gdb/record.h                                  |   5 +-
> > > > > > > > > > >  gdb/remote.c                                  |  30 +
> > > > > > > > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > > > > > > > ++++++++++++++++++
> > > > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
> > > > > > > > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > > > > > > > +++++++++++++++++
> > > > > > > > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > > > > > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > > > > > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > > > > > > > >  gdbserver/server.cc                           |  18 +
> > > > > > > > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > > > > > > > >  gdbsupport/common.m4                          |   2 +
> > > > > > > > > > >  gdbsupport/config.in                          |   3 +
> > > > > > > > > > >  gdbsupport/configure                          |  11 +
> > > > > > > > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > > > > > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-
> > ptwrite.S
> > > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-
> > > > ptwrite.S
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > 2.34.3
> > > > > > > > >
> > > > > > > > > Intel Deutschland GmbH
> > > > > > > > > Registered Address: Am Campeon 10, 85579 Neubiberg,
> > Germany
> > > > > > > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > > > > > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany
> > > > Doon
> > > > > > Silva
> > > > > > > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > > > > > > Registered Office: Munich
> > > > > > > > > Commercial Register: Amtsgericht Muenchen HRB 186928
> > Intel Deutschland GmbH
> > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> > Chairperson of the Supervisory Board: Nicole Lau
> > Registered Office: Munich
> > Commercial Register: Amtsgericht Muenchen HRB 186928

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2023-01-30 13:07 ` Willgerodt, Felix
  2023-02-07 12:22   ` Willgerodt, Felix
  2023-02-20 12:51   ` Willgerodt, Felix
@ 2023-03-06  9:02   ` Willgerodt, Felix
  2 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2023-03-06  9:02 UTC (permalink / raw)
  To: gdb-patches

*Ping* v12

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix
> Sent: Montag, 20. Februar 2023 13:51
> To: gdb-patches@sourceware.org
> Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> 
> *Ping* v11
> 
> If there is anything I can do to help this progress, please let me know.
> I have it rebased locally, the only changes were to the "require" logic
> in the testcases and standard rebasing changes in remote.c,
> so I didn't repost a rebased version. Though it might make sense
> by now.
> 
> Thanks,
> Felix
> 
> > -----Original Message-----
> > From: Willgerodt, Felix
> > Sent: Dienstag, 7. Februar 2023 13:22
> > To: gdb-patches@sourceware.org
> > Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> >
> > *Ping* v10
> >
> > Thanks,
> > Felix
> >
> > > -----Original Message-----
> > > From: Gdb-patches <gdb-patches-
> > > bounces+felix.willgerodt=intel.com@sourceware.org> On Behalf Of
> > > Willgerodt, Felix via Gdb-patches
> > > Sent: Montag, 30. Januar 2023 14:08
> > > To: gdb-patches@sourceware.org
> > > Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > >
> > > *Ping* v9
> > >
> > > Thanks,
> > > Felix
> > >
> > > > -----Original Message-----
> > > > From: Willgerodt, Felix
> > > > Sent: Montag, 23. Januar 2023 11:48
> > > > To: gdb-patches@sourceware.org
> > > > Subject: RE: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > >
> > > > *Ping* v8
> > > >
> > > > For convenience: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > October/192946.html
> > > >
> > > > This is mostly approved, it just needs someone to look at the python
> parts.
> > > >
> > > > Thanks,
> > > > Felix
> > > >
> > > > > -----Original Message-----
> > > > > From: Willgerodt, Felix
> > > > > Sent: Montag, 16. Januar 2023 10:30
> > > > > To: gdb-patches@sourceware.org
> > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > >
> > > > > *Ping* v7
> > > > >
> > > > > Thanks,
> > > > > Felix
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Willgerodt, Felix
> > > > > > Sent: Montag, 9. Januar 2023 13:22
> > > > > > To: gdb-patches@sourceware.org
> > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > >
> > > > > > *Ping* v6
> > > > > >
> > > > > > Thanks,
> > > > > > Felix
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Willgerodt, Felix
> > > > > > > Sent: Mittwoch, 14. Dezember 2022 14:23
> > > > > > > To: gdb-patches@sourceware.org
> > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > >
> > > > > > > *Ping* v5
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Felix
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: Willgerodt, Felix
> > > > > > > > Sent: Mittwoch, 7. Dezember 2022 09:45
> > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > >
> > > > > > > > *Ping* v4
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Felix
> > > > > > > >
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: Willgerodt, Felix
> > > > > > > > > Sent: Mittwoch, 30. November 2022 09:40
> > > > > > > > > To: Willgerodt, Felix <felix.willgerodt@intel.com>; gdb-
> > > > > > > > > patches@sourceware.org
> > > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > >
> > > > > > > > > *Ping* v3
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Felix
> > > > > > > > >
> > > > > > > > > > -----Original Message-----
> > > > > > > > > > From: Gdb-patches <gdb-patches-
> > > > > > > > > > bounces+felix.willgerodt=intel.com@sourceware.org> On
> > > Behalf
> > > > Of
> > > > > > > > > > Willgerodt, Felix via Gdb-patches
> > > > > > > > > > Sent: Donnerstag, 17. November 2022 10:19
> > > > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > > >
> > > > > > > > > > *Ping* v2
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Felix
> > > > > > > > > >
> > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > From: Willgerodt, Felix
> > > > > > > > > > > Sent: Mittwoch, 9. November 2022 14:16
> > > > > > > > > > > To: gdb-patches@sourceware.org
> > > > > > > > > > > Subject: [PING] [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > > > >
> > > > > > > > > > > *Ping*
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Felix
> > > > > > > > > > >
> > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > From: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > > > > Sent: Freitag, 21. Oktober 2022 14:00
> > > > > > > > > > > > To: gdb-patches@sourceware.org; Metzger, Markus T
> > > > > > > > > > > > <markus.t.metzger@intel.com>
> > > > > > > > > > > > Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> > > > > > > > > > > > Subject: [PATCH v7 00/10] Extensions for PTWRITE
> > > > > > > > > > > >
> > > > > > > > > > > > Eli already approved the documentation parts.
> > > > > > > > > > > > Markus reviewed every patch and approved the btrace
> bits.
> > > > > > > > > > > > The only thing that is missing is a global maintainers
> > approval
> > > > for
> > > > > > > > > > > > the Python bits.
> > > > > > > > > > > >
> > > > > > > > > > > > Compared to v6 I only addressed the nits that Eli and
> Markus
> > > > > > > pointed
> > > > > > > > > out.
> > > > > > > > > > > >
> > > > > > > > > > > > The older revisions can be found here:
> > > > > > > > > > > > V1: https://sourceware.org/pipermail/gdb-
> patches/2019-
> > > > > > > > > > May/157933.html
> > > > > > > > > > > > V2: https://sourceware.org/pipermail/gdb-
> patches/2021-
> > > > > > > > > > > June/179908.html
> > > > > > > > > > > > V3: https://sourceware.org/pipermail/gdb-
> patches/2021-
> > > > > > > > > > > June/180035.html
> > > > > > > > > > > > v4: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > > May/188772.html
> > > > > > > > > > > > v5: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > > June/190236.html
> > > > > > > > > > > > v6: https://sourceware.org/pipermail/gdb-patches/2022-
> > > > > > > > > > > > September/191866.html
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Felix
> > > > > > > > > > > >
> > > > > > > > > > > > Felix Willgerodt (10):
> > > > > > > > > > > >   btrace: Introduce auxiliary instructions.
> > > > > > > > > > > >   btrace: Enable auxiliary instructions in record
> instruction-
> > > > > history.
> > > > > > > > > > > >   btrace: Enable auxiliary instructions in record function-
> call-
> > > > > > history.
> > > > > > > > > > > >   btrace: Handle stepping and goto for auxiliary
> instructions.
> > > > > > > > > > > >   python: Introduce gdb.RecordAuxiliary class.
> > > > > > > > > > > >   python: Add clear() to gdb.Record.
> > > > > > > > > > > >   btrace, gdbserver: Add ptwrite to btrace_config_pt.
> > > > > > > > > > > >   btrace, linux: Enable ptwrite packets.
> > > > > > > > > > > >   btrace, python: Enable ptwrite filter registration.
> > > > > > > > > > > >   btrace: Extend ptwrite event decoding.
> > > > > > > > > > > >
> > > > > > > > > > > >  gdb/NEWS                                      |   7 +
> > > > > > > > > > > >  gdb/btrace.c                                  |  68 ++-
> > > > > > > > > > > >  gdb/btrace.h                                  |  38 +-
> > > > > > > > > > > >  gdb/config.in                                 |   3 +
> > > > > > > > > > > >  gdb/configure                                 |  11 +
> > > > > > > > > > > >  gdb/data-directory/Makefile.in                |   1 +
> > > > > > > > > > > >  gdb/disasm-flags.h                            |   1 +
> > > > > > > > > > > >  gdb/doc/gdb.texinfo                           |  32 +-
> > > > > > > > > > > >  gdb/doc/python.texi                           | 168 ++++++
> > > > > > > > > > > >  gdb/extension-priv.h                          |   5 +
> > > > > > > > > > > >  gdb/extension.c                               |  13 +
> > > > > > > > > > > >  gdb/extension.h                               |   3 +
> > > > > > > > > > > >  gdb/features/btrace-conf.dtd                  |   1 +
> > > > > > > > > > > >  gdb/guile/guile.c                             |   1 +
> > > > > > > > > > > >  gdb/nat/linux-btrace.c                        |  29 +
> > > > > > > > > > > >  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
> > > > > > > > > > > >  gdb/python/py-record-btrace.c                 | 136 ++++-
> > > > > > > > > > > >  gdb/python/py-record-btrace.h                 |  11 +
> > > > > > > > > > > >  gdb/python/py-record.c                        |  89 ++-
> > > > > > > > > > > >  gdb/python/py-record.h                        |   3 +
> > > > > > > > > > > >  gdb/python/python-internal.h                  |   3 +
> > > > > > > > > > > >  gdb/python/python.c                           |   2 +
> > > > > > > > > > > >  gdb/record-btrace.c                           | 107 +++-
> > > > > > > > > > > >  gdb/record.c                                  |  10 +
> > > > > > > > > > > >  gdb/record.h                                  |   5 +-
> > > > > > > > > > > >  gdb/remote.c                                  |  30 +
> > > > > > > > > > > >  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550
> > > > > > > > > ++++++++++++++++++
> > > > > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
> > > > > > > > > > > >  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209
> +++++++
> > > > > > > > > > > >  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544
> > > > > > > > > > +++++++++++++++++
> > > > > > > > > > > >  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
> > > > > > > > > > > >  gdb/testsuite/lib/gdb.exp                     |  74 +++
> > > > > > > > > > > >  gdbserver/linux-low.cc                        |   2 +
> > > > > > > > > > > >  gdbserver/server.cc                           |  18 +
> > > > > > > > > > > >  gdbsupport/btrace-common.h                    |   6 +
> > > > > > > > > > > >  gdbsupport/common.m4                          |   2 +
> > > > > > > > > > > >  gdbsupport/config.in                          |   3 +
> > > > > > > > > > > >  gdbsupport/configure                          |  11 +
> > > > > > > > > > > >  38 files changed, 2286 insertions(+), 35 deletions(-)
> > > > > > > > > > > >  create mode 100644 gdb/python/lib/gdb/ptwrite.py
> > > > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/i386-
> > > ptwrite.S
> > > > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
> > > > > > > > > > > >  create mode 100644
> gdb/testsuite/gdb.btrace/ptwrite.exp
> > > > > > > > > > > >  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-
> > > > > ptwrite.S
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > 2.34.3
> > > > > > > > > >
> > > > > > > > > > Intel Deutschland GmbH
> > > > > > > > > > Registered Address: Am Campeon 10, 85579 Neubiberg,
> > > Germany
> > > > > > > > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > > > > > > > Managing Directors: Christin Eisenschmid, Sharon Heck,
> Tiffany
> > > > > Doon
> > > > > > > Silva
> > > > > > > > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > > > > > > > Registered Office: Munich
> > > > > > > > > > Commercial Register: Amtsgericht Muenchen HRB 186928
> > > Intel Deutschland GmbH
> > > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> > > Chairperson of the Supervisory Board: Nicole Lau
> > > Registered Office: Munich
> > > Commercial Register: Amtsgericht Muenchen HRB 186928

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PING] [PATCH v7 00/10] Extensions for PTWRITE
  2022-10-21 11:59 Felix Willgerodt
@ 2022-11-09 13:16 ` Willgerodt, Felix
  0 siblings, 0 replies; 12+ messages in thread
From: Willgerodt, Felix @ 2022-11-09 13:16 UTC (permalink / raw)
  To: gdb-patches

*Ping*

Thanks,
Felix

> -----Original Message-----
> From: Willgerodt, Felix <felix.willgerodt@intel.com>
> Sent: Freitag, 21. Oktober 2022 14:00
> To: gdb-patches@sourceware.org; Metzger, Markus T
> <markus.t.metzger@intel.com>
> Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> Subject: [PATCH v7 00/10] Extensions for PTWRITE
> 
> Eli already approved the documentation parts.
> Markus reviewed every patch and approved the btrace bits.
> The only thing that is missing is a global maintainers approval for
> the Python bits.
> 
> Compared to v6 I only addressed the nits that Eli and Markus pointed out.
> 
> The older revisions can be found here:
> V1: https://sourceware.org/pipermail/gdb-patches/2019-May/157933.html
> V2: https://sourceware.org/pipermail/gdb-patches/2021-June/179908.html
> V3: https://sourceware.org/pipermail/gdb-patches/2021-June/180035.html
> v4: https://sourceware.org/pipermail/gdb-patches/2022-May/188772.html
> v5: https://sourceware.org/pipermail/gdb-patches/2022-June/190236.html
> v6: https://sourceware.org/pipermail/gdb-patches/2022-
> September/191866.html
> 
> Thanks,
> Felix
> 
> Felix Willgerodt (10):
>   btrace: Introduce auxiliary instructions.
>   btrace: Enable auxiliary instructions in record instruction-history.
>   btrace: Enable auxiliary instructions in record function-call-history.
>   btrace: Handle stepping and goto for auxiliary instructions.
>   python: Introduce gdb.RecordAuxiliary class.
>   python: Add clear() to gdb.Record.
>   btrace, gdbserver: Add ptwrite to btrace_config_pt.
>   btrace, linux: Enable ptwrite packets.
>   btrace, python: Enable ptwrite filter registration.
>   btrace: Extend ptwrite event decoding.
> 
>  gdb/NEWS                                      |   7 +
>  gdb/btrace.c                                  |  68 ++-
>  gdb/btrace.h                                  |  38 +-
>  gdb/config.in                                 |   3 +
>  gdb/configure                                 |  11 +
>  gdb/data-directory/Makefile.in                |   1 +
>  gdb/disasm-flags.h                            |   1 +
>  gdb/doc/gdb.texinfo                           |  32 +-
>  gdb/doc/python.texi                           | 168 ++++++
>  gdb/extension-priv.h                          |   5 +
>  gdb/extension.c                               |  13 +
>  gdb/extension.h                               |   3 +
>  gdb/features/btrace-conf.dtd                  |   1 +
>  gdb/guile/guile.c                             |   1 +
>  gdb/nat/linux-btrace.c                        |  29 +
>  gdb/python/lib/gdb/ptwrite.py                 |  80 +++
>  gdb/python/py-record-btrace.c                 | 136 ++++-
>  gdb/python/py-record-btrace.h                 |  11 +
>  gdb/python/py-record.c                        |  89 ++-
>  gdb/python/py-record.h                        |   3 +
>  gdb/python/python-internal.h                  |   3 +
>  gdb/python/python.c                           |   2 +
>  gdb/record-btrace.c                           | 107 +++-
>  gdb/record.c                                  |  10 +
>  gdb/record.h                                  |   5 +-
>  gdb/remote.c                                  |  30 +
>  gdb/testsuite/gdb.btrace/i386-ptwrite.S       | 550 ++++++++++++++++++
>  gdb/testsuite/gdb.btrace/ptwrite.c            |  39 ++
>  gdb/testsuite/gdb.btrace/ptwrite.exp          | 209 +++++++
>  gdb/testsuite/gdb.btrace/x86_64-ptwrite.S     | 544 +++++++++++++++++
>  gdb/testsuite/gdb.python/py-record-btrace.exp |   6 +-
>  gdb/testsuite/lib/gdb.exp                     |  74 +++
>  gdbserver/linux-low.cc                        |   2 +
>  gdbserver/server.cc                           |  18 +
>  gdbsupport/btrace-common.h                    |   6 +
>  gdbsupport/common.m4                          |   2 +
>  gdbsupport/config.in                          |   3 +
>  gdbsupport/configure                          |  11 +
>  38 files changed, 2286 insertions(+), 35 deletions(-)
>  create mode 100644 gdb/python/lib/gdb/ptwrite.py
>  create mode 100644 gdb/testsuite/gdb.btrace/i386-ptwrite.S
>  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.c
>  create mode 100644 gdb/testsuite/gdb.btrace/ptwrite.exp
>  create mode 100644 gdb/testsuite/gdb.btrace/x86_64-ptwrite.S
> 
> --
> 2.34.3

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-03-06  9:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17  9:18 [PING] [PATCH v7 00/10] Extensions for PTWRITE Willgerodt, Felix
2022-11-30  8:40 ` Willgerodt, Felix
2022-12-07  8:45 ` Willgerodt, Felix
2022-12-14 13:23 ` Willgerodt, Felix
2023-01-09 12:21 ` Willgerodt, Felix
2023-01-16  9:30 ` Willgerodt, Felix
2023-01-23 10:47 ` Willgerodt, Felix
2023-01-30 13:07 ` Willgerodt, Felix
2023-02-07 12:22   ` Willgerodt, Felix
2023-02-20 12:51   ` Willgerodt, Felix
2023-03-06  9:02   ` Willgerodt, Felix
  -- strict thread matches above, loose matches on Subject: below --
2022-10-21 11:59 Felix Willgerodt
2022-11-09 13:16 ` [PING] " Willgerodt, Felix

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).