]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
use user_breakpoint_p in python code
authorTom Tromey <tom@tromey.com>
Thu, 19 May 2016 21:52:52 +0000 (15:52 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 13 Jul 2016 19:20:59 +0000 (13:20 -0600)
commit43684a7b844bce64735940b55b667f7086fa3d44
tree25390da3dd7000fc5254800f61c4b467fedf1a1c
parentcda75e7050781403875413a57c5700e67b1c6269
use user_breakpoint_p in python code

I noticed that bppy_get_visibility and gdbpy_breakpoint_created
implemented their own visibility checks, but subtly different from
user_breakpoint_p.  I think the latter is more correct, and so changed
the Python code to use it.

I suspect there isn't a decent way to test this, so no new test.

Built and regtested on x86-64 Fedora 23.

2016-07-13  Tom Tromey  <tom@tromey.com>

* python/py-breakpoint.c (bppy_get_visibility)
(gdbpy_breakpoint_created): Use user_breakpoint_p.
gdb/ChangeLog
gdb/python/py-breakpoint.c