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
/
Dwarf
/
DwarfInfo.h
Age
Commit message (
Expand
)
Author
2021-06-19
LibDebug: Convert LibDebug to east-const style
Itamar
2021-06-19
LibDebug: Add DwarfInfo::get_cached_die_at_offset
Itamar
2021-06-19
LibDebug:: Add DwarfInfo::get_die_at_address
Itamar
2021-06-19
LibDebug: Add caches of DIE objects to DwarfInfo
Itamar
2021-06-19
LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Store LibDebug objects on the heap & make them non-copyable
Itamar
2021-06-19
LibDebug: Move Dwarf::AttributeValue to a separate file
Itamar
2021-05-31
LibELF + LibDebug: Reduce allocations during symbolification
Brian Gianforcaro
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: 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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling