LLDB mainline
|
#include "lldb/Host/Config.h"
#include <functional>
#include <string>
#include <vector>
#include "llvm/ADT/StringRef.h"
#include "lldb/Utility/StreamString.h"
#include "lldb/Utility/StructuredData.h"
#include "lldb/lldb-private.h"
Go to the source code of this file.
Classes | |
class | lldb_private::XMLNode |
class | lldb_private::XMLDocument |
class | lldb_private::ApplePropertyList |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
Typedefs | |
typedef void * | lldb_private::XMLNodeImpl |
typedef void * | lldb_private::XMLDocumentImpl |
typedef std::vector< std::string > | lldb_private::NamePath |
typedef std::function< bool(const XMLNode &node)> | lldb_private::NodeCallback |
typedef std::function< bool(const llvm::StringRef &name, const llvm::StringRef &value)> | lldb_private::AttributeCallback |