From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Nasser To: Shaun Jackman Cc: gdb@sources.redhat.com Subject: Re: debugging an Atmel EB40 with a Jeeni Date: Mon, 25 Sep 2000 14:29:00 -0000 Message-id: <39CFC3BD.43B730F9@cygnus.com> References: X-SW-Source: 2000-09/msg00144.html Shaun Jackman wrote: > > I wasn't able to find any rdi log or debug commands. > > (gdb) help set rdi > Ambiguous set command "rdi": rdiheartbeat, rdiromatzero. > > There were some remote* commands (remotedebug, remotelogfile), but as I > understand it these have no effect with rdi. They only work with remote > gdb stubs. > I remember now, they were moved to be subcommands of "maintenance". The fact that you found a "remotedebug" command is scary. What version of gdb are you using? Older versions have nasty RDI bugs, and they are from before Grant Edwards wrote the log code. -- Fernando Nasser Red Hat - Toronto E-Mail: fnasser@cygnus.com 2323 Yonge Street, Suite #300 Tel: 416-482-2661 ext. 311 Toronto, Ontario M4P 2C9 Fax: 416-482-6299 >From sjackman@ed.gray.internal Mon Sep 25 14:42:00 2000 From: Shaun Jackman To: gdb@sources.redhat.com Subject: Re: debugging an Atmel EB40 with a Jeeni Date: Mon, 25 Sep 2000 14:42:00 -0000 Message-id: References: <39CFC3BD.43B730F9@cygnus.com> X-SW-Source: 2000-09/msg00145.html Content-length: 792 On Mon, 25 Sep 2000, Fernando Nasser wrote: > Shaun Jackman wrote: > > > > I wasn't able to find any rdi log or debug commands. > > > > (gdb) help set rdi > > Ambiguous set command "rdi": rdiheartbeat, rdiromatzero. > > > > There were some remote* commands (remotedebug, remotelogfile), but as I > > understand it these have no effect with rdi. They only work with remote > > gdb stubs. > > > > I remember now, they were moved to be subcommands of "maintenance". > > The fact that you found a "remotedebug" command is scary. What version of > gdb are you using? Older versions have nasty RDI bugs, and they are from > before Grant Edwards wrote the log code. > I'm running Insight 5.0 Although, I'm running it as -nw right now until I sort out some of these issues. -- Shaun