summaryrefslogtreecommitdiff
path: root/Userland/Utilities/functrace.cpp
AgeCommit message (Expand)Author
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2021-12-16functrace: Port to LibMain and move away from raw C stringsKenneth Myhra
2021-11-20LibDebug: Add ProcessInspector base classItamar
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-06-30Utilities: Fix Build on x86_64Hendiadyoin1
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
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-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling