at least some versions of LLDB are like the buggiest ever.<div><br></div><div>(consider example of lldb erratic behavior, provided by someone else, here both vars are int32_t:</div><div><br></div><div><div>(lldb) print _newestSentSequenceNumber< _newestSeenAckSequenceNumber</div>

<div>(_Bool) $19 = true</div><div>(lldb) print _newestSentSequenceNumber- _newestSeenAckSequenceNumber</div><div>(int) $20 = 0</div><div>(lldb) print _newestSentSequenceNumber</div><div>(EmiPacketSequenceNumber) $21 = 4456448</div>

<div>(lldb) print _newestSeenAckSequenceNumber</div><div>(EmiPacketSequenceNumber) $22 = 4456448</div><div>(lldb)</div></div><div><br></div><div>)</div><div><br><div class="gmail_quote">2012/6/11 Kirill Zorin <span dir="ltr"><<a href="mailto:k.zorin@me.com" target="_blank">k.zorin@me.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>I did more testing, and looks like things are fine when using GDB instead of LLDB(= the default in latest Xcode). Maybe this should be added to a wiki page somewhere?</div>

<div><div class="h5"><br><div><div>On 2012-06-08, at 3:48 PM, mikel evins wrote:</div><br><blockquote type="cite"><div style="word-wrap:break-word"><br><div><div>On Jun 8, 2012, at 11:21 AM, Kirill Zorin wrote:</div><br>
<blockquote type="cite">
<span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium">Is it possible that something that Gambit does to the process' state interferes with Apple's iOS debugger, and/or is there some assumption made by ___setup() about initial process state that's invalidated by something the Xcode debugger does? Or am I barking up the wrong tree here altogether?<br>

</span></blockquote></div><br><div>Hrm. It's not in any way conclusive, and I may be reinfocing a mistaken hypothesis, but I do recall seeing several debugger-related warnings in the console log when I was reading through them.</div>

<div><br></div></div></blockquote></div><br></div></div></div><br>_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
<br></blockquote></div><br></div>