Searched refs:ExecutionContext (Results 126 - 150 of 218) sorted by relevance

123456789

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp127 ExecutionContext exe_ctx = val_hash.first->GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp18 #include "lldb/Target/ExecutionContext.h"
159 ExecutionContext exe_ctx (frame_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h46 const lldb_private::ExecutionContext &exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h250 ResumeNewPlan (lldb_private::ExecutionContext &exe_ctx, lldb_private::ThreadPlan *new_plan);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h105 bool CaptureWatchedValue (const ExecutionContext &exe_ctx);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h390 const lldb_private::ExecutionContext& exe_ctx)
401 const lldb_private::ExecutionContext& exe_ctx)
H A DCommandObject.h27 #include "lldb/Target/ExecutionContext.h"
473 ExecutionContext m_exe_ctx;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp63 ExecutionContext exe_ctx;
138 Watchpoint::CaptureWatchedValue (const ExecutionContext &exe_ctx)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp28 #include "lldb/Target/ExecutionContext.h"
88 DumpRegister (const ExecutionContext &exe_ctx,
129 DumpRegisterSet (const ExecutionContext &exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp22 #include "lldb/Target/ExecutionContext.h"
130 AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func);
164 const ExecutionContext m_exe_ctx;
187 AssemblyParse_x86::AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func) :
1363 ExecutionContext exe_ctx (thread.shared_from_this());
1450 ExecutionContext exe_ctx (thread.shared_from_this());
1499 UnwindAssembly_x86::FirstNonPrologueInsn (AddressRange& func, const ExecutionContext &exe_ctx, Address& first_non_prologue_insn)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp25 #include "lldb/Target/ExecutionContext.h"
107 ExecutionContext exe_ctx(process_wp);
910 ExecutionContext exe_ctx (GetBestExecutionContextScope());
917 ExecutionContext exe_ctx (GetBestExecutionContextScope());
956 ExecutionContext exe_ctx (GetBestExecutionContextScope());
968 ExecutionContext exe_ctx (GetBestExecutionContextScope());
H A DExpressionSourceCode.cpp19 #include "lldb/Target/ExecutionContext.h"
178 bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrapping_language, bool const_object, bool static_method, ExecutionContext &exe_ctx) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp23 #include "lldb/Target/ExecutionContext.h"
771 CompilerType::GetChildCompilerTypeAtIndex (ExecutionContext *exe_ctx,
926 CompilerType::DumpValue (ExecutionContext *exe_ctx,
965 CompilerType::DumpSummary (ExecutionContext *exe_ctx,
1207 CompilerType::ReadFromMemory (lldb_private::ExecutionContext *exe_ctx,
1257 CompilerType::WriteToMemory (lldb_private::ExecutionContext *exe_ctx,
H A DFunction.cpp413 Function::GetInstructions (const ExecutionContext &exe_ctx,
432 Function::GetDisassembly (const ExecutionContext &exe_ctx,
H A DType.cpp31 #include "lldb/Target/ExecutionContext.h"
304 ExecutionContext *exe_ctx,
435 ExecutionContext *exe_ctx,
463 Type::ReadFromMemory (ExecutionContext *exe_ctx, lldb::addr_t addr, AddressType address_type, DataExtractor &data)
508 Type::WriteToMemory (ExecutionContext *exe_ctx, lldb::addr_t addr, AddressType address_type, DataExtractor &data)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp20 #include "lldb/Target/ExecutionContext.h"
211 ExecutionContext exe_ctx (CalculateThread());
366 ExecutionContext exe_ctx (CalculateThread());
510 ExecutionContext exe_ctx (CalculateThread());
539 ExecutionContext exe_ctx (CalculateThread());
559 ExecutionContext exe_ctx (CalculateThread());
669 ExecutionContext exe_ctx (CalculateThread());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp29 #include "lldb/Target/ExecutionContext.h"
300 ExecutionContext exe_ctx (shared_from_this());
1226 ExecutionContext exe_ctx (shared_from_this());
1398 StackFrame::CalculateExecutionContext (ExecutionContext &exe_ctx)
1410 ExecutionContext exe_ctx (shared_from_this());
1439 ExecutionContext exe_ctx (shared_from_this());
1521 ExecutionContext exe_ctx (shared_from_this());
H A DLanguage.cpp426 const ExecutionContext *exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h237 const lldb_private::ExecutionContext& exe_ctx) override;
245 const lldb_private::ExecutionContext& exe_ctx) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h33 #include "lldb/Target/ExecutionContext.h"
809 const ExecutionContext& exe_ctx);
814 const ExecutionContext& exe_ctx,
820 const ExecutionContext& exe_ctx,
826 const ExecutionContext& exe_ctx,
1177 // Use this constructor to create a ValueObject owned by another ValueObject. It will inherit the ExecutionContext
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp20 #include "lldb/Target/ExecutionContext.h"
160 ExecutionContext exe_ctx;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp21 #include "lldb/Target/ExecutionContext.h"
241 ExecutionContext exe_ctx (GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped));
H A DValueObjectMemory.cpp27 #include "lldb/Target/ExecutionContext.h"
193 ExecutionContext exe_ctx (GetExecutionContextRef());
H A DValueObjectSyntheticFilter.cpp287 ExecutionContext exe_ctx (GetExecutionContextRef());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp223 Property::Dump (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) const

Completed in 172 milliseconds

123456789