Go to the documentation of this file.
9 #ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_ITANIUMABI_ITANIUMABILANGUAGERUNTIME_H
10 #define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_ITANIUMABI_ITANIUMABILANGUAGERUNTIME_H
42 bool isA(
const void *ClassID)
const override {
47 return runtime->
isA(&
ID);
69 lldb::BreakpointResolverSP
71 bool catch_bp,
bool throw_bp)
override;
76 lldb::ThreadSP thread_sp)
override;
82 lldb::BreakpointResolverSP
84 bool catch_bp,
bool throw_bp,
bool for_expressions);
114 #endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_ITANIUMABI_ITANIUMABILANGUAGERUNTIME_H
std::mutex m_dynamic_type_map_mutex
lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal)
static lldb_private::LanguageRuntime * CreateInstance(Process *process, lldb::LanguageType language)
LanguageType
Programming language type.
bool isA(const void *ClassID) const override
void ClearExceptionBreakpoints() override
virtual bool isA(const void *ClassID) const
llvm::StringRef GetPluginName() override
static llvm::StringRef GetPluginNameStatic()
void SetDynamicTypeInfo(const lldb_private::Address &vtable_addr, const TypeAndOrName &type_info)
lldb::BreakpointSP m_cxx_exception_bp_sp
bool isA(const void *ClassID) const override
DynamicTypeCache m_dynamic_type_map
lldb::SearchFilterSP CreateExceptionSearchFilter() override
ValueType
Type that describes Value::m_value.
bool GetDynamicTypeAndAddress(ValueObject &in_value, lldb::DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &address, Value::ValueType &value_type) override
bool ExceptionBreakpointsAreSet() override
TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name, ValueObject &static_value) override
ItaniumABILanguageRuntime(Process *process)
TypeAndOrName GetTypeInfoFromVTableAddress(ValueObject &in_value, lldb::addr_t original_ptr, lldb::addr_t vtable_addr)
~ItaniumABILanguageRuntime() override=default
void SetExceptionBreakpoints() override
A class that represents a running process on the host machine.
TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr)
bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override
bool CouldHaveDynamicValue(ValueObject &in_value) override
lldb::ValueObjectSP GetExceptionObjectForThread(lldb::ThreadSP thread_sp) override
Sometimes you can find the name of the type corresponding to an object, but we don't have debug infor...
lldb::BreakpointResolverSP CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp, bool throw_bp) override
static bool classof(const LanguageRuntime *runtime)
std::map< lldb_private::Address, TypeAndOrName > DynamicTypeCache