ladybird/DevTools
Andreas Kling f03800cee3 Kernel: Add dedicated "ptrace" pledge promise
The vast majority of programs don't ever need to use sys$ptrace(),
and it seems like a high-value system call to prevent a compromised
process from using.

This patch moves sys$ptrace() from the "proc" promise to its own,
new "ptrace" promise and updates the affected apps.
2021-01-11 22:32:59 +01:00
..
HackStudio Kernel: Add dedicated "ptrace" pledge promise 2021-01-11 22:32:59 +01:00
Inspector Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
IPCCompiler LibIPC: Remove use of ByteBuffer::wrap() 2020-12-19 11:30:02 +01:00
Playground Playground: Show placeholders for unregistered widgets 2021-01-11 20:12:26 +01:00
Profiler Kernel+Profiler: Make profiling per-process and without core dumps 2021-01-11 11:36:00 +01:00
UserspaceEmulator Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf 2021-01-11 21:06:32 +01:00
CMakeLists.txt DevTools: Add a simple GML Playground application :^) 2020-12-26 19:04:46 +01:00