Home
last modified time | relevance | path

Searched refs:data_count (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp211 nub_size_t data_count) { in Read() argument
212 if (data == NULL || data_count == 0) in Read()
218 while (total_bytes_read < data_count) { in Read()
220 MaxBytesLeftInPage(task, curr_addr, data_count - total_bytes_read); in Read()
254 const void *data, nub_size_t data_count) { in Write() argument
261 while (total_bytes_written < data_count) { in Write()
263 mach_vm_size_t curr_data_count = data_count - total_bytes_written; in Write()
303 const nub_size_t data_count) { in WriteRegion() argument
304 if (data == NULL || data_count == 0) in WriteRegion()
310 while (total_bytes_written < data_count) { in WriteRegion()
[all …]
H A DMachVMMemory.h25 nub_size_t data_count);
27 nub_size_t data_count);
41 const void *data, const nub_size_t data_count);
H A DMachException.cpp177 stop_info->details.exception.data_count = exc_data.size(); in GetStopInfo()
191 (uint64_t)stop_info->details.exception.data_count); in GetStopInfo()
194 desc < end_desc && idx < stop_info->details.exception.data_count; in GetStopInfo()
198 ((idx + 1 == stop_info->details.exception.data_count) ? '}' : ',')); in GetStopInfo()
204 for (i = 0; i < stop_info->details.exception.data_count; i++) in GetStopInfo()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DDebug.h138 uint32_t data_count; member
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h264 nub_size_t data_count; member
H A DRNBRemote.cpp2735 if (tid_stop_info.details.exception.data_count == 2 && in SendStopReplyPacketForThread()
2863 << tid_stop_info.details.exception.data_count << ';'; in SendStopReplyPacketForThread()
2864 for (nub_size_t i = 0; i < tid_stop_info.details.exception.data_count; in SendStopReplyPacketForThread()
5467 i < tid_stop_info.details.exception.data_count; ++i) { in GetJSONThreadsInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp261 stop_info.details.exception.data_count = 0; in SetStopReasonForThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp784 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; in GetJSONThreadsInfo()
970 response.PutHex32(tid_stop_info.details.exception.data_count); in PrepareStopReplyPacketForThread()
973 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; ++i) { in PrepareStopReplyPacketForThread()