public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* Patch Pings
@ 2016-07-12 18:27 Tom Tromey
  2016-07-12 18:49 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tom Tromey @ 2016-07-12 18:27 UTC (permalink / raw)
  To: Gdb Patches; +Cc: Eli Zaretskii

Hi.  I have a few unreviewed patches.  Ping.


Eli, CCing you for this patch, which needs a doc review:

https://sourceware.org/ml/gdb-patches/2016-06/msg00395.html


Previous ping was here:

https://sourceware.org/ml/gdb-patches/2016-06/msg00407.html


The unreviewed patches are:

[RFA 0/4] Add "pending" attribute to gdb.Breakpoint
https://sourceware.org/ml/gdb-patches/2016-05/msg00343.html

[RFA] PR python/15620, PR python/18620 - breakpoint events in Python
https://sourceware.org/ml/gdb-patches/2016-05/msg00368.html

[RFA] PR python/13598 - add before_prompt event
https://sourceware.org/ml/gdb-patches/2016-05/msg00370.html

[RFA] Fix PR cli/18053
https://sourceware.org/ml/gdb-patches/2016-06/msg00125.html

[RFA] PR python/20190 - compute TLS symbol without a frame
https://sourceware.org/ml/gdb-patches/2016-06/msg00070.html
This one had some comments, see the ensuing thread.


This one also is awaiting a response:

https://sourceware.org/ml/gdb-patches/2016-06/msg00395.html

thanks,
Tom

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

* Re: Patch Pings
  2016-07-12 18:27 Patch Pings Tom Tromey
@ 2016-07-12 18:49 ` Eli Zaretskii
  2016-07-12 18:56 ` Eli Zaretskii
  2016-07-14 16:54 ` Tom Tromey
  2 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2016-07-12 18:49 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

> From: Tom Tromey <tom@tromey.com>
> CC: Eli Zaretskii <eliz@gnu.org>
> Date: Tue, 12 Jul 2016 12:27:34 -0600
> 
> Eli, CCing you for this patch, which needs a doc review:
> 
> https://sourceware.org/ml/gdb-patches/2016-06/msg00395.html
> 
> 
> Previous ping was here:
> 
> https://sourceware.org/ml/gdb-patches/2016-06/msg00407.html

Sorry about that.  The documentation part of that patch is OK.

Thanks.

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

* Re: Patch Pings
  2016-07-12 18:27 Patch Pings Tom Tromey
  2016-07-12 18:49 ` Eli Zaretskii
@ 2016-07-12 18:56 ` Eli Zaretskii
  2016-07-13 16:29   ` Tom Tromey
  2016-07-14 16:54 ` Tom Tromey
  2 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2016-07-12 18:56 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

> From: Tom Tromey <tom@tromey.com>
> CC: Eli Zaretskii <eliz@gnu.org>
> Date: Tue, 12 Jul 2016 12:27:34 -0600
> 
> [RFA] PR python/15620, PR python/18620 - breakpoint events in Python
> https://sourceware.org/ml/gdb-patches/2016-05/msg00368.html

I okayed the documentation part of this, but now I see that I missed a
typo:

  +@item events.breakpoint_deleted
  +This is emitted when a breakpoint is has been deleted.
                                     ^^^^^^^^^^^

Thanks.

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

* Re: Patch Pings
  2016-07-12 18:56 ` Eli Zaretskii
@ 2016-07-13 16:29   ` Tom Tromey
  0 siblings, 0 replies; 8+ messages in thread
From: Tom Tromey @ 2016-07-13 16:29 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Tom Tromey, gdb-patches

>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

>> [RFA] PR python/15620, PR python/18620 - breakpoint events in Python
>> https://sourceware.org/ml/gdb-patches/2016-05/msg00368.html

Eli> I okayed the documentation part of this, but now I see that I missed a
Eli> typo:

Thank you.  I have fixed this locally.

Tom

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

* Re: Patch Pings
  2016-07-12 18:27 Patch Pings Tom Tromey
  2016-07-12 18:49 ` Eli Zaretskii
  2016-07-12 18:56 ` Eli Zaretskii
@ 2016-07-14 16:54 ` Tom Tromey
  2 siblings, 0 replies; 8+ messages in thread
