[Lldb-commits] [PATCH] D107585: [lldb/Plugins] Add support for ScriptedThread in ScriptedProcess

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 11 01:08:19 PDT 2021


omjavaid added inline comments.


================
Comment at: lldb/source/Plugins/Process/scripted/ScriptedThread.cpp:203
+
+    m_register_info_sp = std::make_shared<DynamicRegisterInfo>(
+        *reg_info, m_scripted_process.GetTarget().GetArchitecture());
----------------
Hi 
This fails on arm and aarch64 linux buildbot. please have a look i have temporarily marked it skipped.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107585



More information about the lldb-commits mailing list