1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 00:50:59 +00:00
serenity/Userland/DevTools/HackStudio/Debugger
hanaa12G 0391096286 HackStudio: Pass the correct VariableInfo address to create_index
Previously, we tried to store `VariableInfo` to `ModelIndex` internal
data, but accidently stored address of wrapper class `NonnullOwnPtr`.
When we retrieved it later in `VariablesModel::data()` it made
program to crash.

This allows us to run debug normally after setting any break point in
`HackStudio`.
2023-11-03 16:05:46 +00:00
..
BacktraceModel.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
BacktraceModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
BreakpointCallback.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Debugger.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Debugger.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DebugInfoWidget.cpp LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 2023-10-27 16:51:03 -06:00
DebugInfoWidget.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DisassemblyModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
DisassemblyModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
DisassemblyWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
DisassemblyWidget.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
RegistersModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
RegistersModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
VariablesModel.cpp HackStudio: Pass the correct VariableInfo address to create_index 2023-11-03 16:05:46 +00:00
VariablesModel.h Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00