serenity/Userland/DevTools
Gunnar Beutner f2eb759901 Profiler: Use u32 when constructing InstructionData
When constructing values of the InstructionData type we assume that
the event_count field is a size_t while it actually is a u32. On x86_64
this fails because those are different types.
2021-06-24 09:27:13 +02:00
..
HackStudio HackStudio: Make TODO entries clickable 2021-06-23 19:00:11 +01:00
Inspector Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
IPCCompiler Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
Playground Playground: Prompt to save changes after the user picked a file to open 2021-06-22 22:56:22 +02:00
Profiler Profiler: Use u32 when constructing InstructionData 2021-06-24 09:27:13 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator UserspaceEmulator: Add a simple debugging Console 2021-06-23 12:41:37 +04:30
CMakeLists.txt