From: Tom Tromey @ 2016-07-14 16:54 UTC (permalink / raw)
  To: Tom Tromey; +Cc: Gdb Patches

>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> Hi.  I have a few unreviewed patches.  Ping.

I omitted a patch from this ping:

[RFA] PR rust/20162 - fix gdb regressions caused by rust 1.10
https://sourceware.org/ml/gdb-patches/2016-06/msg00419.html

Tom

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

* patch pings
@ 2017-08-11 20:10 Tom Tromey
  0 siblings, 0 replies; 8+ messages in thread
From: Tom Tromey @ 2017-08-11 20:10 UTC (permalink / raw)
  To: gdb-patches; +Cc: Pedro Alves

Hi Pedro.  Here is the patch ping I promised you.

Integer printing regression fix:
https://sourceware.org/ml/gdb-patches/2017-07/msg00460.html

"bt N" bug fix:
https://sourceware.org/ml/gdb-patches/2017-07/msg00200.html  [latest note]
https://sourceware.org/ml/gdb-patches/2017-06/msg00746.html  [your question]
https://sourceware.org/ml/gdb-patches/2017-04/msg00630.html  [the patch]

There's another pending series (another set of backtrace changes) but it
seems I haven't yet addressed your review comments, so that's on me
still.

thanks,
Tom

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

* Patch pings
@ 2016-10-28 13:34 Maciej W. Rozycki
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej W. Rozycki @ 2016-10-28 13:34 UTC (permalink / raw)
  To: gdb-patches

Hi,

 These changes:

<https://sourceware.org/ml/gdb-patches/2016-10/msg00444.html>
<https://sourceware.org/ml/gdb-patches/2016-10/msg00516.html>

are pending review.  Can someone please have a look at them?

  Maciej

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

* patch pings
@ 2016-06-24 20:52 Tom Tromey
  0 siblings, 0 replies; 8+ messages in thread
From: Tom Tromey @ 2016-06-24 20:52 UTC (permalink / raw)
  To: Gdb Patches

Hi!  I have a few unreviewed patches.

[RFA 0/4] Add "pending" attribute to gdb.Breakpoint
https://sourceware.org/ml/gdb-patches/2016-05/msg00343.html

[RFA] PR python/15620, PR python/18620 - breakpoint events in Python
https://sourceware.org/ml/gdb-patches/2016-05/msg00368.html

[RFA] PR python/13598 - add before_prompt event
https://sourceware.org/ml/gdb-patches/2016-05/msg00370.html

[RFA] Fix PR python/20129 - use of non-existing variable
https://sourceware.org/ml/gdb-patches/2016-06/msg00102.html

[RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable
https://sourceware.org/ml/gdb-patches/2016-06/msg00121.html

[RFA] Fix PR cli/18053
https://sourceware.org/ml/gdb-patches/2016-06/msg00125.html

[RFA] PR gdb/17210 - fix possible memory leak in read_memory_robust
https://sourceware.org/ml/gdb-patches/2016-06/msg00184.html

[RFA] PR python/20190 - compute TLS symbol without a frame
https://sourceware.org/ml/gdb-patches/2016-06/msg00070.html

Tom

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

end of thread, other threads:[~2017-08-11 20:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-12 18:27 Patch Pings Tom Tromey
2016-07-12 18:49 ` Eli Zaretskii
2016-07-12 18:56 ` Eli Zaretskii
2016-07-13 16:29   ` Tom Tromey
2016-07-14 16:54 ` Tom Tromey
  -- strict thread matches above, loose matches on Subject: below --
2017-08-11 20:10 patch pings Tom Tromey
2016-10-28 13:34 Patch pings Maciej W. Rozycki
2016-06-24 20:52 patch pings Tom Tromey

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