aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-25gdbTom Tromey1-8/+72
2010-06-24Add support for gdb.PYTHONDIR as $gdb_datadir/python.Joel Brobecker1-0/+21
2010-06-04 Add support for enabling/disabling individual pretty-printers.Doug Evans1-0/+2
2010-05-27 Allow python to find its files if moved from original location.Doug Evans1-0/+11
2010-05-25 Add python gdb.GdbError and gdb.string_to_argv.Doug Evans1-0/+11
2010-05-19 * python.c (gdbpy_print_stack): Ensure output ends with a newline.Doug Evans1-1/+7
2010-05-19 * python.c (source_python_script): Add comment.Doug Evans1-4/+5
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+14
2010-05-072010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+1
2010-04-292010-04-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-12/+12
2010-04-23 Add support for auto-loading scripts from .debug_gdb_scripts section.Doug Evans1-82/+15
2010-04-15 * NEWS: Add entry for python program space support.Doug Evans1-0/+49
2010-04-15 Add -s option to source command.Doug Evans1-5/+4
2010-04-142010-04-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-3/+5
2010-04-092010-04-09 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+4
2010-04-08 * python/python.c (source_python_script): Use ensure_python_envDoug Evans1-3/+3
2010-03-05gdbTom Tromey1-0/+25
2010-02-242010-02-24 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+11
2010-01-18Fix build failure when building without Python support.Joel Brobecker1-1/+1
2010-01-18Allow "source" to load python scripts.Joel Brobecker1-0/+24
2010-01-142010-01-13 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-12-03gdbTom Tromey1-0/+25
2009-11-09 * python/python.c (execute_gdb_command): Copy the argument text.Tom Tromey1-1/+5
2009-07-02 * python/python-internal.h (struct language_defn): Declare.Ulrich Weigand1-12/+53
2009-05-28gdbTom Tromey1-3/+3
2009-05-28gdbTom Tromey1-0/+3
2009-05-28gdbTom Tromey1-0/+8
2009-05-28gdbTom Tromey1-0/+6
2009-05-28gdbTom Tromey1-0/+146
2009-03-30gdb/Thiago Jung Bauermann1-0/+8
2009-03-21gdb/Thiago Jung Bauermann1-6/+5
2009-03-21gdb/Thiago Jung Bauermann1-0/+1
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-0/+3
2009-02-06gdb/Thiago Jung Bauermann1-0/+5
2009-02-05gdb/Thiago Jung Bauermann1-30/+44
2009-02-04gdb/Thiago Jung Bauermann1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-11-21 * python/python-internal.h (PyGILState_Ensure): New define.Tom Tromey1-2/+22
2008-10-162008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann1-0/+4
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-11/+2
2008-08-09(_initialize_python): Use unabbreviated commandsAndreas Schwab1-2/+2
2008-08-06Initial python support.Thiago Jung Bauermann1-0/+438