[Lldb-commits] [PATCH] D51830: Add a way to make scripted breakpoints

Konrad Wilhelm Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 13 08:11:08 PST 2019


kwk added inline comments.


================
Comment at: source/Core/SearchFilter.cpp:757
+  }
+  if (m_cu_spec_list.FindFileIndex(0, sym_ctx.comp_unit, false) == UINT32_MAX)
+        return false; // Fails the file check
----------------
@jingham Do you know why you check for the CU again here? I mean there's CompUnitPasses, that should do this, right?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D51830





More information about the lldb-commits mailing list