ladybird/Userland/Libraries/LibDebug
FalseHonesty 7a1396f509 LibDebug: Implement ability to set watchpoints
Now we can set hardware watchpoints for our variables! :^)
These watchpoints will be automatically removed when
they go out of scope.
2021-04-18 17:02:40 +02:00
..
Dwarf LibDebug: Implement support for AttributeDataForm::Data8 2021-04-18 15:51:13 +02:00
CMakeLists.txt
DebugInfo.cpp LibDebug: Add support for parsing array types 2021-04-14 13:28:48 +02:00
DebugInfo.h LibDebug: Add support for parsing array types 2021-04-14 13:28:48 +02:00
DebugSession.cpp LibDebug: Implement ability to set watchpoints 2021-04-18 17:02:40 +02:00
DebugSession.h LibDebug: Implement ability to set watchpoints 2021-04-18 17:02:40 +02:00
StackFrameUtils.cpp
StackFrameUtils.h