[Lldb-commits] [PATCH] D73053: [lldb/DataFormatters] Fix the `$$deference$$` synthetic child

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 21 10:19:59 PST 2020


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

Except for one typo in the comment (thanks for adding that BTW) looks good.



================
Comment at: lldb/docs/use/variable.rst:907
+              if index == 0:
+                  return <valobj resulting of dereference>
+              return None
----------------
of -> from


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73053





More information about the lldb-commits mailing list