This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Re: [SPAM] Re: gdbserver-6.6 threading support


Daniel Jacobowitz wrote:
On Tue, Mar 06, 2007 at 11:59:09AM -0500, Jon Ringle wrote:
(gdb) target remote 192.168.205.10:5555
Remote debugging using 192.168.205.10:5555
warning: Remote failure reply: E01

Use "set debug remote 1" to see what failed.


ringlej@crossdev:~/src/gdbsignals-test$ ~/build/armeb-linux-gdb-6.6/gdb/gdb ./gdbsignal-test
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=armeb-linux"...
(gdb) set debug remote 1
(gdb) target remote 192.168.205.10:5555
Remote debugging using 192.168.205.10:5555
Sending packet: $qSupported#37...Ack
Packet received: PacketSize=7cf;qXfer:auxv:read+
Packet qSupported (supported-packets) is supported
Sending packet: $Hc-1#09...Ack
Packet received: E01
Sending packet: $qC#b4...Ack
Packet received:
Sending packet: $qOffsets#4b...Ack
Packet received: E01
warning: Remote failure reply: E01
Sending packet: $?#3f...Ack
Packet received: T050b:00000000;0d:beed6ad0;0f:400009f0;
Sending packet: $m10bfc,e0#ba...Ack
Packet received: 00000001000000010000000100000022000000010000009900000001000000d50000000c000085e40000000d00008b9800000004000080e8000000050000838c00000006000081ac0000000a000001610000000b0000001000000015000000000000000300010cdc00000002000000780000001400000011000000170000856c000000110000854c000000120000002000000013000000086ffffffe0000852c6fffffff000000016ffffff0000084ee000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Sending packet: $m10bfc,e0#ba...Ack
Packet received: 00000001000000010000000100000022000000010000009900000001000000d50000000c000085e40000000d00008b9800000004000080e8000000050000838c00000006000081ac0000000a000001610000000b0000001000000015000000000000000300010cdc00000002000000780000001400000011000000170000856c000000110000854c000000120000002000000013000000086ffffffe0000852c6fffffff000000016ffffff0000084ee000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Sending packet: $m10bfc,e0#ba...Ack
Packet received: 00000001000000010000000100000022000000010000009900000001000000d50000000c000085e40000000d00008b9800000004000080e8000000050000838c00000006000081ac0000000a000001610000000b0000001000000015000000000000000300010cdc00000002000000780000001400000011000000170000856c000000110000854c000000120000002000000013000000086ffffffe0000852c6fffffff000000016ffffff0000084ee000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Sending packet: $qSymbol::#5b...Ack
Packet received:
Packet qSymbol (symbol-lookup) is NOT supported
Sending packet: $qXfer:auxv:read::0,7ca#a5...Ack
Packet received: l\000\000\000\020\000\000\000\227\000\000\000\006\000\000\020\000\000\000\000\021\000\000\000d\000\000\000\003\000\000\2004\000\000\000\004\000\000\000 \000\000\000\005\000\000\000\005\000\000\000\a@\000\000\000\000\000\000\b\000\000\000\000\000\000\000\t\000\000\206\000\000\000\013\000\000\000\000\000\000\000\f\000\000\000\000\000\000\000\r\000\000\000\000\000\000\000\016\000\000\000\000\000\000\000\027\000\000\000\000\000\000\000\017??000\000\000\000\000\000\000\000
Sending packet: $m400009f0,4#90...Ack
Packet received: e1a0000d
Sending packet: $m400009ec,4#c2...Ack
Packet received: e1a00000
Sending packet: $m400009f0,4#90...Ack
Packet received: e1a0000d
Sending packet: $m400009ec,4#c2...Ack
Packet received: e1a00000
Sending packet: $m400009f0,4#90...Ack
Packet received: e1a0000d
Sending packet: $m400009f0,4#90...Ack
Packet received: e1a0000d
Sending packet: $m400009f0,4#90...Ack
Packet received: e1a0000d
0x400009f0 in _start () from /scratchbox/compilers/armeb-linux-uclibc/lib/ld-uClibc.so.0
(gdb)



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