summaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
AgeCommit message (Expand)Author
2018-01-27Avoid compilation errors in MinGW native builds of GDBEli Zaretskii
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-09-11Make it simpler to add events to PythonTom Tromey
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves
2017-04-05-Wwrite-strings: More fix-old-Python-API wrappersPedro Alves
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake
2017-02-14python: Create Python bindings for record history.Tim Wiederhake
2017-01-20Fix python-interactive with Python 3.6Simon Marchi
2017-01-10Remove make_cleanup_py_decref and make_cleanup_py_xdecrefTom Tromey
2017-01-10Remove ensure_python_envTom Tromey
2017-01-10Change type of encoding argument to gdbpy_extract_lazy_stringTom Tromey
2017-01-10Introduce gdbpy_enter_varobj and use itTom Tromey
2017-01-10Introduce gdbpy_enterTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-06-23Make gdbpy_parameter staticTom Tromey
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-06-24Remove redundant include directives.Gary Benson
2015-04-29PR python/18285Doug Evans
2015-04-28PR python/18089Doug Evans
2015-04-01Add support for writing unwinders in Python.Sasha Smundak
2015-02-27python/python-internal.h: enum ‘ext_lang_rc’ not definedPedro Alves
2015-02-04Fix Python 3 build error on 32-bit hostsJan Kratochvil
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12New python function gdb.lookup_objfile.Doug Evans
2014-12-02New python events: inferior call, register/memory changed.Nick Bull
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans
2014-12-02New python events: infcall, register/memory changed.Doug Evans
2014-10-17New python event "clear_objfiles".Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Move stdio.h to common-defs.hGary Benson
2014-06-12Generalize varobj iteratorYao Qi
2014-06-10Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra
2014-06-03Xmethod support in Python.Siva Chandra
2014-02-05Extension Language APIDoug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra
2013-11-29Remove trailing whitespace.Doug Evans
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans
2013-11-112013-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon
2013-05-30Fix build breakage with Python 2.4.Pedro Alves
2013-05-22Let the ARI know gdb_Py_DECREF is OK.Pedro Alves