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-05-19
LibDebug: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-05-14
LibDebug: Stub out LocListX and remove stub expression evaluator
MacDue
2023-05-13
LibDebug: Propagate errors around LineProgram
Ben Wiederhake
2023-04-23
LibDebug: Support DW_FORM_ref_udata
Daniel Bertalan
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-24
HackStudio: Add 'pause debuggee' button
Itamar
2023-02-24
HackStudio: Add progress bar to Debugger initialization
Itamar
2023-02-24
LibDebug: Remove file path fixup for library sources
Itamar
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
[next]