clayborg added a comment.

Yikes, sorry for not responding for so long. In the fall I was out on medical 
leave due to a head injury. Please feel free to ping more often if I do this 
again. I commented in the other patches (one accepted, and questions in the 
other). Let me know your thoughts.



================
Comment at: lldb/source/Core/IOHandler.cpp:4433
+            --frame_idx;
+        if( thread->SetSelectedFrameByIndex( frame_idx, true ))
+          exe_ctx.SetFrameSP(thread->GetSelectedFrame());
----------------
Clang format this?

```
if (thread->SetSelectedFrameByIndex(frame_idx, true))
```



Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68541/new/

https://reviews.llvm.org/D68541



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to