]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Move ptid_match to common/ptid.c.
authorHui Zhu <hui@codesourcery.com>
Thu, 27 Feb 2014 14:30:07 +0000 (14:30 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 27 Feb 2014 14:30:07 +0000 (14:30 +0000)
commit2ebd5a35208e40dab7df46c7d6d58f4d614c6e21
tree81331bc1c9e20fec4702748467f12562f58e358a
parent5063daf7357ccdc2c9e899ca0421c2e8e580c88d
Move ptid_match to common/ptid.c.

So that gdbserver can use it too.

gdb/
2014-02-27  Hui Zhu  <hui@codesourcery.com>

PR 12702
* infrun.c (ptid_match): Move ...
* common/ptid.c (ptid_match): ... here.
* inferior.h (ptid_match): Move ...
* common/ptid.h (ptid_match): ... here.
gdb/ChangeLog
gdb/common/ptid.c
gdb/common/ptid.h
gdb/inferior.h
gdb/infrun.c