LLDB mainline
Namespaces | Functions
ObjectFileJSON.cpp File Reference
#include "Plugins/ObjectFile/JSON/ObjectFileJSON.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Section.h"
#include "lldb/Symbol/Symbol.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "llvm/ADT/DenseSet.h"
#include <optional>

Go to the source code of this file.

Namespaces

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

Functions

bool lldb_private::fromJSON (const json::Value &value, ObjectFileJSON::Header &header, json::Path path)
 
bool lldb_private::fromJSON (const json::Value &value, ObjectFileJSON::Body &body, json::Path path)