home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!swrinde!sdd.hp.com!scd.hp.com!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!hpfcmgw!chan
- From: chan@hpfcmgw.FC.HP.COM (Chan Benson)
- Newsgroups: comp.sys.hp
- Subject: Re: attaching xdb to a running process...
- Message-ID: <17780233@hpfcmgw.FC.HP.COM>
- Date: 3 Sep 92 16:00:17 GMT
- References: <3739@tivoli.UUCP>
- Organization: HP Fort Collins, CO
- Lines: 21
-
-
- Hi Stuart,
-
- A really grody technique you might want to try is to replace your
- call to pause with something like
-
- {
- int i = 1;
-
- while (i);
- }
-
- And then use xdb to change i to 0
-
- >p i = 0
-
-
- Give it a shot.
-
- -- Chan Benson
- HP Fort Collins
-