<div dir="ltr">Great, thanks Greg.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 9:34 AM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It is easy to trigger these on MacOSX with:<br>
<br>
(lldb) log enable gdb-remote packets<br>
(lldb) file /bin/ls<br>
(lldb) b malloc<br>
(lldb) run<br>
<br>
This will print out a register read packet. To trigger memory writes:<br>
<br>
(lldb) p (int)puts("hello")<br>
<br>
Then you will see some individual register writes from the expression parser.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
> On Jun 12, 2014, at 9:26 AM, Todd Fiala <<a href="mailto:tfiala@google.com">tfiala@google.com</a>> wrote:<br>
><br>
> Thanks, Greg!<br>
><br>
><br>
> On Thu, Jun 12, 2014 at 9:22 AM, Greg Clayton <<a href="mailto:gclayton@apple.com">gclayton@apple.com</a>> wrote:<br>
> Register read example:<br>
><br>
> $p0;thread:1cb556;#5e<br>
> $0000000000000000#00<br>
><br>
> Register write example:<br>
><br>
> $P4=00c0030001000000;thread:1cb773;#b7<br>
> $OK#00<br>
><br>
><br>
> > On Jun 11, 2014, at 4:49 PM, Todd Fiala <<a href="mailto:tfiala@google.com">tfiala@google.com</a>> wrote:<br>
> ><br>
> > Hey guys,<br>
> ><br>
> > What would a gdb remote P command with a thread suffix look like when well formed?  From RNBRemote::ExtractThreadIDFromThreadSuffix (...), it looks like it could be anywhere in the packet as I read HandlePacket_P(...).<br>

> ><br>
> > Maybe this?<br>
> > P{reg-index-hex}={value-hex}thread:{tid-hex}<br>
> ><br>
> > Or is there an expectation of a semi after the value,<br>
> > P{reg-index-hex}={value-hex};thread:{tid-hex}?<br>
> ><br>
> > Thanks!<br>
> > --<br>
> > Todd Fiala |   Software Engineer |     <a href="mailto:tfiala@google.com">tfiala@google.com</a> |     <a href="tel:650-943-3180" value="+16509433180">650-943-3180</a><br>
> ><br>
> > _______________________________________________<br>
> > lldb-dev mailing list<br>
> > <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> > <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Todd Fiala |   Software Engineer |     <a href="mailto:tfiala@google.com">tfiala@google.com</a> |     <a href="tel:650-943-3180" value="+16509433180">650-943-3180</a><br>
><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>