This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH v3 0/8] Python bindings for GDB record


Hi all,

The patches have been pushed now...

... to master:
d050f7d7f474c7e3ba26902a9cbb185910921a11 Python: Introduce gdb.Instruction class
14f819c8c5f7d080e5eea9256f0ec7453aac750e Python: Move and rename gdb.BtraceFunction
0ed5da759e34c6e85cb2a9ea0fdc7b680f897a81 Python: Move and rename gdb.BtraceInstruction
913aeadd9d6b8bdea5131b16dc7ede395097656d Python: Introduce gdb.RecordGap class
a3be24ad59d683d1b08df28e093739743a7cf256 Python: Remove ptid from gdb.Record interface
ae20e79ae852fee8f7d42701a54a95de3b79ecea Python: Use correct ptid in btrace recording
8d0050ea192c41349c1f2b000866c1bdb761abeb Python: Fix indentation in py-record-btrace.c

... and to gdb-8.0-branch:
ac7d85722af3e8a4db69940b77b82ca173ba3877 Python: Introduce gdb.Instruction class
5b2f026c0dca5e25c98f2a8288365386ec5bdffc Python: Move and rename gdb.BtraceFunction
d76700e0a47cb2406da25c80f9c76c4c50424adc Python: Move and rename gdb.BtraceInstruction
7dce57d1b5d8b26efd658069c7047eba57733eb4 Python: Introduce gdb.RecordGap class
26597c93accd6121c7aba550dfc6b1f78dfbfe6f Python: Remove ptid from gdb.Record interface
ee53a929a4c74456661f60741ec22139e06ebc70 Python: Use correct ptid in btrace recording
d4c682630c6ff6c8e159b833e7a8f2915853369a Python: Fix indentation in py-record-btrace.c

Regards,
Tim

> -----Original Message-----
> From: Yao Qi [mailto:qiyaoltc@gmail.com]
> Sent: Wednesday, April 26, 2017 4:05 PM
> To: Wiederhake, Tim <tim.wiederhake@intel.com>
> Cc: gdb-patches@sourceware.org; Metzger, Markus T
> <markus.t.metzger@intel.com>; brobecker@adacore.com
> Subject: Re: [PATCH v3 0/8] Python bindings for GDB record
> 
> Tim Wiederhake <tim.wiederhake@intel.com> writes:
> 
> > The patch that is not OK'd yet is "Fix exception handling in
> > py-record-btrace.c".  As this patch is kind of unrelated to the rest, I
> propose
> > pushing the other patches to master and 8.0 branch tomorrow if there are
> no
> > other comments.
> 
> Hi Tim,
> The first 7 patches can be pushed to master now, and leave the last one
> being reviewed.  Let other people and buildbot try your patches, if no
> one raises issues in two days, merge them to 8.0 branch.  Is it OK to
> you?
> 
> --
> Yao (齐尧)
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]