Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!tank!mimsy!chris From: chris@mimsy.umd.edu (Chris Torek) Newsgroups: comp.unix.questions Subject: Re: adb - how to do nonstopping breakpoint? Keywords: adb Message-ID: <20428@mimsy.umd.edu> Date: 27 Oct 89 05:12:48 GMT References: <240@melpar.UUCP> Distribution: usa Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 44 In article <240@melpar.UUCP> toppin@melpar.UUCP (Doug Toppin) writes: >[the manual] implied this is possible with the following sentence >in explaining the ':br' command: >"If this command sets dot to zero then the breakpoint causes a stop." >I read this as saying that if I do something that does not set dot >to zero then execution will continue. The manual is misleading. (I will go edit the 4.4BSD version.) adb stops when: o the count runs out; or o the command is empty; or o the command sets dot to zero. Thus, to set a breakpoint that runs `forever': main+17,0:b