1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Userland/DevTools/HackStudio/Debugger
FalseHonesty 58d6781cbb HackStudio+LibDebug: Support stopping a debugged process
In LibDebug this required implementing the Kill debug action, and
in HackStudio this required making the toolbar's stop action stop
the debugger if active.
2021-04-21 13:42:09 +02:00
..
BacktraceModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
BacktraceModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
BreakpointCallback.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Debugger.cpp HackStudio+LibDebug: Support stopping a debugged process 2021-04-21 13:42:09 +02:00
Debugger.h HackStudio+LibDebug: Support stopping a debugged process 2021-04-21 13:42:09 +02:00
DebugInfoWidget.cpp HackStudio: Add ability to set hardware watchpoints on variables 2021-04-18 17:02:40 +02:00
DebugInfoWidget.h HackStudio: Add ability to set hardware watchpoints on variables 2021-04-18 17:02:40 +02:00
DisassemblyModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DisassemblyModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DisassemblyWidget.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DisassemblyWidget.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
RegistersModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RegistersModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
VariablesModel.cpp HackStudio: Fix debugger preview for char variables 2021-04-12 22:43:33 +02:00
VariablesModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00