mib requested review of this revision.
mib marked 2 inline comments as done.
mib added inline comments.


================
Comment at: lldb/source/Plugins/Process/scripted/ScriptedThread.cpp:105
+  lldb::RegisterContextSP reg_ctx_sp;
+  Status error;
+
----------------
JDevlieghere wrote:
> It looks like this error is set but never used/returned? Should this return 
> an `Expected<RegisterContextSP>` with the caller dealing with the error? 
This follows the `Thread::CreateRegisterContextForFrame` base definition, 
returning a `RegisterContextSP` and not taking a `Status&` as an argument. I 
agree this should be refactored but that should be done on a separate patch.

For now, I refactored the code to log the error on the thread channel.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112167

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

Reply via email to