index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
ThreadTracer.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-30
Kernel: Add missing includes in ThreadTracer and WorkQueue
Hendiadyoin1
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for ThreadTracer
Andreas Kling
2021-08-14
Kernel: Move {Process,Thread,Session,ProcessGroup}ID to Kernel/Forward.h
Andreas Kling
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-05-13
Kernel: Make Process::start_tracing_from API OOM safe
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-04-13
Debugger: Add DebugSession
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar