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
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-17
LibDebug: Break inclusion cycle through many forward-declarations
Ben Wiederhake
2022-09-17
Everywhere: Fix badly-formatted includes
Ben Wiederhake
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-07-03
LibDebug: Make sure current_breakpoint has value before usage
Marcus Nilsson
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-10
Libraries: Use default constructors/destructors in LibDebug
Lenny Maiorani
2022-01-28
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Use ByteReader to do unaligned reads
Ali Mohammad Pur
2022-01-28
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
Ali Mohammad Pur
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-22
LibDebug: Add optional setup_child() callback to debugger
Itamar
2021-12-15
LibDebug: Handle DWARF 4 address ranges
Daniel Bertalan
2021-12-15
LibDebug: Fix truncation in ExtendedOpcodes::SetDiscriminator
Daniel Bertalan
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-20
HackStudio: Use ProcessInspector instead of DebugSession where possible
Itamar
2021-11-20
LibDebug: Add ProcessInspector base class
Itamar
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-10-17
LibDebug: Enable parsing `libgcc_s.so`
Daniel Bertalan
2021-10-17
LibDebug: Don't create compilation units for embedded resources
Daniel Bertalan
2021-10-17
LibDebug: Make use of the newly supported data forms
Daniel Bertalan
2021-10-17
LibDebug: Support `DW_FORM_data16`
Daniel Bertalan
2021-10-17
LibDebug: Support `addrx*`, `strx*` and `rnglistx` forms
Daniel Bertalan
2021-10-17
LibDebug: Don't expose AttributeValue internals, use getters instead
Daniel Bertalan
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
[next]