[Lldb-commits] [PATCH] D156490: [lldb] Fix CTF parsing of large structs

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 27 14:20:10 PDT 2023


bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.

LGTM modulo spelling nit



================
Comment at: lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.h:257
   static constexpr uint8_t g_ctf_version = 4;
+  static constexpr uint32_t g_ctf_field_treshold = 8192;
 };
----------------



================
Comment at: lldb/test/API/macosx/ctf/test.c:54
   forward = NULL;
+  bar.b = i;
 }
----------------
barbie? 🤔 


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

https://reviews.llvm.org/D156490



More information about the lldb-commits mailing list