-
-
Notifications
You must be signed in to change notification settings - Fork 842
Closed
Labels
Milestone
Description
In gdb_hostio.c:
int gdb_main_loop(target_controller_s *, bool in_syscall);
In gdb_main.c:
/* execute gdb remote command stored in 'pbuf'. returns immediately, no busy waiting. */
int gdb_main_loop(target_controller_s *tc, char *pbuf, size_t pbuf_size, size_t size, bool in_syscall)
This looks strange.
Reactions are currently unavailable