Re: [Lldb-commits] [PATCH] D12304: Add scope tree for variable searching

2015-08-27 Thread Greg Clayton via lldb-commits
clayborg requested changes to this revision. clayborg added a comment. This revision now requires changes to proceed. This seems to be very variable specific. I would like to see if be able to ask a lldb_private::Block or a lldb_private::Compile and to provide a list of CompilerDeclContext objec

Re: [Lldb-commits] [PATCH] D12304: Add scope tree for variable searching

2015-08-27 Thread Paul Herman via lldb-commits
paulherman updated this revision to Diff 33345. paulherman added a comment. Add scope tree for variable searching http://reviews.llvm.org/D12304 Files: include/lldb/Symbol/Block.h include/lldb/Symbol/CompileUnit.h include/lldb/Symbol/Function.h include/lldb/Symbol/Symbol.h include/lld