[gdb] Z-packet on 7.2
Michael Snyder
msnyder@vmware.com
Wed Feb 9 17:54:00 GMT 2011
Salvatore Lionetti wrote:
> Hi,
>
> From gdb command line i issue the command:
> (gdb) set remote Z-packet on
>
> And on target i see onlu 'm3cb08,4' packet and no more.
> Actually memory reading is forced to return 0, since accessing to some memory region cause problem to the target server.
>
> What command should i give to force the usage of 'Z-packet'?
> If no, where i should indicates the support of such packets?
>
> Have a good day
>
>
>
>
You're using the right command.
You won't expect any actual Z-packets to be sent until you continue or step.
More information about the Gdb
mailing list