commit | 797a1b37e55eb0c035245c1c0e3363d29873ef68 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Tue May 29 20:04:10 2012 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Tue May 29 20:04:10 2012 +0000 |
tree | 7075ebf8cb0fa5d4ea56100e1b8817a505d620bb | |
parent | 836914c0aaaf7f4d6576445d163e3e15d91734e6 [diff] [blame] |
Fix arch_helper() to return the list of supported architectures. llvm-svn: 157643
diff --git a/lldb/source/Core/StreamString.cpp b/lldb/source/Core/StreamString.cpp index e4caef8..1c6f146 100644 --- a/lldb/source/Core/StreamString.cpp +++ b/lldb/source/Core/StreamString.cpp
@@ -47,6 +47,12 @@ m_packet.clear(); } +bool +StreamString::Empty() const +{ + return GetSize() == 0; +} + const char * StreamString::GetData () const {