Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Add -P command line switch for executing Python scripts
@ 2019-07-21 23:54 Kevin Buettner
  2019-07-21 23:54 ` [PATCH 1/3] Documentation for Python -P commandline support Kevin Buettner
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kevin Buettner @ 2019-07-21 23:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: Kevin Buettner

This three part patch set adds a -P command line switch to GDB.  I
won't say much about it here as it's described in the documentation
patch along with some additional discussion in part 2.  I will note,
however, that the original work was done by Tom Tromey back in 2008. 
It's been in the Fedora and RHEL sources for a goood while too.

Kevin Buettner (3):
  Documentation for Python -P commandline support
  Add -P command line switch for executing Python scripts
  Tests for Python -P commandline support

 gdb/doc/gdb.texinfo                    | 10 +++++
 gdb/main.c                             | 48 +++++++++++++++++++++---
 gdb/python/python.c                    | 49 +++++++++++++++++++++++++
 gdb/python/python.h                    |  2 +
 gdb/testsuite/gdb.python/py-script.c   | 27 ++++++++++++++
 gdb/testsuite/gdb.python/py-script.exp | 51 ++++++++++++++++++++++++++
 gdb/testsuite/gdb.python/py-script.py  | 25 +++++++++++++
 7 files changed, 206 insertions(+), 6 deletions(-)
 create mode 100644 gdb/testsuite/gdb.python/py-script.c
 create mode 100644 gdb/testsuite/gdb.python/py-script.exp
 create mode 100644 gdb/testsuite/gdb.python/py-script.py

-- 
2.21.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-08-21 16:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-21 23:54 [PATCH 0/3] Add -P command line switch for executing Python scripts Kevin Buettner
2019-07-21 23:54 ` [PATCH 1/3] Documentation for Python -P commandline support Kevin Buettner
2019-07-22 14:42   ` Eli Zaretskii
2019-07-22 16:04   ` Simon Marchi
2019-07-21 23:54 ` [PATCH 2/3] Add -P command line switch for executing Python scripts Kevin Buettner
2019-07-23  2:47   ` Simon Marchi
2019-07-23 20:25   ` Tom Tromey
2019-07-27 20:47     ` Kevin Buettner
2019-08-21 16:39     ` Pedro Alves
2019-07-21 23:54 ` [PATCH 3/3] Tests for Python -P commandline support Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox