summaryrefslogtreecommitdiff
path: root/Libraries/LibDebug
AgeCommit message (Expand)Author
2020-08-22HackStudio: Implement "Step Over" debugging actionItamar
2020-08-22HackStudio: Implement "Step Out" debugging actionItamar
2020-08-17LibDebug: Don't include <Libraries/...>Andreas Kling
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-15LibDebug: Fix DebugSession teardownItamar
2020-08-15HackStudio: Support debugging library codeItamar
2020-08-15LibDebug: Assert that we can read the executable of the debugeeItamar
2020-08-06LibDebug: Unbreak LineProgram::parse_source_directories()Andreas Kling
2020-08-06LibDebug: Fix bitrotted DWARF_DEBUG codeAndreas Kling
2020-08-06LibDebug: Use InputMemoryStream instead of BufferStream.asynts
2020-08-02LibDebug: Disable and cleanup DebugSession breakpoints on destructionBrian Gianforcaro
2020-07-27LibDebug: Add support for the various DW_FORM_block typesItamar
2020-07-21LibDebug: Put DWARF debug logging spam behind DEBUG_SPAMAndreas Kling
2020-06-03LibDebug: Add all Dwarf v5 attributes, tags, and form enum valuesFalseHonesty
2020-06-03LibDebug: Add support for enum value typesFalseHonesty
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-24LibDebug: Make sure to not single step the program twiceItamar
2020-05-24LibDebug: Tolerate missing debug informationItamar
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-09LibDebug: Add support for creating VariableInfo for paramtersItamar
2020-05-09HackStudio: Show a backtrace in the debug information tabItamar
2020-05-08HackStudio: Support variable inspection in nested scopesItamar
2020-05-07LibDebug: Miscellaneous fixes from #2097Itamar
2020-05-05LibDebug: Parse DWARF information entriesItamar
2020-04-25LibDebug: Add remove_breakpointItamar
2020-04-20Debugger: Add source-level operationsItamar
2020-04-20LibDebug: Parse line number information from DWARF formatItamar
2020-04-16LibDebug: Add ContinueBreakAtSyscall decisionItamar
2020-04-16Userland: Add "functrace" utilityItamar