aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-0/+4
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-4/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+4
2014-10-17New python event "clear_objfiles".Doug Evans1-0/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Move libiberty.h to common-defs.hGary Benson1-1/+0
2014-06-03Xmethod support in Python.Siva Chandra1-2/+9
2014-02-05Extension Language APIDoug Evans1-113/+185
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-12Eliminate UNSUPPORTED_ERROR.Pedro Alves1-2/+3
2013-11-29Remove trailing whitespace.Doug Evans1-11/+11
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans1-2/+2
2013-11-112013-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+1
2013-10-022013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+4
2013-06-18 * python/python.c (finish_python_initialization): DecrefTom Tromey1-2/+1
2013-05-30use explicit returns to avoid checker confusionTom Tromey1-1/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-5/+6
2013-05-20 * python/py-cmd.c (cmdpy_completer): Use explicit decref.Tom Tromey1-8/+9
2013-05-20 * python/python.c (gdbpy_run_events): Decref the resultTom Tromey1-1/+5
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey1-0/+19
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-41/+82
2013-05-20 * python/python.c (before_prompt_hook): Add cleanup toTom Tromey1-0/+2
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+9
2013-03-28 * python/python.c (finish_python_initialization): Provide suggestionDoug Evans1-2/+6
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-5/+1
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-6/+4
2013-02-28 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.Doug Evans1-1/+1
2013-02-28 * python/python.c (gdbpy_print_stack): Call begin_line andTom Tromey1-10/+19
2013-02-28 * python/python.c (gdbpy_find_pc_line): Call find_pc_lineTom Tromey1-5/+14
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-2/+0
2013-01-23 Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy1-0/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-4/+78
2012-11-29 * python/python.c (finalize_python): Cast unused PyGILState_EnsureUlrich Weigand1-1/+1
2012-11-12 * python/python.c (start_type_printers): Initialize 'result_obj'.Tom Tromey1-1/+1
2012-11-12 * NEWS: Update.Tom Tromey1-0/+136
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-09-21* python/python.c (finalize_python): Only define if HAVE_PYTHON.Andreas Schwab1-0/+3
2012-09-20 * NEWS: Update.Tom Tromey1-0/+19
2012-09-13Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo1-94/+61
2012-08-23 Document how to return from "python-interactive" to GDB.Yit Phang Khoo1-1/+4
2012-08-22 Enable readline in Python in a GDB-specific way and block theYit Phang Khoo1-0/+1
2012-08-22 Add a new "python-interactive" command that starts a standardYit Phang Khoo1-2/+102
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-0/+25
2012-06-25PR14291: KeyboardInterrupt not caught for Python outputMichael Eager1-13/+18
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-2/+0
2012-05-15 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.Tom Tromey1-1/+1
2012-05-142012-05-14 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-1/+1
2012-05-132012-05-13 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-0/+21
2012-03-30 * python/python.c (gdbpy_decode_line): Move cleanup creation outTom Tromey1-8/+21