[Lldb-commits] [PATCH] D119963: [LLDB] Dump valid ranges of variables

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 1 07:38:23 PST 2022


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



More information about the lldb-commits mailing list