mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LibDebug: Prefer File::read_until_eof over DeprecatedFile
This commit is contained in:
parent
f9a24eb7eb
commit
9474e0cd94
2 changed files with 18 additions and 10 deletions
|
@ -137,7 +137,7 @@ private:
|
|||
// x86 breakpoint instruction "int3"
|
||||
static constexpr u8 BREAKPOINT_INSTRUCTION = 0xcc;
|
||||
|
||||
void update_loaded_libs();
|
||||
ErrorOr<void> update_loaded_libs();
|
||||
|
||||
int m_debuggee_pid { -1 };
|
||||
DeprecatedString m_source_root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue