evaluate breakpoints in per-breakpoint space, rather than a top-level space for all of the debugger entities

This commit is contained in:
Ryan Fleury
2024-08-15 14:57:16 -07:00
parent 01cf3d39f1
commit 82fcc9ed4d
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -3696,6 +3696,10 @@ df_eval_space_read(void *u, E_Space space, void *out, Rng1U64 range)
switch(entity->kind)
{
default:{}break;
case DF_EntityKind_Breakpoint:
{
// TODO(rjf)
}break;
case DF_EntityKind_Process:
{
Temp scratch = scratch_begin(0, 0);