================
@@ -49,10 +50,20 @@ struct MainThreadCheckerReport {
   std::string selector;
 };
 
-// FIXME: Support TSan, ASan, BoundsSafety formatting.
+// See `ReportRetriever::RetrieveReportData`.
+struct ASanReport {
+  std::string description;
+  lldb::addr_t address = LLDB_INVALID_ADDRESS;
+  lldb::addr_t pc = LLDB_INVALID_ADDRESS;
----------------
da-viper wrote:

use the full names for pc, bp, sp. 

https://github.com/llvm/llvm-project/pull/178858
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to