Searched defs:sb_process (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/API/
H A DSBCommandInterpreter.cpp224 SBProcess sb_process; local
233 sb_process.SetSP(process_sp);
243 return sb_process;
H A DSBThread.cpp1007 SBProcess sb_process; local
1012 sb_process.SetSP (exe_ctx.GetProcessSP());
1019 sb_process.GetDescription (frame_desc_strm);
1021 sb_process.GetSP().get(), frame_desc_strm.GetData());
1024 return sb_process;
H A DSBValue.cpp1214 SBProcess sb_process; local
1219 sb_process.SetSP (process_sp);
1229 return sb_process;
H A DSBTarget.cpp531 SBProcess sb_process; local
537 sb_process.SetSP (process_sp);
547 return sb_process;
563 SBProcess sb_process; local
574 sb_process.SetSP (process_sp);
577 return sb_process;
624 SBProcess sb_process; local
662 return sb_process;
674 return sb_process;
687 sb_process
749 SBProcess sb_process; local
849 SBProcess sb_process; local
965 SBProcess sb_process; local
1063 SBProcess sb_process; local
1155 SBProcess sb_process; local
[all...]
/external/lldb/test/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py233 import sb_process namespace
234 sb_process.fuzz_obj(obj)

Completed in 118 milliseconds