1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:08:12 +00:00
serenity/Userland/Libraries/LibCoreDump
Andreas Kling 01f1e480e5 LibELF: Fix various clang-tidy warnings
Remove a bunch of unused code, unnecessary const, and make some
non-object-specific member functions static.
2021-02-21 00:02:21 +01:00
..
Backtrace.cpp LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific 2021-01-15 23:26:47 +01:00
Backtrace.h LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific 2021-01-15 23:26:47 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Forward.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reader.cpp LibELF: Fix various clang-tidy warnings 2021-02-21 00:02:21 +01:00
Reader.h LibCoreDump: Expose arguments and environment 2021-01-15 23:26:47 +01:00