public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Roland Schwingel <roland@onevision.com>
To: insight@sourceware.org
Subject: Patch: Adjust gdbtk-bp.c to recent change
Date: Wed, 14 Mar 2012 13:16:00 -0000	[thread overview]
Message-ID: <4F609A03.3040701@onevision.com> (raw)

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

             reply	other threads:[~2012-03-14 13:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14 13:16 Roland Schwingel [this message]
2012-03-14 17:31 ` Keith Seitz
2012-03-20 14:27 Roland Schwingel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F609A03.3040701@onevision.com \
    --to=roland@onevision.com \
    --cc=insight@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).