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
Age
Commit message (
Expand
)
Author
2021-04-29
LibDebug: Implement support for AttributeDataForm::ImplicitConst
Gunnar Beutner
2021-04-28
LibDebug: Implement support for AttributeDataForm::{UData,LineStrP}
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 line programs
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 compilation unit headers
Gunnar Beutner
2021-04-28
LibDebug: Move UnitHeader32 out of the LineProgram class
Gunnar Beutner
2021-04-28
LibDebug: Move get_attribute_value to the DwarfInfo class
Gunnar Beutner
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
LibDebug: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
HackStudio+LibDebug: Support stopping a debugged process
FalseHonesty
2021-04-18
LibDebug: Implement ability to set watchpoints
FalseHonesty
2021-04-18
LibDebug: Implement support for AttributeDataForm::Data8
Gunnar Beutner
2021-04-16
LibDebug/Dwarf: Use dbgln_if() instead of '#if DWARF_DEBUG'
AnotherTest
2021-04-16
LibDebug: Add support for StandardOpcodes::FixAdvancePc
Gunnar Beutner
2021-04-16
LibDebug: Add array bounds check for m_source_files
Gunnar Beutner
2021-04-16
LibDebug: Fix typo in handle_special_opcode method name
FalseHonesty
2021-04-14
LibDebug: Add support for parsing array types
FalseHonesty
2021-04-14
LibDebug: Support unnamed variables and types
FalseHonesty
2021-04-12
LibDebug: Stop parsing unhandled variable types
FalseHonesty
2021-04-12
LibDebug+HackStudio: Fix crashes relating to debugger variable preview
FalseHonesty
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
LibDebug: Fix build with -O2
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-22
LibDebug: Don't assert when running on non-existent executable
Maciej Zygmanowski
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling