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
/
LineProgram.cpp
Age
Commit message (
Expand
)
Author
2021-08-08
LibDebug: Store 64-bit numbers in AttributeValue
Daniel Bertalan
2021-08-08
LibDebug: Keep track of 'prologue end'
Daniel Bertalan
2021-07-13
LibDebug: Implement symbolication for x86_64
Gunnar Beutner
2021-06-19
LibDebug: Add LineProgram::get_directory_and_file(size_t)
Itamar
2021-05-15
LibDebug: Avoid unnecessary String allocation in append_to_line_info()
Andreas Kling
2021-05-03
LibDebug: add DW_LNS_set_basic_block support
spigwitmer
2021-04-29
LibDebug: Implement support for AttributeDataForm::ImplicitConst
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 line programs
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
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-02-23
Everywhere: Rename ASSERT => VERIFY
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: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling