public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Stan Cox <scox@redhat.com>
To: Frysk List <frysk@sourceware.org>
Subject: fhpd list and tab completion
Date: Thu, 11 Jan 2007 23:39:00 -0000	[thread overview]
Message-ID: <1168558515.26472.56.camel@multics.rdu.redhat.com> (raw)

fhpd now has:
1. list command (only default behavior of listing around the current
   line is currently supported)
2. TAB completion for command names and variable names
   (only simple scalar variables supported)


(fhpd) where
# 0 0x400797 in func_2 at /home/scox/accu/src/loop.c#58
# 1 0x4007d6 in func_1 at /home/scox/accu/src/loop.c#68
# 2 0x40082f in main at /home/scox/accu/src/loop.c#76
# 3 0x-1e1e31ac in __libc_start_main at #0
# 4 0x4004f9 in _start at #0
(fhpd) list
48         int_p = &int_22;
49         class_p = &class_1;
50         class_p->class_double_1 = assign_double (43.21);
51         class_p->class_int_2 = assign_int (15);
52         class_1.class_double_1 = assign_double (12.34);
53
54         int_21 = loop_(class_p->class_double_1,*int_p, int_22,
short_21,
55                       int_21, float_21,double_21,x,y);
56         while (int_21)
57           {
58*            int_21 = x / int_21;
59           }
60         return int_21;
61       }
62
63       static int
64       func_1 (int x, int y)
65       {
66          int int_21 = 21;
67          int int_11 = 12;
(fhpd) d <TAB>

defset   down     detach
(fhpd) print int_2 <TAB>

int_22   int_21
(fhpd) print int_21
10
(fhpd)


                 reply	other threads:[~2007-01-11 23:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1168558515.26472.56.camel@multics.rdu.redhat.com \
    --to=scox@redhat.com \
    --cc=frysk@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).