home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp / 10388 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  827 b 

  1. From: pld@hpfcso.FC.HP.COM (Paul Dineen)
  2. Date: Mon, 14 Sep 1992 17:02:52 GMT
  3. Subject: Re: modify the value of variables in XDB
  4. Message-ID: <7371309@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!caen!sdd.hp.com!scd.hp.com!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!pld
  7. Newsgroups: comp.sys.hp
  8. References: <ghsu.716481890@critical>
  9. Lines: 9
  10.  
  11. >    The subject says exactly what I want to do.   The man page for xdb
  12. > does have a section on "Data Viewing and Modification Commands".   But
  13. > there is no command to modify data described there at all.
  14.  
  15.   If you have it, page 3-29 of the 9/90 edition of the "HP-UX Symbolic
  16.   Debugger User's Guide" described this.  Put an assignment expression
  17.   on the "print" command, e.g.:
  18.  
  19.     > p var1=98.6
  20.