[Bug 736354] Re: gdbserver (arm,natty) - gdb (ia32,natty) fails

2014-11-20 Thread Matthias Klose
closing this issue; please recheck with gdb in 14.04 LTS and 14.10. Feel free to re-open the issue if the problem persists. ** Changed in: gdb (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 736354] Re: gdbserver (arm,natty) - gdb (ia32,natty) fails

2014-08-04 Thread bhs
My comment #4 is not exactly, correct. (gdb) target remote 192.168.1.14:1234 Remote debugging using 192.168.1.14:1234 This is expected to work correctly becuase gdbserver should pass target arch information from server side to client side. I have seen this happens correctly when gdbserver is

[Bug 736354] Re: gdbserver (arm,natty) - gdb (ia32,natty) fails

2013-07-17 Thread bhs
Hi Matthew, Shivkumar, I have seen this issue even when binary is copied and passed to gdb-multiarch. error: Remote 'g' packet reply is too long: 2959b2be2 The root cause of the problem is we are not

[Bug 736354] Re: gdbserver (arm,natty) - gdb (ia32,natty) fails

2013-07-17 Thread bhs
I want to mark this as not a bug as this is expected. Please reopen if you believe it is otherwise. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/736354 Title: gdbserver (arm,natty) - gdb

[Bug 736354] Re: gdbserver (arm,natty) - gdb (ia32,natty) fails

2013-01-29 Thread shivakumar
Hi this is shivakumar, I am also getting same error warning: Architecture rejected target-supplied description Remote 'g' packet reply is too long: 00 you told to use a copy of the ARM binary on the intel machin when starting GDB. Could you please tell me how to create ARM binary on Intel

[Bug 736354] Re: gdbserver (arm,natty) - gdb (ia32,natty) fails

2013-01-29 Thread Matthew Gretton-Dann
Copy the binary from the ARM machine to the Intel machine directly and then refer to that (use SCP or some other remote copy program). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/736354 Title:

[Bug 736354] Re: gdbserver (arm,natty) - gdb (ia32,natty) fails

2011-03-17 Thread Ulrich Weigand
When you say: On the intel machine using gdb-mutliarch gdb-multiarch /bin/ls are you actually refering to the Intel copy of /bin/ls ? This will cause GDB to expect to debug Intel architecture, which does not agree with an ARM architecture being reported by the remote stub. You should use a