LLDB mainline
lldb_private::SymbolLocator::NotFound Class Reference

A binary was not found and nothing could say why. More...

#include <SymbolLocator.h>

Inheritance diagram for lldb_private::SymbolLocator::NotFound:
[legend]

Public Member Functions

void log (llvm::raw_ostream &os) const override
std::error_code convertToErrorCode () const override

Static Public Attributes

static char ID = 0

Detailed Description

A binary was not found and nothing could say why.

Distinct from every other error so that a caller composing its own message for a plain miss cannot mistake a real failure for one.

Definition at line 35 of file SymbolLocator.h.

Member Function Documentation

◆ convertToErrorCode()

std::error_code SymbolLocator::NotFound::convertToErrorCode ( ) const
override

Definition at line 31 of file SymbolLocator.cpp.

◆ log()

void SymbolLocator::NotFound::log ( llvm::raw_ostream & os) const
override

Definition at line 27 of file SymbolLocator.cpp.

Member Data Documentation

◆ ID

char SymbolLocator::NotFound::ID = 0
static

Definition at line 37 of file SymbolLocator.h.


The documentation for this class was generated from the following files: