index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
CrashReporter
Age
Commit message (
Expand
)
Author
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-06
CrashReporter: Capture backtrace progress callback's arguments by value
Sviatoslav Peleshko
2022-02-03
CrashReporter: Stop attempting to lockdown the process veil
Brian Gianforcaro
2022-01-28
LibCoredump: Copy out the FooInfo structs to an aligned address
Ali Mohammad Pur
2022-01-25
CrashReporter: Dispatch backtrace progress callbacks on the main thread
Andreas Kling
2022-01-20
CrashReporter: Don't crash when investigating a HackStudio crash
Sam Atkins
2022-01-03
CrashReporter: Move progressbar into main window
Samuel Bowman
2021-12-11
CrashReporter: Remove redundant pledge()
bugreport0
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-12-04
CrashReporter: Port to LibMain and use TRY() while building the UI :^)
Andreas Kling
2021-11-30
CrashReporter: Remove unnecessary button height overrides from GML
Andreas Kling
2021-11-30
CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"
Andreas Kling
2021-11-24
CrashReporter: Don't visualize whitespace in memory regions text editor
Maciej
2021-11-21
CrashReporter: Show the available memory region information
Tim Schumacher
2021-11-20
CrashReporter: Add "Inspect in Hack Studio" button
Itamar
2021-11-20
CrashReporter: Unlink coredump file on exit
Itamar
2021-10-03
CrashReporter: Don't crash when "Generating..." Window gets closed
sw1tchbl4d3
2021-09-21
CrashReporter: Show coredump loading progress in the Taskbar :^)
Andreas Kling
2021-09-21
CrashReporter+LibCoredump: Show progress window while loading coredump
Andreas Kling
2021-09-21
CrashDaemon+CrashReporter: Streamline crash reporting a little bit
Andreas Kling
2021-09-19
CrashReporter: Add some margin around the backtrace & register views
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-01
CrashReporter: Fix bogus register alignment on x86_64
Andreas Kling
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
Kernel+CrashReporter: Add metadata about page faults to crash reports
Andreas Kling
2021-04-04
CrashReporter: Only create coredump metadata hash map once
Andreas Kling
2021-03-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
2021-03-28
LibCoreDump+CrashDaemon: Compress coredumps
Idan Horowitz
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-07
Applications: Open folder with pre-selected file where appropriate :^)
speles
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-02-19
CrashReporter: Fix showing assertion info in backtrace
Linus Groh
2021-01-20
CrashReporter: Show pledge violation in backtrace
Linus Groh
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
CrashReporter: Show CPU register state for all threads
Linus Groh
2021-01-15
CrashReporter: Show arguments and environment
Linus Groh
2021-01-15
LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific
Linus Groh
2021-01-15
CrashReporter: Put backtrace TextEditor in a TabWidget
Linus Groh
2021-01-15
Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfo
Linus Groh
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling