summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-09-08 14:59:33 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-09-08 14:59:33 +0000
commit96a60f8e7d5b07c41af24db089121c22323f28f8 (patch)
tree7ec5eeeee24f50513316e0e8dee1856d1be39dcd /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
parent815dbadb1691106559846c3e9ce7d2cae630837d (diff)
downloadbcm5719-llvm-96a60f8e7d5b07c41af24db089121c22323f28f8.tar.gz
bcm5719-llvm-96a60f8e7d5b07c41af24db089121c22323f28f8.zip
DataFormatters: add missing function implementations
This adds a definition for the TypeValidatorImpl_CXX destructor. Because the destructor is first virtual method, and declared out-of-line, it also serves as the key function. Since no definition was present, no virtual table for TypeValidatorImpl_CXX was emitted, which results in link failures due to references to undefined symbols. Also add a definition for a TypeValidatorImpl contructor which was declared out-of-line and referenced in a constructor for TypeValidatorImpl_CXX. llvm-svn: 217375
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud