ladybird/Libraries
Linus Groh 2939ad0110 LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace
Creating a backtrace from a crashdump already existed as a few
standalone functions in CrashDaemon. This patch refactors the code
required for this to make it generally usable and moves it to
CoreDump::Backtrace, which provides both raw data as well as
stringification.
2020-12-29 15:42:30 +01:00
..
LibAudio
LibC Kernel+LibC: Add a very limited sys$mremap() implementation 2020-12-29 02:20:43 +01:00
LibChess
LibCompress
LibCore LibCore: Add REGISTER_TEXT_ALIGNMENT_PROPERTY macro 2020-12-29 15:42:30 +01:00
LibCoreDump LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace 2020-12-29 15:42:30 +01:00
LibCpp
LibCrypt
LibCrypto
LibDebug
LibDesktop Everywhere: Move AppFile from LibGUI to LibDesktop 2020-12-28 01:28:07 +01:00
LibDiff
LibELF LibELF: Add MemoryRegionInfo::object_name() 2020-12-29 15:42:30 +01:00
LibGemini
LibGfx LibGfx+AK: Make text elision work with multi-byte characters 2020-12-28 23:54:10 +01:00
LibGUI LibGUI: Consider comment tokens in GMLParser 2020-12-29 15:42:30 +01:00
LibHTTP
LibImageDecoderClient
LibIPC
LibJS LibJS: Uncomment the tests that pass now 2020-12-29 13:43:16 +01:00
LibKeyboard
LibLine
LibM LibM: Reimplement some functions using FPU 2020-12-29 13:43:16 +01:00
LibMarkdown
LibPCIDB
LibProtocol
LibPthread
LibRegex LibRegex: Fail early if eof seen after '(?' 2020-12-28 13:09:22 +01:00
LibTar
LibTextCodec LibTextCodec: Fix minor errors in Latin2 decoder 2020-12-28 23:31:12 +01:00
LibThread
LibTLS
LibUnwind
LibVT LibVT: Implement find and scroll helper methods in TerminalWidget 2020-12-28 11:40:35 +01:00
LibWeb LibWeb: Fill OOPWV with the palette base color until we have pixels 2020-12-29 00:47:30 +01:00
LibX86
CMakeLists.txt