Home
last modified time | relevance | path

Searched refs:repeat_count (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1307 int repeat_count = *++c + 3 - ' '; in ExpandRLE() local
1310 for (int i = 0; i < repeat_count; ++i) in ExpandRLE()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py981 repeat_count = ord(encoded_bytes[i + 1]) - 29
982 decoded_bytes += decoded_bytes[-1] * repeat_count