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-05-31
LibELF + LibDebug: Reduce allocations during symbolification
Brian Gianforcaro
2021-05-23
LibDebug: Pre-allocate capacity for the LineProgram::LineInfo vector
Andreas Kling
2021-05-23
LibDebug: Memoize resolved paths in DebugInfo::prepare_lines()
Andreas Kling
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-16
Userland: Add missing #includes
Gunnar Beutner
2021-05-15
LibDebug: Avoid unnecessary String allocation in append_to_line_info()
Andreas Kling
2021-05-15
Everywhere: Add a blank line after copyright header where missing
Linus Groh
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-03
LibDebug: add DW_LNS_set_basic_block support
spigwitmer
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
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