[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed May 8 15:48:34 PDT 2024


================
@@ -526,6 +526,47 @@ def create_target(self):
     def get_target(self):
         return self.target
 
+    def load_images(self, options, loaded_images=[]):
----------------
medismailben wrote:

Good point

https://github.com/llvm/llvm-project/pull/91109


More information about the lldb-commits mailing list