This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: trying to make gdbserver running on intel


On Wed, Jun 06, 2001 at 01:58:38PM +0200, Frank Haverkamp wrote:
> Hi,
> 
> I want to use gdbserver on the embedded platform I am working with.
> But first I wanted to try it out on my intel box. I am running Redhat 7.1
> gdb and used the sources of gdb-5.0. I build the gdbserver
> on my system and finally I tried to make it run on my local computer.
> I wrote a testprogram and started gdbserver as following:
> 
> $ gdbserver localhost:2345 ./text
> 
> Afterwards I started gdb and typed in the following commands:
> 
> (gdb) target cisco localhost:2345
> 
> So far so good. The gdbserver said:
> 
> Process ./test created; pid = 8584
> Remote debugging using localhost:2345
> 
> GDB said:
> 
> (gdb) target cisco localhost:2345
> Remote debugging using localhost:2345

Try 'target remote localhost:2345'?

-- 
Daniel Jacobowitz                           Debian GNU/Linux Developer
Monta Vista Software                              Debian Security Team


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]