LLDB
mainline
|
#include "lldb/Utility/FileSpec.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "llvm/Support/YAMLTraits.h"
#include <mutex>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | lldb_private::repro::ProviderBase |
The provider defines an interface for generating files needed for reproducing. More... | |
class | lldb_private::repro::Provider< ThisProviderT > |
class | lldb_private::repro::Generator |
The generator is responsible for the logic needed to generate a reproducer. More... | |
class | lldb_private::repro::Loader |
class | lldb_private::repro::Reproducer |
The reproducer enables clients to obtain access to the Generator and Loader. More... | |
struct | lldb_private::repro::ReplayOptions |
Namespaces | |
lldb_private | |
A class that represents a running process on the host machine. | |
lldb_private::repro | |
Enumerations | |
enum | lldb_private::repro::ReproducerMode { lldb_private::repro::ReproducerMode::Capture, lldb_private::repro::ReproducerMode::Off } |