LLDB mainline
AddressSpace.h File Reference
#include "lldb/lldb-types.h"
#include "llvm/Support/JSON.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  lldb_private::AddressSpaceInfo
 A single address space reported by a process. More...

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.

Functions

bool lldb_private::fromJSON (const llvm::json::Value &value, AddressSpaceInfo &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const AddressSpaceInfo &data)