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
/
Debugger
Age
Commit message (
Expand
)
Author
2021-10-31
Debugger: Add logging for the other 8 GPRs too
Peter
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-06-30
Utilities: Fix Build on x86_64
Hendiadyoin1
2021-06-30
Debugger: Compile on x86_64
Hendiadyoin1
2021-06-24
Userland: Add more TODO()s for arch-specific code
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-03
Everywhere: Remove accidental '\n' from various outln() invocations
Andreas Kling
2021-05-31
Debugger: Replace printf() with outln()
Linus Groh
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-16
Debugger: Add basic backtrace support
spigwitmer
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
Userland: Use uniform initialization instead of memset
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling