aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-29PR python/18285Doug Evans1-0/+1
2015-04-28PR python/18089Doug Evans1-0/+8
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-1/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-19/+50
2015-02-27Fix Python 3 build: rename GdbMethodsSimon Marchi1-1/+1
2015-02-27Make array object externPedro Alves1-6/+6
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+4
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-1/+29
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12New python function gdb.lookup_objfile.Doug Evans1-0/+8
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