[Lldb-commits] [PATCH] D13577: Fix build with python disabled after r249597

Keno Fischer via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 8 19:31:54 PDT 2015


loladiro created this revision.
loladiro added reviewers: evgeny777, ki.stfu, granata.enrico, clayborg.
loladiro added a subscriber: lldb-commits.
loladiro set the repository for this revision to rL LLVM.

r249597 introduced a usage of GetTypeSummary in lldb-mi. That function used to only be available when python is enabled. However, it doesn't seem like there's a reason for that anymore since that is now dealt with a different abstraction layer.

Repository:
  rL LLVM

http://reviews.llvm.org/D13577

Files:
  include/lldb/API/SBDefines.h
  include/lldb/API/SBTypeSummary.h
  include/lldb/API/SBValue.h
  include/lldb/DataFormatters/TypeSummary.h
  include/lldb/lldb-forward.h
  source/API/SBTypeSummary.cpp
  source/API/SBValue.cpp
  source/DataFormatters/TypeSummary.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13577.36918.patch
Type: text/x-patch
Size: 4594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151009/75281385/attachment.bin>


More information about the lldb-commits mailing list