index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibDebug
Age
Commit message (
Expand
)
Author
2021-01-09
LibDebug: Convert a bunch of dbg() to dbgln()
Andreas Kling
2021-01-09
LibDebug: Keep going when parent's location info could not be computed
Itamar
2021-01-09
LibDebug: Support shared libraries
Itamar
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-23
LibDebug: Allow DWARF compilation unit header version <= 4
Andreas Kling
2020-12-19
LibELF+LibDebug: Remove use of ByteBuffer::wrap()
Andreas Kling
2020-12-11
LibDebug: Clean up DebugSession construction a little bit
Andreas Kling
2020-12-11
LibDebug: Fix crash when debugging short lived programs
Sahan Fernando
2020-11-16
LibDebug: Use FlyString for file paths
Andreas Kling
2020-11-16
LibDebug: Avoid creating the String("serenity/") a bazillion times
Andreas Kling
2020-11-15
LibDebug: Oops, file:line info should have '/' between directory & file
Andreas Kling
2020-11-15
LibDebug: Use StringBuilder in append_to_line_info()
Andreas Kling
2020-11-08
LibDebug: Use move semantics when populating abbreviations map
Andreas Kling
2020-11-08
LibDebug: Avoid copying AttributeSpecifications when iterating them
Andreas Kling
2020-11-08
LibDebug: Shrink some of the high-volume data structures
Andreas Kling
2020-11-08
LibDebug: Handle the "set ISA" standard opcode
Andreas Kling
2020-11-08
LibDebug: Handle AttributeDataForm::SData (DW_FORM_sdata)
Andreas Kling
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-09-26
LibDebug: Add ability to detach from debuggee
Itamar
2020-09-12
Kernel: Fix various forward declarations
Ben Wiederhake
2020-09-01
AK: Move memory streams into their own header.
asynts
2020-09-01
Streams: Distinguish recoverable and fatal errors.
asynts
2020-08-25
LibDebug: Move everything into the "Debug" namespace
Luke
2020-08-22
HackStudio: Implement "Step Over" debugging action
Itamar
2020-08-22
HackStudio: Implement "Step Out" debugging action
Itamar
2020-08-17
LibDebug: Don't include <Libraries/...>
Andreas Kling
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
LibDebug: Fix DebugSession teardown
Itamar
2020-08-15
HackStudio: Support debugging library code
Itamar
2020-08-15
LibDebug: Assert that we can read the executable of the debugee
Itamar
2020-08-06
LibDebug: Unbreak LineProgram::parse_source_directories()
Andreas Kling
2020-08-06
LibDebug: Fix bitrotted DWARF_DEBUG code
Andreas Kling
2020-08-06
LibDebug: Use InputMemoryStream instead of BufferStream.
asynts
2020-08-02
LibDebug: Disable and cleanup DebugSession breakpoints on destruction
Brian Gianforcaro
2020-07-27
LibDebug: Add support for the various DW_FORM_block types
Itamar
2020-07-21
LibDebug: Put DWARF debug logging spam behind DEBUG_SPAM
Andreas Kling
2020-06-03
LibDebug: Add all Dwarf v5 attributes, tags, and form enum values
FalseHonesty
2020-06-03
LibDebug: Add support for enum value types
FalseHonesty
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-24
LibDebug: Make sure to not single step the program twice
Itamar
2020-05-24
LibDebug: Tolerate missing debug information
Itamar
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-09
LibDebug: Add support for creating VariableInfo for paramters
Itamar
2020-05-09
HackStudio: Show a backtrace in the debug information tab
Itamar
2020-05-08
HackStudio: Support variable inspection in nested scopes
Itamar
[next]