mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 08:51:57 +00:00
LibDebug: Use Core::Stream
to read opcodes for expression evaluation
This commit is contained in:
parent
91505d8cf3
commit
a9eea2e0c4
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/timschumi
Commit: a9eea2e0c4
Pull-request: https://github.com/SerenityOS/serenity/pull/17124
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