================
@@ -72,8 +72,11 @@ class DummyProcess : public Process {
// Test-specific additions
size_t m_bytes_left;
+ int m_filler = 'B';
MemoryCache &GetMemoryCache() { return m_memory_cache; }
void SetMaxReadSize(size_t size) { m_bytes_left = size; }
+ void SetFiller(int filler) { m_filler = filler; }
+ using Process::SetPrivateState;
----------------
igorkudrin wrote:
I needed it to make the process look alive. In the last update, I overrode
`IsAlive()` directly.
https://github.com/llvm/llvm-project/pull/169150
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits