summaryrefslogtreecommitdiff
path: root/Userland/Applications/Debugger
AgeCommit message (Expand)Author
2021-10-31Debugger: Add logging for the other 8 GPRs tooPeter
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-06-30Utilities: Fix Build on x86_64Hendiadyoin1
2021-06-30Debugger: Compile on x86_64Hendiadyoin1
2021-06-24Userland: Add more TODO()s for arch-specific codeGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-03Everywhere: Remove accidental '\n' from various outln() invocationsAndreas Kling
2021-05-31Debugger: Replace printf() with outln()Linus Groh
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-16Debugger: Add basic backtrace supportspigwitmer
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21Userland: Use uniform initialization instead of memsetBrian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling