1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 06:57:34 +00:00
serenity/Userland/Libraries/LibDebug
Ali Mohammad Pur f364fcec5d LibRegex+Everywhere: Make LibRegex more unicode-aware
This commit makes LibRegex (mostly) capable of operating on any of
the three main string views:
- StringView for raw strings
- Utf8View for utf-8 encoded strings
- Utf32View for raw unicode strings

As a result, regexps with unicode strings should be able to properly
handle utf-8 and not stop in the middle of a code point.
A future commit will update LibJS to use the correct type of string
depending on the flags.
2021-07-18 21:10:55 +04:30
..
Dwarf LibDebug: Implement symbolication for x86_64 2021-07-13 23:19:33 +02:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DebugInfo.cpp LibDebug: Implement symbolication for x86_64 2021-07-13 23:19:33 +02:00
DebugInfo.h LibDebug: Implement symbolication for x86_64 2021-07-13 23:19:33 +02:00
DebugSession.cpp LibRegex+Everywhere: Make LibRegex more unicode-aware 2021-07-18 21:10:55 +04:30
DebugSession.h Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters 2021-06-27 15:46:42 +02:00
StackFrameUtils.cpp LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
StackFrameUtils.h LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00