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
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-08
LibDebug: Add static attach() function
Itamar
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-04
AK: Make LEB128 decoding work with `read_value`
Tim Schumacher
2023-02-04
AK: Port `LEB128` to the new `AK::Stream`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
LibDebug: Correct a (un-)signed mixup in the DWARF abbreviations map
Tim Schumacher
2023-01-26
LibDebug: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-24
LibDebug: Pass `read_from_stream` calls through `read_value` instead
Tim Schumacher
2023-01-22
LibDebug: Use `Core::Stream` to read opcodes for expression evaluation
Tim Schumacher
2023-01-22
LibDebug: Port the rest of DWARF parsing to `Core::Stream`
Tim Schumacher
2023-01-22
LibDebug: Propagate errors throughout DWARF parsing
Tim Schumacher
2023-01-22
LibDebug: Parse DWARF address ranges using `Core::Stream`
Tim Schumacher
2023-01-22
LibDebug: Use `Core::Stream` to read the DWARF abbreviations map
Tim Schumacher
2023-01-19
LibDebug: Identify embedded resources with a preceding dot
Tim Schumacher
2023-01-19
LibDebug: Factor out the "looks like embedded resource" condition
Tim Schumacher
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2022-12-28
LibDebug: Remove i686 support
Liav A
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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
[next]