ladybird/Kernel/TTY
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +01:00
..
MasterPTY.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
MasterPTY.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
PTYMultiplexer.cpp Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions 2021-02-19 20:23:05 +01:00
PTYMultiplexer.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
SlavePTY.cpp Kernel: Convert snprintf() => String::formatted()/number() 2021-02-17 16:37:11 +01:00
SlavePTY.h Kernel: Convert snprintf() => String::formatted()/number() 2021-02-17 16:37:11 +01:00
TTY.cpp Kernel: Silence TTY signal debug spam 2021-02-21 10:52:30 +01:00
TTY.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
VirtualConsole.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
VirtualConsole.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00