]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add Python rbreak command.
authorPhil Muldoon <pmuldoon@redhat.com>
Thu, 16 Nov 2017 14:14:03 +0000 (14:14 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Thu, 16 Nov 2017 14:14:03 +0000 (14:14 +0000)
commitd8ae99a7b08e29e31446aee1e47e59943d7d9926
treeee0081ddb399fd93d02184d9955fe3c0b636d17e
parent38b28f7088057d70497de7312cd983ec8e408a76
Add Python rbreak command.

gdb/Changelog

2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>

* python/python.c (gdbpy_rbreak): New function.
        * NEWS: Document Python rbreak feature.

testsuite/Changelog

2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.python/py-rbreak.exp: New file.
* gdb.python/py-rbreak.c: New file.
* gdb.python/py-rbreak-func2.c: New file.

doc/Changelog

2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>

* python.texi (Basic Python): Add rbreak documentation.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/python.texi
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-rbreak-func2.c [new file with mode: 0644]
gdb/testsuite/gdb.python/py-rbreak.c [new file with mode: 0644]
gdb/testsuite/gdb.python/py-rbreak.exp [new file with mode: 0644]