Make "checkpoint" not rely on inferior_ptid
authorPedro Alves <palves@redhat.com>
Wed, 6 Mar 2019 18:29:17 +0000 (18:29 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 6 Mar 2019 18:29:17 +0000 (18:29 +0000)
commit72f31aea9e6c158f442239abedaf351465ebcb41
tree3e1eba1360246c8281c7c01e57395cde79343e0a
parentefbecbc143f19cb308ae220fb386505f41ff4bc3
Make "checkpoint" not rely on inferior_ptid

Don't rely on "inferior_ptid" deep within add_fork.  In the
multi-target branch, I'm forcing inferior_ptid to null_ptid early in
infrun event handling to make sure we don't inadvertently rely on the
current thread/target when we shouldn't, and that caught some bad or
unnecessary assumptions throughout.

gdb/ChangeLog:
2019-03-06  Pedro Alves  <palves@redhat.com>

* linux-fork.c (new_fork): New, split out of ...
(add_fork): ... this.  Return void.  Move "first fork" special
case from here, to ...
(checkpoint_command): ... here.
* linux-linux.h (add_fork): Return void.
gdb/ChangeLog
gdb/linux-fork.c
gdb/linux-fork.h
This page took 0.024716 seconds and 4 git commands to generate.