mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibDebug: Use Core::Stream
to read opcodes for expression evaluation
This commit is contained in:
parent
91505d8cf3
commit
a9eea2e0c4
3 changed files with 7 additions and 8 deletions
|
@ -32,6 +32,6 @@ enum class Operations : u8 {
|
|||
FbReg = 0x91,
|
||||
};
|
||||
|
||||
Value evaluate(ReadonlyBytes, PtraceRegisters const&);
|
||||
ErrorOr<Value> evaluate(ReadonlyBytes, PtraceRegisters const&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue