Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
On Thursday 09 February 2006 15:12, Greg L wrote:> > > On 2/9/06, Jon Ringle < [EMAIL PROTECTED]> wrote:> > > > Hi Greg,> > > >> > > >> > > > Start your program like this:> > > > [sbox-arm: ~] qemu -g 1234 program args... > > > >> > > > Then from another sbox session do:> > > > [sbox-arm: ~] gdb pr

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Jon Ringle
On Thursday 09 February 2006 15:12, Greg L wrote: > > > On 2/9/06, Jon Ringle <[EMAIL PROTECTED]> wrote: > > > > Hi Greg, > > > > > > > > > > > > Start your program like this: > > > > [sbox-arm: ~] qemu -g 1234 program args... > > > > > > > > Then from another sbox session do: > > > > [sbox-arm: ~]

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
> > On 2/9/06, Jon Ringle <[EMAIL PROTECTED]> wrote: > > Hi Greg,> >> >> > Start your program like this: > > [sbox-arm: ~] qemu -g 1234 program args...> >> > Then from another sbox session do:> > [sbox-arm: ~] gdb program> > (gdb) target remote localhost:1234> > > > Jon>> Thanks, that does get it t

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Jon Ringle
On Thursday 09 February 2006 02:13 pm, Greg L wrote: > > On Thursday 09 February 2006 12:29 pm, Greg L wrote: > > > Is it possible to debug in scratchbox while using the QEMU-arm > > > emulator? When I use gdb, it prints out "Don't know how to run. Try > > > 'help > > > > target'.", > > > > > and

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
On Thursday 09 February 2006 12:29 pm, Greg L wrote: > Is it possible to debug in scratchbox while using the QEMU-arm emulator?> When I use gdb, it prints out "Don't know how to run.  Try 'help target'.",> and if I use the gdbserver, it prints out "Unsupported syscall: 26", then > refuses connect

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Jon Ringle
On Thursday 09 February 2006 12:29 pm, Greg L wrote: > Is it possible to debug in scratchbox while using the QEMU-arm emulator? > When I use gdb, it prints out "Don't know how to run. Try 'help target'.", > and if I use the gdbserver, it prints out "Unsupported syscall: 26", then > refuses connect

[Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
Is it possible to debug in scratchbox while using the QEMU-arm emulator?  When I use gdb, it prints out "Don't know how to run.  Try 'help target'.", and if I use the gdbserver, it prints out "Unsupported syscall: 26", then refuses connections". Thanks, Greg