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

Looks good, I'm sorry this took so long.

Jim, do you have anything to add?



================
Comment at: lldb/source/Symbol/Variable.cpp:439-440
+bool Variable::DumpLocations(Stream *s, const Address &address) {
+  // When given invalid address, it dumps all locations. Otherwise it only 
dumps
+  // the location that contains this address.
+  SymbolContext sc;
----------------
Maybe move into a header?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119963

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to