summaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
AgeCommit message (Expand)Author
2020-01-05Copyright year range updates after running gdb/copyright.pyJoel Brobecker
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey
2019-04-25Make exception handling more efficientTom Tromey
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey
2019-02-26Define unique_ptr specialization for Py_buffer.Kevin Buettner
2019-02-07Normalize include guards in gdbTom Tromey
2019-01-30Release the GIL while running a gdb command or expressionTom Tromey
2019-01-03Use a wrapper for PyErr_FetchTom Tromey
2019-01-02Change inferior_to_inferior_object to return a gdbpy_refTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-27Consolidate some Python exception-printing functionsTom Tromey
2018-11-04Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey
2018-11-04Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey
2018-09-23Consolidate gdb.GdbError handlingTom Tromey
2018-09-16Don't steal references in the gdb Python codeTom Tromey
2018-09-16Remove CPYCHECKER_RETURNS_BORROWED_REFTom Tromey
2018-09-16Change thread_to_thread_object to return a new referenceTom Tromey
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey
2018-09-16Add more methods to gdb.ProgspaceTom Tromey
2018-09-13python: Add Progspace.objfiles methodSimon Marchi
2018-09-09python: Make two functions return gdbpy_ref<>Simon Marchi
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves
2018-05-31Add basic Python API for convenience variablesTom Tromey
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey
2018-01-27Avoid compilation errors in MinGW native builds of GDBEli Zaretskii
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi
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