Home
last modified time | relevance | path

Searched refs:FindFirstGlobalVariable (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lldb/test/API/commands/target/stop-hooks/
DTestStopHookScripted.py102 var = target.FindFirstGlobalVariable("g_var")
144 var = target.FindFirstGlobalVariable("g_var")
DTestStopHooks.py41 var = target.FindFirstGlobalVariable("g_var")
Dstop_hook.py29 value = exe_ctx.target.FindFirstGlobalVariable("g_var")
/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/
Doperating_system.py33 self.g_value = process.GetTarget().FindFirstGlobalVariable("g_value")
/external/llvm-project/lldb/test/API/lang/cpp/global_variables/
DTestCPPGlobalVariables.py37 gv = target.FindFirstGlobalVariable(mangled)
/external/llvm-project/lldb/test/API/lang/objc/global_ptrs/
DTestGlobalObjects.py33 g_obj_ptr = target.FindFirstGlobalVariable("g_obj_ptr")
/external/llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/
DTestDeepBundle.py62 setup_complete = target.FindFirstGlobalVariable("setup_is_complete")
/external/llvm-project/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
DTestBundleWithDotInFilename.py65 setup_complete = target.FindFirstGlobalVariable("setup_is_complete")
/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
DTestWeakSymbols.py31 value = self.target.FindFirstGlobalVariable("present_weak_int")
/external/llvm-project/lldb/include/lldb/API/
DSBModule.h198 lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target,
DSBTarget.h436 lldb::SBValue FindFirstGlobalVariable(const char *name);
/external/llvm-project/lldb/test/API/commands/expression/call-restarts/
DTestCallThatRestarts.py57 self.sigchld_no = target.FindFirstGlobalVariable("sigchld_no")
/external/llvm-project/lldb/bindings/interface/
DSBModule.i321 An SBValue that gets filled in with the found variable (if any).") FindFirstGlobalVariable;
323 FindFirstGlobalVariable (lldb::SBTarget &target, const char *name);
DSBTarget.i502 An SBValue that gets filled in with the found variable (if any).") FindFirstGlobalVariable;
504 FindFirstGlobalVariable (const char* name);
/external/llvm-project/lldb/source/API/
DSBModule.cpp433 lldb::SBValue SBModule::FindFirstGlobalVariable(lldb::SBTarget &target, in FindFirstGlobalVariable() function in SBModule
435 LLDB_RECORD_METHOD(lldb::SBValue, SBModule, FindFirstGlobalVariable, in FindFirstGlobalVariable()
750 LLDB_REGISTER_METHOD(lldb::SBValue, SBModule, FindFirstGlobalVariable, in RegisterMethods()
DSBTarget.cpp2016 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable() function in SBTarget
2017 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, FindFirstGlobalVariable, in FindFirstGlobalVariable()
2628 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, FindFirstGlobalVariable, in RegisterMethods()