diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 8a252bf..0724a72 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9784,6 +9784,7 @@ create_breakpoint (struct gdbarch *gdbarch, make_cleanup (xfree, cond_string); } b->cond_string = cond_string; + b->thread = thread; } b->extra_string = NULL; b->ignore_count = ignore_count; |