ladybird/Userland/DevTools/HackStudio/Debugger
Itamar 47f5a3ea9a HackStudio: Add 'pause debuggee' button
This button sends a SIGSTOP to the debugged process, which pauses it.
The debuggee can be resumed with the 'continue' button.
2023-02-24 19:09:27 +01:00
..
BacktraceModel.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BacktraceModel.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
BreakpointCallback.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Debugger.cpp HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
Debugger.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DebugInfoWidget.cpp HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DebugInfoWidget.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DisassemblyModel.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
DisassemblyModel.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
DisassemblyWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DisassemblyWidget.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
RegistersModel.cpp HackStudio: Remove i686 support 2022-12-28 11:53:41 +01:00
RegistersModel.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
VariablesModel.cpp LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
VariablesModel.h LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00