Home
last modified time | relevance | path

Searched refs:fixed_length (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp151 uint32_t fixed_length) const { in GetCStr()
157 if (fixed_length) in GetCStr()
158 *offset_ptr += fixed_length; in GetCStr()
H A DDNBDataRef.h98 const char *GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
H A DDNB.cpp1275 nub_size_t fixed_length) { in DNBProcessMemoryReadCStringFixed() argument
1277 char buffer[fixed_length + 1]; in DNBProcessMemoryReadCStringFixed()
1278 buffer[fixed_length] = '\0'; in DNBProcessMemoryReadCStringFixed()
1279 nub_size_t bytes_read = DNBProcessMemoryRead(pid, addr, fixed_length, buffer); in DNBProcessMemoryReadCStringFixed()
H A DDNB.h99 nub_size_t fixed_length) DNB_EXPORT;