summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Debugger
AgeCommit message (Expand)Author
2023-03-16LibGUI+HackStudio+PixelPaint: Port Widget title to the new StringKarol Kosek
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-24HackStudio: Add 'pause debuggee' buttonItamar
2023-02-24HackStudio: Add progress bar to Debugger initializationItamar
2023-02-24HackStudio: Add ability to attach debugger to a running processItamar
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-22LibDebug: Propagate errors throughout DWARF parsingTim Schumacher
2022-12-28HackStudio: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-16HackStudio: Add a factory function for DebugInfoWidgetBaitinq
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-06HackStudio: Remove "evaluate expression" dialogAndreas Kling
2022-04-03LibGUI: Fully support TabWidget in GMLkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2022-02-26LibWeb: Check for valid names in Document.createElement() & friendsAndreas Kling
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2021-12-22HackStudio: Attach debuggee to "Console" terminal tabItamar
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-20HackStudio: Add option to inspect CoredumpItamar
2021-11-20HackStudio: Improve backtrace accuracyItamar
2021-11-20HackStudio: Use ProcessInspector instead of DebugSession where possibleItamar
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02Demos+DevTools+Games: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-08-21HackStudio: Fix ds => fs typo in fs changed check in RegistersModelLuke Wilde
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20Userland: Hardcode the x86_64 kernel base address for nowGunnar Beutner