summaryrefslogtreecommitdiff
path: root/Userland/Applications/CrashReporter
AgeCommit message (Expand)Author
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-06CrashReporter: Capture backtrace progress callback's arguments by valueSviatoslav Peleshko
2022-02-03CrashReporter: Stop attempting to lockdown the process veilBrian Gianforcaro
2022-01-28LibCoredump: Copy out the FooInfo structs to an aligned addressAli Mohammad Pur
2022-01-25CrashReporter: Dispatch backtrace progress callbacks on the main threadAndreas Kling
2022-01-20CrashReporter: Don't crash when investigating a HackStudio crashSam Atkins
2022-01-03CrashReporter: Move progressbar into main windowSamuel Bowman
2021-12-11CrashReporter: Remove redundant pledge()bugreport0
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-12-04CrashReporter: Port to LibMain and use TRY() while building the UI :^)Andreas Kling
2021-11-30CrashReporter: Remove unnecessary button height overrides from GMLAndreas Kling
2021-11-30CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"Andreas Kling
2021-11-24CrashReporter: Don't visualize whitespace in memory regions text editorMaciej
2021-11-21CrashReporter: Show the available memory region informationTim Schumacher
2021-11-20CrashReporter: Add "Inspect in Hack Studio" buttonItamar
2021-11-20CrashReporter: Unlink coredump file on exitItamar
2021-10-03CrashReporter: Don't crash when "Generating..." Window gets closedsw1tchbl4d3
2021-09-21CrashReporter: Show coredump loading progress in the Taskbar :^)Andreas Kling
2021-09-21CrashReporter+LibCoredump: Show progress window while loading coredumpAndreas Kling
2021-09-21CrashDaemon+CrashReporter: Streamline crash reporting a little bitAndreas Kling
2021-09-19CrashReporter: Add some margin around the backtrace & register viewsAndreas Kling
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-01CrashReporter: Fix bogus register alignment on x86_64Andreas Kling
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04Kernel+CrashReporter: Add metadata about page faults to crash reportsAndreas Kling
2021-04-04CrashReporter: Only create coredump metadata hash map onceAndreas Kling
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-02-19CrashReporter: Fix showing assertion info in backtraceLinus Groh
2021-01-20CrashReporter: Show pledge violation in backtraceLinus Groh
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15CrashReporter: Show CPU register state for all threadsLinus Groh
2021-01-15CrashReporter: Show arguments and environmentLinus Groh
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-15CrashReporter: Put backtrace TextEditor in a TabWidgetLinus Groh
2021-01-15Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfoLinus Groh
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling