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
/
DebugInfo.cpp
Age
Commit message (
Expand
)
Author
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-28
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
Ali Mohammad Pur
2021-10-17
LibDebug: Don't expose AttributeValue internals, use getters instead
Daniel Bertalan
2021-09-04
LibDebug: Use HashMap::ensure() in DebugInfo::prepare_lines()
Andreas Kling
2021-08-08
LibDebug: Store 64-bit numbers in AttributeValue
Daniel Bertalan
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-07-13
LibDebug: Implement symbolication for x86_64
Gunnar Beutner
2021-07-13
LibDebug: Fix spelling mistake
Gunnar Beutner
2021-07-08
Everywhere: Add braces to aggregate initializers
Daniel Bertalan
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-06-19
LibDebug: Add DebugInfo::get_source_position_with_inlines
Itamar
2021-06-19
LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Fix typo in DebugInfo::get_source_position
Itamar
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
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-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 line programs
Gunnar Beutner
2021-04-28
LibDebug: Move get_attribute_value to the DwarfInfo class
Gunnar Beutner
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-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-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
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: Fix typos
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling