mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
compel/infect: include the relevant pid in "no-breakpoints restore" debug message
Signed-off-by: Michał Mirosław <emmir@google.com>
This commit is contained in:
committed by
Andrei Vagin
parent
af31e8e242
commit
38baf73b6d
@@ -1577,7 +1577,7 @@ int compel_stop_pie(pid_t pid, void *addr, bool no_bp)
|
||||
int ret;
|
||||
|
||||
if (no_bp) {
|
||||
pr_debug("Force no-breakpoints restore\n");
|
||||
pr_debug("Force no-breakpoints restore of %d\n", pid);
|
||||
ret = 0;
|
||||
} else
|
||||
ret = ptrace_set_breakpoint(pid, addr);
|
||||
|
Reference in New Issue
Block a user