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
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