Gunnar Beutner
|
31bd5b1a02
AK+Userland: Stub out code that isn't currently implemented on AARCH64
|
2 年之前 |
Undefine
|
97cc33ca47
Everywhere: Make the codebase more architecture aware
|
3 年之前 |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Ali Mohammad Pur
|
e0db9cb876
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
|
3 年之前 |
Daniel Bertalan
|
8e5b70a0ba
LibDebug: Don't expose AttributeValue internals, use getters instead
|
3 年之前 |
Andreas Kling
|
e40e91b9df
LibDebug: Use HashMap::ensure() in DebugInfo::prepare_lines()
|
3 年之前 |
Daniel Bertalan
|
7396e4aedc
LibDebug: Store 64-bit numbers in AttributeValue
|
4 年之前 |
Ali Mohammad Pur
|
c4437e19bd
LibDebug+Everywhere: Make DebugInfo not own the ELF image
|
4 年之前 |
Gunnar Beutner
|
2c41e89d08
LibDebug: Implement symbolication for x86_64
|
4 年之前 |
Gunnar Beutner
|
567fa4b2f0
LibDebug: Fix spelling mistake
|
4 年之前 |
Daniel Bertalan
|
2db4709c0c
Everywhere: Add braces to aggregate initializers
|
4 年之前 |
Gunnar Beutner
|
233ef26e4d
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
|
4 年之前 |
Itamar
|
3a4017b419
LibDebug: Convert LibDebug to east-const style
|
4 年之前 |
Itamar
|
a45b5ccd96
LibDebug: Add DebugInfo::get_source_position_with_inlines
|
4 年之前 |
Itamar
|
0d89f70b66
LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit
|
4 年之前 |
Itamar
|
fea9bb8c51
LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit
|
4 年之前 |
Itamar
|
68ff0788e5
LibDebug: Fix typo in DebugInfo::get_source_position
|
4 年之前 |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 年之前 |
Brian Gianforcaro
|
5bfba3f789
LibELF + LibDebug: Reduce allocations during symbolification
|
4 年之前 |
Andreas Kling
|
4f4cde2379
LibDebug: Pre-allocate capacity for the LineProgram::LineInfo vector
|
4 年之前 |
Andreas Kling
|
0bf3df28b9
LibDebug: Memoize resolved paths in DebugInfo::prepare_lines()
|
4 年之前 |
Andreas Kling
|
16221305ad
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
|
4 年之前 |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 年之前 |
Gunnar Beutner
|
d2f0984fef
LibDebug: Implement support for DWARF 5 line programs
|
4 年之前 |
Gunnar Beutner
|
ea6fdad88b
LibDebug: Move get_attribute_value to the DwarfInfo class
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
83d3003208
LibDebug: Convert String::format() => String::formatted()
|
4 年之前 |
FalseHonesty
|
2d58549296
LibDebug: Add support for parsing array types
|
4 年之前 |