llvm/lldb/source/Core/DebuggerEvents.cpp

//===-- DebuggerEvents.cpp ------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "lldb/Core/DebuggerEvents.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/Progress.h"
#include "llvm/Support/WithColor.h"

usingnamespacelldb_private;
usingnamespacelldb;

template <typename T>
static const T *GetEventDataFromEventImpl(const Event *event_ptr) {}

llvm::StringRef ProgressEventData::GetFlavorString() {}

llvm::StringRef ProgressEventData::GetFlavor() const {}

void ProgressEventData::Dump(Stream *s) const {}

const ProgressEventData *
ProgressEventData::GetEventDataFromEvent(const Event *event_ptr) {}

StructuredData::DictionarySP
ProgressEventData::GetAsStructuredData(const Event *event_ptr) {}

llvm::StringRef DiagnosticEventData::GetPrefix() const {}

void DiagnosticEventData::Dump(Stream *s) const {}

llvm::StringRef DiagnosticEventData::GetFlavorString() {}

llvm::StringRef DiagnosticEventData::GetFlavor() const {}

const DiagnosticEventData *
DiagnosticEventData::GetEventDataFromEvent(const Event *event_ptr) {}

StructuredData::DictionarySP
DiagnosticEventData::GetAsStructuredData(const Event *event_ptr) {}

llvm::StringRef SymbolChangeEventData::GetFlavorString() {}

llvm::StringRef SymbolChangeEventData::GetFlavor() const {}

const SymbolChangeEventData *
SymbolChangeEventData::GetEventDataFromEvent(const Event *event_ptr) {}

void SymbolChangeEventData::DoOnRemoval(Event *event_ptr) {}