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-09-28
LibDebug: Add missing `break` in AddressRanges::for_each_range()
Andreas Kling
2021-09-28
LibDebug: Use DW_AT_ranges to get address ranges of DIEs
Itamar
2021-09-28
LibDebug: Support parsing non-contiguous DWARF address ranges
Itamar
2021-09-28
LibDebug: Add Dwarf::CompilationUnit::base_address()
Itamar
2021-09-18
LibDebug: Dont copy an AbbreviationEntry every time we retrieve a value
Brian Gianforcaro
2021-09-18
LibDebug: Avoid short lived allocations in DIE::for_each_child
Brian Gianforcaro
2021-09-10
LibDebug: Use the first memory segment of a library as the ELF's base
Itamar
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-08
LibDebug: Keep track of 'prologue end'
Daniel Bertalan
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-08-02
LibDebug: Make single-stepping work for x86_64
Gunnar Beutner
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-18
LibRegex+Everywhere: Make LibRegex more unicode-aware
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-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-24
Userland: Add more TODO()s for arch-specific code
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: 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: Store optional parent_offset in Dwarf::DIE objects
Itamar
2021-06-19
LibDebug: Add AttributeForm field to Dwarf::AttributeValue
Itamar
2021-06-19
LibDebug: Add LineProgram::get_directory_and_file(size_t)
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-06-19
LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Remove unused DebugInfo::for_each_source_position
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-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
[next]