aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner1-0/+2
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-2/+1
2017-09-11Make it simpler to add events to PythonTom Tromey1-32/+0
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey1-0/+6
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake1-0/+2
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-0/+28
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-0/+30
2017-04-05-Wwrite-strings: More fix-old-Python-API wrappersPedro Alves1-0/+63
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake1-0/+4
2017-02-14python: Create Python bindings for record history.Tim Wiederhake1-0/+5
2017-01-20Fix python-interactive with Python 3.6Simon Marchi1-0/+7
2017-01-10Remove make_cleanup_py_decref and make_cleanup_py_xdecrefTom Tromey1-3/+0
2017-01-10Remove ensure_python_envTom Tromey1-3/+0
2017-01-10Change type of encoding argument to gdbpy_extract_lazy_stringTom Tromey1-1/+2
2017-01-10Introduce gdbpy_enter_varobj and use itTom Tromey1-0/+12
2017-01-10Introduce gdbpy_enterTom Tromey1-0/+25
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-2/+2
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-6/+7
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-06-23Make gdbpy_parameter staticTom Tromey1-1/+0
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans1-0/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-04-29PR python/18285Doug Evans1-0/+5
2015-04-28PR python/18089Doug Evans1-0/+1
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+4
2015-02-27python/python-internal.h: enum ‘ext_lang_rc’ not definedPedro Alves1-0/+1
2015-02-04Fix Python 3 build error on 32-bit hostsJan Kratochvil1-0/+4
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/+1
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-0/+9
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-9/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+9
2014-10-17New python event "clear_objfiles".Doug Evans1-0/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-2/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-2/+0
2014-06-12Generalize varobj iteratorYao Qi1-0/+5
2014-06-10Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra1-0/+26
2014-06-03Xmethod support in Python.Siva Chandra1-0/+22
2014-02-05Extension Language APIDoug Evans1-4/+29
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra1-0/+1
2013-11-29Remove trailing whitespace.Doug Evans1-2/+2
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans1-5/+5
2013-11-112013-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+3
2013-05-30Fix build breakage with Python 2.4.Pedro Alves1-1/+4
2013-05-22Let the ARI know gdb_Py_DECREF is OK.Pedro Alves1-1/+1
2013-05-21Centralize workaround for Python 2.6's Py_DECREF.Pedro Alves1-0/+12
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-0/+4