1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 19:45:08 +00:00
serenity/Libraries/LibDebug
asynts fff581cd72 AK: Rename span() to bytes() when appropriate.
I originally defined the bytes() method for the String class, because it
made it obvious that it's a span of bytes instead of span of characters.

This commit makes this more consistent by defining a bytes() method when
the type of the span is known to be u8.

Additionaly, the cast operator to Bytes is overloaded for ByteBuffer and
such.
2020-08-15 21:21:18 +02:00
..
Dwarf AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DebugInfo.cpp AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
DebugInfo.h LibDebug: Add support for enum value types 2020-06-03 08:12:50 +02:00
DebugSession.cpp LibDebug: Fix DebugSession teardown 2020-08-15 15:06:35 +02:00
DebugSession.h LibDebug: Assert that we can read the executable of the debugee 2020-08-15 15:06:35 +02:00