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
/
Libraries
/
LibDebug
/
DebugSession.h
Age
Commit message (
Expand
)
Author
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-03
LibDebug: Make sure current_breakpoint has value before usage
Marcus Nilsson
2022-01-28
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
Ali Mohammad Pur
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-22
LibDebug: Add optional setup_child() callback to debugger
Itamar
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-20
LibDebug: Add ProcessInspector base class
Itamar
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-19
LibDebug: Convert LibDebug to east-const style
Itamar
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
HackStudio+LibDebug: Support stopping a debugged process
FalseHonesty
2021-04-18
LibDebug: Implement ability to set watchpoints
FalseHonesty
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling