1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 00:52:12 +00:00
serenity/Userland/DevTools/UserspaceEmulator
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
..
CMakeLists.txt UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Emulator.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Emulator.h Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC 2021-02-14 10:39:48 +01:00
main.cpp UserspaceEmulator: Improve error message for typos 2021-01-23 16:47:09 +01:00
MallocTracer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MallocTracer.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MmapRegion.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MmapRegion.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Range.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Range.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
RangeAllocator.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RangeAllocator.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Region.cpp UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Region.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Report.h UserspaceEmulator: Use vdbgln() instead of dbgln() when reporting 2021-02-08 18:08:55 +01:00
SimpleRegion.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SimpleRegion.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SoftCPU.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SoftCPU.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SoftMMU.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SoftMMU.h Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
ValueWithShadow.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00