breakpoint list command

This commit is contained in:
Ryan Fleury
2025-06-21 12:10:07 -07:00
parent 6dbc275129
commit 185056a5cd
5 changed files with 20 additions and 12 deletions
+2 -1
View File
@@ -765,7 +765,8 @@ entry_point(CmdLine *cmd_line)
//- rjf: got resources -> write message
B32 wrote_message = 0;
if(ipc_sender2main_shared_memory_base != 0 &&
if(dst_pid != 0 &&
ipc_sender2main_shared_memory_base != 0 &&
os_semaphore_take(ipc_sender2main_lock_semaphore, max_U64))
{
wrote_message = 1;