Lines Matching +defs:process +defs:name
41 const char *name)
43 m_jit_module_wp(), m_name(name ? name : "<unknown>"),
52 // Can't make a FunctionCaller without a process.
68 Process *process = exe_ctx.GetProcessPtr();
70 if (!process) {
71 diagnostic_manager.Printf(lldb::eSeverityError, "no process.");
77 if (process != jit_process_sp.get()) {
79 "process does not match the stored process.");
83 if (process->GetState() != lldb::eStateStopped) {
84 diagnostic_manager.Printf(lldb::eSeverityError, "process is not stopped");
118 process->GetTarget().GetImages().Append(jit_module_sp,
122 if (process && m_jit_start_addr)
123 m_jit_process_wp = process->shared_from_this();
155 Process *process = exe_ctx.GetProcessPtr();
157 if (process == nullptr)
162 if (process != jit_process_sp.get())
166 args_addr_ref = process->AllocateMemory(
184 process->WriteScalarToMemory(args_addr_ref + first_offset, fun_addr,
185 process->GetAddressByteSize(), error);
218 if (!process->WriteScalarToMemory(args_addr_ref + offset, arg_scalar,
231 Process *process = exe_ctx.GetProcessPtr();
232 if (!process) {
233 diagnostic_manager.PutString(lldb::eSeverityError, "no process");
236 if (process->GetState() != lldb::eStateStopped) {
237 diagnostic_manager.PutString(lldb::eSeverityError, "process running");
303 Process *process = exe_ctx.GetProcessPtr();
305 if (process == nullptr)
310 if (process != jit_process_sp.get())
314 ret_value.GetScalar() = process->ReadUnsignedIntegerFromMemory(