From: Adam Jocksch <ajocksch@redhat.com>
To: frysk <frysk@sources.redhat.com>
Subject: Re: Creating a display via fphd
Date: Wed, 20 Jun 2007 18:38:00 -0000 [thread overview]
Message-ID: <46795D80.3030601@redhat.com> (raw)
In-Reply-To: <46795CC2.1@redhat.com>
The formatting got a little screwed up on my previous attempt to post
this, let's hope this fares better:
the link (in case it doesnt): http://www.pastebin.ca/raw/579352
[ajocksch@localhost frysk-core]$ frysk/bindir/fhpd /home/ajocksch/build/frysk/frysk-core/frysk/pkglibdir/funit-rt-varchange
Attached to process 7922
(fhpd) break @funit-rt-varchange.c@49
breakpoint 0
(fhpd) break @funit-rt-varchange.c@51
breakpoint 1
(fhpd) go
(fhpd) Breakpoint 0 @funit-rt-varchange.c@49
list
39
40 int x;
41 int y;
42
43 void bar(int);
44
45 int main()
46 {
47 x = 0;
48 bar(x);
49 x = 1;
50 bar(x);
51 y = 2;
52 bar(y);
53 x = 2;
54 bar(x);
55
56 return 0;
57 }
58
(fhpd) display x
x = 0
(fhpd) go
(fhpd) Breakpoint 1 @funit-rt-varchange.c@51
x = 1
prev parent reply other threads:[~2007-06-20 17:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-20 17:02 Adam Jocksch
2007-06-20 18:38 ` Adam Jocksch [this message]
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=46795D80.3030601@redhat.com \
--to=ajocksch@redhat.com \
--cc=frysk@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).