2 * Copyright 2015, Rene Gollent, rene@gollent.com.
3 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
4 * Distributed under the terms of the MIT License.
18 class DebuggerInterface
;
24 ValueWriter(Architecture
* architecture
,
25 DebuggerInterface
* interface
,
27 thread_id targetThread
);
28 // cpuState can be NULL
31 Architecture
* GetArchitecture() const
32 { return fArchitecture
; }
34 status_t
WriteValue(ValueLocation
* location
,
38 Architecture
* fArchitecture
;
39 DebuggerInterface
* fDebuggerInterface
;
41 thread_id fTargetThread
;
45 #endif // VALUE_WRITER_H