public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: Patch: Adjust gdbtk-bp.c to recent change
@ 2012-03-20 14:27 Roland Schwingel
  0 siblings, 0 replies; 3+ messages in thread
From: Roland Schwingel @ 2012-03-20 14:27 UTC (permalink / raw)
  To: insight

Hi,

Keith Seitz <keiths@redhat.com> wrote on 14.03.2012 18:31:29:
 > > * generic/gdbtk-bp.c (gdb_set_bp): Adjust parameters
 > > of create_breakpoint() to match recent change.
 >
 > If you can commit this, please do. It is trivial enough to not require
 > an assignment.
Committed this now.

Thanks.

Roland

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

* Re: Patch: Adjust gdbtk-bp.c to recent change
  2012-03-14 13:16 Roland Schwingel
@ 2012-03-14 17:31 ` Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2012-03-14 17:31 UTC (permalink / raw)
  To: Roland Schwingel; +Cc: insight

On 03/14/2012 06:15 AM, Roland Schwingel wrote:
> 2012-03-14 Roland Schwingel<roland.schwingel@onevision.com>
>
>
> * generic/gdbtk-bp.c (gdb_set_bp): Adjust parameters
> of create_breakpoint() to match recent change.

If you can commit this, please do. It is trivial enough to not require 
an assignment.

If your other patches are substantial (to libgui and gdb/gdbtk), I might 
have to ask you for an assignment (similar to the FSF assignment).

Keith

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

* Patch: Adjust gdbtk-bp.c to recent change
@ 2012-03-14 13:16 Roland Schwingel
  2012-03-14 17:31 ` Keith Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Schwingel @ 2012-03-14 13:16 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

Hi...

Yesterday the function create_breakpoint() was extended by a new 
parameter. This breaks compilation of gdbtk.
Attached you will find a small patch that fixes this.

ChangeLog:

2012-03-14  Roland Schwingel<roland.schwingel@onevision.com>


	* generic/gdbtk-bp.c (gdb_set_bp): Adjust parameters
	of create_breakpoint() to match recent change.


Roland


[-- Attachment #2: gdbtk-bp.c.patch --]
[-- Type: text/plain, Size: 303 bytes --]

--- gdbtk-bp.c_orig	2012-03-14 13:34:46.406456000 +0100
+++ gdbtk-bp.c	2012-03-14 13:36:49.096271700 +0100
@@ -543,7 +543,7 @@
 			 (pending ? AUTO_BOOLEAN_TRUE : AUTO_BOOLEAN_FALSE),
 			 &bkpt_breakpoint_ops,
 			 0	/* from_tty */,
-			 enabled, 0);
+			 enabled, 0, 0);
     }
 
   if (e.reason < 0)

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

end of thread, other threads:[~2012-03-20 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-20 14:27 Patch: Adjust gdbtk-bp.c to recent change Roland Schwingel
  -- strict thread matches above, loose matches on Subject: below --
2012-03-14 13:16 Roland Schwingel
2012-03-14 17:31 ` Keith Seitz

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