summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2015-05-26 18:00:51 +0000
committerGreg Clayton <gclayton@apple.com>2015-05-26 18:00:51 +0000
commitd04f0edad9afe46f18b86de9199884ea1dceb220 (patch)
treeb0fc46f21a8b89ad468b8fae3c98e81f29e182c3 /lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
parentbfecc06656d0f9fcdf22270b6c0aa15441d8d198 (diff)
downloadbcm5719-llvm-d04f0edad9afe46f18b86de9199884ea1dceb220.tar.gz
bcm5719-llvm-d04f0edad9afe46f18b86de9199884ea1dceb220.zip
Added XML to the host layer.
We know have on API we should use for all XML within LLDB in XML.h. This API will be easy back the XML parsing by different libraries in case libxml2 doesn't work on all platforms. It also allows the only place for #ifdef ...XML... to be in XML.h and XML.cpp. The API is designed so it will still compile with or without XML support and there is a static function "bool XMLDocument::XMLEnabled()" that can be called to see if XML is currently supported. All APIs will return errors, false, or nothing when XML isn't enabled. Converted all locations that used XML over to using the host XML implementation. Added target.xml support to debugserver. Extended the XML register format to work for LLDB by including extra attributes and elements where needed. This allows the target.xml to replace the qRegisterInfo packets and allows us to fetch all register info in a single packet. <rdar://problem/21090173> llvm-svn: 238224
Diffstat (limited to 'lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp')
-rw-r--r--lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
index 3dce3e2ba4a..dce88bc62db 100644
--- a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
+++ b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
@@ -742,4 +742,4 @@ PlatformWindows::GetEnvironment(StringList &env)
}
return Host::GetEnvironment(env);
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud