[Lldb-commits] [PATCH] D124409: Filter non-external static members from SBType::GetFieldAtIndex.

Sigurður Ásgeirsson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 9 06:09:45 PDT 2022


siggi-alpheus added a comment.

Thanks!



================
Comment at: lldb/test/Shell/SymbolFile/DWARF/x86/debug_static-member-anonymous-namespace.s:18
+#   static int s;
+#   int m = 14159265;
+# };
----------------
I wonder why I couldn't get the query to work against an initialized global without the main function. Is the assembly directly out of gcc, or did you need to tweak it?
PS: Now I fancy some pie.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124409



More information about the lldb-commits mailing list