From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4158e9958537be103f1732f254a07d6b@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] ipaq debugging over serial (console) line? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 15 Oct 2002 11:16:22 -0400 Topicbox-Message-UUID: 0633b5d8-eacb-11e9-9e20-41e7f4b1d025 It looks to me like if you just remove the empty rdb() definition in bitsy/main.c, you'll get the remote debugger. The empty rdb originally went in because rdb hadn't been reconciled with the new serial code, but now it has. Russ