mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
b56a9cef32
commit
f7d7dc9c08
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue