Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* gdbserver error message
@ 2011-07-18  8:54 Xingxing Pan
  2011-07-18  9:00 ` Max Filippov
  2011-07-18  9:06 ` Andreas Schwab
  0 siblings, 2 replies; 4+ messages in thread
From: Xingxing Pan @ 2011-07-18  8:54 UTC (permalink / raw)
  To: gdb

Hi. I'm using eclipse remotely debugging a program on a target board.
I get the following message.

Failed to execute MI command:w
-target-select remote 192.168.20.239:2345
Error message from debugger back end:
192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.
192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.

The error message is unreadable. Dose anyone know how is the error
message encoded?

Thanks.

Xingxing


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gdbserver error message
  2011-07-18  8:54 gdbserver error message Xingxing Pan
@ 2011-07-18  9:00 ` Max Filippov
  2011-07-18  9:05   ` Xingxing Pan
  2011-07-18  9:06 ` Andreas Schwab
  1 sibling, 1 reply; 4+ messages in thread
From: Max Filippov @ 2011-07-18  9:00 UTC (permalink / raw)
  To: Xingxing Pan; +Cc: gdb

$ printf "\350\277\236\346\216\245\350\266\205\346\227\266"
连接超时

Which means "connection timeout"?

On Mon, Jul 18, 2011 at 12:54 PM, Xingxing Pan <forandom@gmail.com> wrote:
> Hi. I'm using eclipse remotely debugging a program on a target board.
> I get the following message.
>
> Failed to execute MI command:w
> -target-select remote 192.168.20.239:2345
> Error message from debugger back end:
> 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.
> 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.
>
> The error message is unreadable. Dose anyone know how is the error
> message encoded?
>
> Thanks.

-- 
Thanks.
-- Max


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gdbserver error message
  2011-07-18  9:00 ` Max Filippov
@ 2011-07-18  9:05   ` Xingxing Pan
  0 siblings, 0 replies; 4+ messages in thread
From: Xingxing Pan @ 2011-07-18  9:05 UTC (permalink / raw)
  To: Max Filippov; +Cc: gdb

Hi. That's right.

Thank you.

2011/7/18 Max Filippov <jcmvbkbc@gmail.com>:
> $ printf "\350\277\236\346\216\245\350\266\205\346\227\266"
> 连接超时
>
> Which means "connection timeout"?
>
> On Mon, Jul 18, 2011 at 12:54 PM, Xingxing Pan <forandom@gmail.com> wrote:
>> Hi. I'm using eclipse remotely debugging a program on a target board.
>> I get the following message.
>>
>> Failed to execute MI command:w
>> -target-select remote 192.168.20.239:2345
>> Error message from debugger back end:
>> 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.
>> 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.
>>
>> The error message is unreadable. Dose anyone know how is the error
>> message encoded?
>>
>> Thanks.
>
> --
> Thanks.
> -- Max
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gdbserver error message
  2011-07-18  8:54 gdbserver error message Xingxing Pan
  2011-07-18  9:00 ` Max Filippov
@ 2011-07-18  9:06 ` Andreas Schwab
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2011-07-18  9:06 UTC (permalink / raw)
  To: Xingxing Pan; +Cc: gdb

Xingxing Pan <forandom@gmail.com> writes:

> Error message from debugger back end:
> 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.
> 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266.
>
> The error message is unreadable. Dose anyone know how is the error
> message encoded?

Looks like some chinese in UTF-8.

ELISP> (detect-coding-string  "\350\277\236\346\216\245\350\266\205\346\227\266")
(utf-8 japanese-shift-jis raw-text utf-8-auto utf-16be utf-16le)
ELISP> (decode-coding-string "\350\277\236\346\216\245\350\266\205\346\227\266" 'utf-8)
"连接超时"

Andreas.

-- 
Andreas Schwab, schwab@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-18  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-18  8:54 gdbserver error message Xingxing Pan
2011-07-18  9:00 ` Max Filippov
2011-07-18  9:05   ` Xingxing Pan
2011-07-18  9:06 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox