HomeSort by relevance Sort by last modified time
    Searched refs:LanguageRuntime (Results 1 - 25 of 28) sorted by null

1 2

  /external/lldb/include/lldb/Target/
LanguageRuntime.h 1 //===-- LanguageRuntime.h ---------------------------------------------------*- C++ -*-===//
28 class LanguageRuntime :
33 ~LanguageRuntime();
35 static LanguageRuntime*
102 // Classes that inherit from LanguageRuntime can see and modify these
105 LanguageRuntime(Process *process);
108 DISALLOW_COPY_AND_ASSIGN (LanguageRuntime);
ThreadPlanCallFunction.h 173 LanguageRuntime *m_cxx_language_runtime;
174 LanguageRuntime *m_objc_language_runtime;
CPPLanguageRuntime.h 20 #include "lldb/Target/LanguageRuntime.h"
25 public LanguageRuntime
ObjCLanguageRuntime.h 25 #include "lldb/Target/LanguageRuntime.h"
32 public LanguageRuntime
Process.h     [all...]
  /external/lldb/source/Target/
LanguageRuntime.cpp 1 //===-- LanguageRuntime.cpp -------------------------------------------------*- C++ -*-===//
10 #include "lldb/Target/LanguageRuntime.h"
68 LanguageRuntime *m_language_runtime;
85 LanguageRuntime *language_runtime = process_sp->GetLanguageRuntime(m_language);
194 LanguageRuntime *language_runtime = process_sp->GetLanguageRuntime(m_language);
222 LanguageRuntime *m_language_runtime;
228 LanguageRuntime*
229 LanguageRuntime::FindPlugin (Process *process, lldb::LanguageType language)
231 std::unique_ptr<LanguageRuntime> language_runtime_ap;
250 LanguageRuntime::LanguageRuntime(Process *process)
    [all...]
Android.mk 15 LanguageRuntime.cpp \
CPPLanguageRuntime.cpp 160 LanguageRuntime (process)
ObjCLanguageRuntime.cpp 36 LanguageRuntime (process),
Process.cpp 32 #include "lldb/Target/LanguageRuntime.h"
    [all...]
Target.cpp 494 return LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, internal);
    [all...]
  /external/lldb/source/Plugins/
Makefile 20 LanguageRuntime/CPlusPlus/ItaniumABI \
21 LanguageRuntime/ObjC/AppleObjCRuntime \
Android.mk 13 LanguageRuntime/CPlusPlus/ItaniumABI \
14 LanguageRuntime/ObjC/AppleObjCRuntime \
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.h 19 #include "lldb/Target/LanguageRuntime.h"
52 static lldb_private::LanguageRuntime *
ItaniumABILanguageRuntime.cpp 286 LanguageRuntime *
391 return LanguageRuntime::CreateExceptionSearchFilter();
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 30 #include "lldb/Target/LanguageRuntime.h"
157 LanguageRuntime *runtime = process->GetLanguageRuntime (known_type);
163 LanguageRuntime *cpp_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeC_plus_plus);
169 LanguageRuntime *objc_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeObjC);
  /external/lldb/include/lldb/
lldb-private-interfaces.h 29 typedef LanguageRuntime *(*LanguageRuntimeCreateInstance) (Process *process, lldb::LanguageType language);
lldb-forward.h 106 class LanguageRuntime;
293 typedef std::shared_ptr<lldb_private::LanguageRuntime> LanguageRuntimeSP;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.h 114 static lldb_private::LanguageRuntime *
AppleObjCRuntime.cpp 339 m_objc_exception_bp_sp = LanguageRuntime::CreateExceptionBreakpoint (m_process->GetTarget(),
412 return LanguageRuntime::CreateExceptionSearchFilter();
AppleObjCRuntimeV2.h 55 static lldb_private::LanguageRuntime *
AppleObjCRuntimeV1.cpp 72 lldb_private::LanguageRuntime *
  /external/lldb/source/Interpreter/
CommandObject.cpp 824 sstr << " " << LanguageRuntime::GetNameForLanguageType(static_cast<LanguageType>(l)) << "\n";
    [all...]
  /external/lldb/source/Commands/
CommandObjectBreakpoint.cpp 149 LanguageType language = LanguageRuntime::GetLanguageTypeFromString (option_arg);
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 52 #include "lldb/Target/LanguageRuntime.h"
    [all...]

Completed in 731 milliseconds

1 2