aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2010-11-12gdbTom Tromey4-28/+112
2010-11-112010-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-72/+89
2010-11-10 * python/lib/gdb/command/pretty_printers.pyDoug Evans1-1/+2
2010-11-04 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.Doug Evans1-4/+4
2010-11-02 New python module gdb.printing, and new commands info pretty-printer,Doug Evans4-0/+586
2010-11-02 * top.c: #include "python/python.h".Doug Evans2-8/+25
2010-10-26fix typo in _FILE_OFFSET_BITS commentJoel Brobecker1-1/+1
2010-10-26Fix build failures with python support on sparc-solarisJoel Brobecker1-3/+7
2010-10-19 * python/py-cmd.c (cmdpy_function): Unreference exception state.Tom Tromey1-1/+6
2010-10-15 PR python/11948:Tom Tromey3-133/+71
2010-10-13 New python module gdb.types.Doug Evans1-0/+91
2010-10-13gdb/Jan Kratochvil9-34/+112
2010-10-12 * python/py-prettyprint.c (search_pp_list): Fix error checking.Tom Tromey1-3/+14
2010-10-06 Create subdir data-directory.Doug Evans1-0/+14
2010-10-04 * python/python.c (_initialize_python): Define new functionDoug Evans1-14/+36
2010-09-30gdb/Jan Kratochvil1-1/+1
2010-09-22gdb/Jan Kratochvil3-4/+2
2010-09-03gdb/Jan Kratochvil1-2/+2
2010-08-31Enable custom bcache hash function.Sami Wagiaalla1-1/+1
2010-08-30gdbTom Tromey1-4/+75
2010-08-24gdb/Jan Kratochvil1-1/+1
2010-08-23gdbTom Tromey1-3/+48
2010-08-23 PR python/11391:Tom Tromey1-5/+2
2010-08-23gdbTom Tromey1-1/+197
2010-08-23 PR python/10953:Tom Tromey1-3/+14
2010-08-23gdbTom Tromey1-0/+51
2010-08-20 * python/python.c: Include "serial.h".Pedro Alves1-9/+13
2010-08-13 * python/python-internal.h (gdbpy_get_hook_function): Don'tTom Tromey1-1/+0
2010-08-13gdb:Ken Werner1-2/+3
2010-08-112010-08-11 Tom Tromey <tromey@redhat.com>Phil Muldoon1-0/+113
2010-08-112010-08-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+144
2010-08-07gdb/Jan Kratochvil1-43/+4
2010-07-28gdbTom Tromey1-23/+69
2010-07-272010-07-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+49
2010-07-09 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't useTom Tromey1-3/+5
2010-07-08Resync python-config.py with Python-2.7 version.Joel Brobecker1-29/+32
2010-07-06 * configure, config.in: Rebuild.Tom Tromey1-0/+3
2010-07-01 Static tracepoints support, and UST integration.Pedro Alves1-1/+1
2010-06-30Fix build failure with Python installed in non-system location.Joel Brobecker1-1/+4
2010-06-282010-06-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon7-6/+1122
2010-06-25gdbTom Tromey1-8/+72
2010-06-24Add support for gdb.PYTHONDIR as $gdb_datadir/python.Joel Brobecker1-0/+21
2010-06-11gdbTom Tromey2-0/+13
2010-06-04 Add support for enabling/disabling individual pretty-printers.Doug Evans3-0/+8
2010-05-27 Allow python to find its files if moved from original location.Doug Evans1-0/+11
2010-05-27 * configure.ac: Try to use python's distutils to fetch compilationDoug Evans1-0/+54
2010-05-25 Add python gdb.GdbError and gdb.string_to_argv.Doug Evans4-10/+152
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 Snyder15-3/+66