[Lldb-commits] [lldb] [lldb] Implement bytecode based SyntheticChildren (PR #179832)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 4 17:49:32 PST 2026


================
@@ -474,6 +475,42 @@ class ScriptedSyntheticChildren : public SyntheticChildren {
   const ScriptedSyntheticChildren &
   operator=(const ScriptedSyntheticChildren &) = delete;
 };
+
+class BytecodeSyntheticChildren : public SyntheticChildren {
----------------
adrian-prantl wrote:

Maybe add a short doxygen comment?

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


More information about the lldb-commits mailing list