[Lldb-commits] [PATCH] D11203: Add a class ValueObjectConstResultCast.

Siva Chandra sivachandra at google.com
Tue Jul 14 15:43:01 PDT 2015


sivachandra created this revision.
sivachandra added reviewers: clayborg, granata.enrico.
sivachandra added a subscriber: lldb-commits.

Other changes around the main change include:

1. Add a method Cast to ValueObjectConstResult, ValueObjectConstResultImpl
and ValueObjectConstResultChild.

2. Add an argument |live_address| of type lldb::addr_t to the constructor
of ValueObjectConstResultChild. This is passed on to the backing
ValueObjectConstResultImpl object constructor so that the address of the
child value can be calculated properly.

http://reviews.llvm.org/D11203

Files:
  include/lldb/Core/ValueObjectCast.h
  include/lldb/Core/ValueObjectConstResult.h
  include/lldb/Core/ValueObjectConstResultCast.h
  include/lldb/Core/ValueObjectConstResultChild.h
  include/lldb/Core/ValueObjectConstResultImpl.h
  source/Core/CMakeLists.txt
  source/Core/ValueObjectConstResult.cpp
  source/Core/ValueObjectConstResultCast.cpp
  source/Core/ValueObjectConstResultChild.cpp
  source/Core/ValueObjectConstResultImpl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11203.29722.patch
Type: text/x-patch
Size: 11402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150714/7d7c58d9/attachment.bin>


More information about the lldb-commits mailing list