1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00
serenity/Userland/Libraries/LibDebug
Itamar 47f5a3ea9a HackStudio: Add 'pause debuggee' button
This button sends a SIGSTOP to the debugged process, which pauses it.
The debuggee can be resumed with the 'continue' button.
2023-02-24 19:09:27 +01:00
..
Dwarf Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DebugInfo.cpp LibDebug: Remove file path fixup for library sources 2023-02-24 19:09:27 +01:00
DebugInfo.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
DebugSession.cpp HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DebugSession.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
LoadedLibrary.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProcessInspector.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProcessInspector.h Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
StackFrameUtils.cpp LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance 2022-01-28 22:51:27 +00:00
StackFrameUtils.h Everywhere: Fix badly-formatted includes 2022-09-17 04:00:54 +00:00