summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoredump
AgeCommit message (Expand)Author
2023-05-27LibCoredump: Avoid unnecessary conversion to DeprecatedStringBen Wiederhake
2023-04-23LibCoredump+CrashReporter: Make CrashReporter work on AArch64Daniel Bertalan
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-26LibCoreDump: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-22LibDebug: Propagate errors throughout DWARF parsingTim Schumacher
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2022-12-28LibCoredump: Remove i686 supportLiav A
2022-12-10LibCompress: Port GzipDecompressor to `Core::Stream`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-03Everywhere: Fix two inconsistent serenity_lib() output namesLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13Libraries: Use default constructors/destructors in LibX86Lenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCoredumpLenny Maiorani
2022-02-14LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching librariesSviatoslav Peleshko
2022-02-04LibCoredump: Add stack frame entry even if there is no object infoMaciej
2022-02-04LibCoredump: Fix use-after-free in Backtrace::object_info_for_region()Maciej
2022-01-28LibCoredump: Copy out the FooInfo structs to an aligned addressAli Mohammad Pur
2022-01-28LibDebug+LibCoredump: Replace remaining reinterpret_casts and C castsAli Mohammad Pur
2022-01-28LibDebug+LibCoredump: Use ByteReader to do unaligned readsAli Mohammad Pur
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-20LibCoredump: Add Coredump::InspectorItamar
2021-11-20LibCoredump: Add Reader::for_each_libraryItamar
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-10Everywhere: Move shared library checks into a common functionTim Schumacher
2021-11-10LibCoredump: Restrict library name check when querying symbolsTim Schumacher
2021-10-17LibCoredump: Show frames from Loader.so if the crash occurs in itDaniel Bertalan
2021-10-17LibCoredump: Accept dynamic libraries with versioned namesDaniel Bertalan
2021-09-22LibCoredump: Don't copy uncompressed coredumps into a ByteBufferAndreas Kling
2021-09-21CrashReporter+LibCoredump: Show progress window while loading coredumpAndreas Kling
2021-09-21LibCoredump: Make Backtrace getters return const referencesAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling