1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:04:57 +00:00
serenity/Userland/Libraries/LibDebug
Itamar 26250fe14a LibDebug: Add static attach() function
This function is similar to exec_and_attach(), but instead of spawning
a new process and debugging it, it attaches to an existing process.
2023-02-08 19:23:07 +01:00
..
Dwarf AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DebugInfo.cpp LibDebug: Use Core::Stream to read opcodes for expression evaluation 2023-01-22 19:12:26 +01:00
DebugInfo.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
DebugSession.cpp LibDebug: Add static attach() function 2023-02-08 19:23:07 +01:00
DebugSession.h LibDebug: Add static attach() function 2023-02-08 19:23:07 +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