Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@gnat.com>
To: gdb-patches@sources.redhat.com
Subject: [commit] fix compilation error in hppa-tdep.c (hppa_pop_frame)
Date: Fri, 13 Dec 2002 08:14:00 -0000	[thread overview]
Message-ID: <20021213144023.GZ25575@gnat.com> (raw)

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

I just checked the following patch in to fix a small compilation error...

2002-12-13  Joel Brobecker  <brobecker@gnat.com>

        * hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced
        in the previous prototype change to set_momentary_breakpoint.

-- 
Joel

[-- Attachment #2: frame_id.diff --]
[-- Type: text/plain, Size: 944 bytes --]

Index: hppa-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-tdep.c,v
retrieving revision 1.39
diff -c -3 -p -r1.39 hppa-tdep.c
*** hppa-tdep.c	11 Dec 2002 20:35:43 -0000	1.39
--- hppa-tdep.c	13 Dec 2002 14:34:09 -0000
*************** hppa_pop_frame (void)
*** 1604,1610 ****
           for "return_command" will print the frame we returned to.  */
        sal = find_pc_line (target_pc, 0);
        sal.pc = target_pc;
!       breakpoint = set_momentary_breakpoint (sal, NULL, bp_finish);
        breakpoint->silent = 1;
  
        /* So we can clean things up.  */
--- 1604,1610 ----
           for "return_command" will print the frame we returned to.  */
        sal = find_pc_line (target_pc, 0);
        sal.pc = target_pc;
!       breakpoint = set_momentary_breakpoint (sal, null_frame_id, bp_finish);
        breakpoint->silent = 1;
  
        /* So we can clean things up.  */

             reply	other threads:[~2002-12-13 14:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-13  8:14 Joel Brobecker [this message]
2002-12-13  8:57 ` Andrew Cagney
2002-12-13  9:15   ` Joel Brobecker

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=20021213144023.GZ25575@gnat.com \
    --to=brobecker@gnat.com \
    --cc=gdb-patches@sources.redhat.com \
    /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