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

1 2

  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.h 79 WriteMemory (lldb_private::EmulateInstruction *instruction,
108 WriteMemory (lldb_private::EmulateInstruction *instruction,
145 m_inst_emulator_ap->SetCallbacks (ReadMemory, WriteMemory, ReadRegister, WriteRegister);
UnwindAssemblyInstEmulation.cpp 413 UnwindAssemblyInstEmulation::WriteMemory (EmulateInstruction *instruction,
421 return ((UnwindAssemblyInstEmulation *)baton)->WriteMemory (instruction, context, addr, dst, dst_len);
426 UnwindAssemblyInstEmulation::WriteMemory (EmulateInstruction *instruction,
443 strm.PutCString ("UnwindAssemblyInstEmulation::WriteMemory (");
  /external/lldb/test/python_api/default-constructor/
sb_process.py 38 obj.WriteMemory(0x0000ffff, "hi data", error)
  /external/google-breakpad/src/client/
minidump_file_writer.h 110 bool WriteMemory(const void *src, size_t size, MDMemoryDescriptor *output);
minidump_file_writer.cc 203 bool MinidumpFileWriter::WriteMemory(const void *src, size_t size,
  /external/lldb/include/lldb/Expression/
IRMemoryMap.h 56 void WriteMemory (lldb::addr_t process_address, const uint8_t *bytes, size_t size, Error &error);
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMemory.cpp 162 if (process_sp->WriteMemory(m_reg_data_addr, data_sp->GetBytes(), data_sp->GetByteSize(), error) == data_sp->GetByteSize())
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.h 68 nub_size_t WriteMemory (nub_addr_t addr, nub_size_t size, const void *buf);
MachProcess.h 100 nub_size_t WriteMemory (nub_addr_t addr, nub_size_t size, const void *buf);
MachProcess.cpp 588 // WriteMemory from the MachProcess level will always write memory around
593 // (m_task.WriteMemory()) as that version will always modify inferior
597 MachProcess::WriteMemory (nub_addr_t addr, nub_size_t size, const void *buf)
607 return m_task.WriteMemory(addr, size, buf);
632 nub_size_t curr_bytes_written = m_task.WriteMemory(curr_addr, curr_size, ubuf + bytes_written);
651 bytes_written += m_task.WriteMemory(addr + bytes_written, size - bytes_written, ubuf + bytes_written);
858 if (m_task.WriteMemory(addr, break_op_size, bp->SavedOpcodeBytes()) == break_op_size)
    [all...]
  /external/lldb/source/Expression/
IRMemoryMap.cpp 424 IRMemoryMap::WriteMemory (lldb::addr_t process_address, const uint8_t *bytes, size_t size, Error &error)
436 process_sp->WriteMemory(process_address, bytes, size, error);
477 process_sp->WriteMemory(process_address, bytes, size, error);
486 process_sp->WriteMemory(process_address, bytes, size, error);
495 log->Printf("IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") went to [0x%" PRIx64 "..0x%" PRIx64 ")",
518 return WriteMemory(process_address, buf, mem_size, error);
IRExecutionUnit.cpp 59 WriteMemory(allocation_process_addr, bytes, size, error);
686 WriteMemory (record.m_process_address, (uint8_t*)record.m_host_address, record.m_size, err);
IRInterpreter.cpp 208 m_memory_map.WriteMemory(process_address, buf.GetBytes(), buf.GetByteSize(), write_error);
330 m_memory_map.WriteMemory(process_address, (uint8_t*)raw_data, constant_size, write_error);
    [all...]
Materializer.cpp 122 map.WriteMemory (mem,
522 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), data.GetByteSize(), write_error);
    [all...]
  /external/lldb/include/lldb/API/
SBProcess.h 224 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error);
  /external/lldb/scripts/Python/interface/
SBProcess.i 266 result = process.WriteMemory(addr, new_value, error)
268 print 'SBProcess.WriteMemory() failed!'
269 ") WriteMemory;
271 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error);
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 100 WriteMemory(lldb::addr_t vm_addr, const void *buf, size_t size,
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 105 WriteMemory(lldb::addr_t vm_addr, const void *buf, size_t size,
  /external/lldb/test/python_api/process/
TestProcessAPI.py 2 Test SBProcess APIs, including ReadMemory(), WriteMemory(), and others.
34 """Test Python SBProcess.WriteMemory() API."""
41 """Test Python SBProcess.WriteMemory() API."""
161 """Test Python SBProcess.WriteMemory() API."""
190 # But we want to use the WriteMemory() API to assign 'a' to the variable.
192 # Now use WriteMemory() API to write 'a' into the global variable.
194 result = process.WriteMemory(location, 'a', error)
196 self.fail("SBProcess.WriteMemory() failed")
257 # But we want to use the WriteMemory() API to assign 256 to the variable.
259 # Now use WriteMemory() API to write 256 into the global variable
    [all...]
  /external/lldb/source/Core/
EmulateInstruction.cpp 222 EmulateInstruction::WriteMemory (const Context &context,
323 return process_sp->WriteMemory (addr, src, src_len, error);
  /external/lldb/include/lldb/Core/
EmulateInstruction.h 127 // Used in WriteMemory callback to indicate where the data came from
489 WriteMemory (const Context &context,
  /external/lldb/source/Target/
RegisterContext.cpp 402 const uint32_t bytes_written = process_sp->WriteMemory (dst_addr, dst, bytes_copied, error);
  /external/lldb/source/Commands/
CommandObjectMemory.cpp     [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.cpp 527 if (process->WriteMemory(sp, cstr, cstr_length + 1, error) != (cstr_length + 1))
562 if (process->WriteMemory(sp + (index * 4), &argLayout[index], sizeof(uint32_t), error) != sizeof(uint32_t))
569 if (process->WriteMemory (sp, &returnAddressU32, sizeof(returnAddressU32), error) != sizeof(returnAddressU32))
    [all...]
  /external/lldb/source/API/
SBProcess.cpp 1108 SBProcess::WriteMemory (addr_t addr, const void *src, size_t src_len, SBError &sb_error)
1118 log->Printf ("SBProcess(%p)::WriteMemory (addr=0x%" PRIx64 ", src=%p, src_len=%" PRIu64 ", SBError (%p))...",
1132 bytes_written = process_sp->WriteMemory (addr, src, src_len, sb_error.ref());
1137 log->Printf ("SBProcess(%p)::WriteMemory() => error: process is running", process_sp.get());
1146 log->Printf ("SBProcess(%p)::WriteMemory (addr=0x%" PRIx64 ", src=%p, src_len=%" PRIu64 ", SBError (%p): %s) => %" PRIu64,
    [all...]

Completed in 482 milliseconds

1 2