Add an API to ValueObject that iterates over the entire parent chain via a callback...
authorEnrico Granata <egranata@apple.com>
Thu, 22 Jan 2015 03:07:34 +0000 (03:07 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 22 Jan 2015 03:07:34 +0000 (03:07 +0000)
commitde61ebafcfa3445869e223802bc2cd75b08aab60
tree35c9aefc6bce29d56f7b7ba0bcf9d78509acf5b9
parent2e4db3d00ce680801fa82ed19fc750e280cb372d
Add an API to ValueObject that iterates over the entire parent chain via a callback, and rewrite GetRoot() in terms of this general iteration API. NFC

llvm-svn: 226771
lldb/include/lldb/Core/ValueObject.h
lldb/source/Core/ValueObject.cpp