gdb/python: Add gdb.Architecture.registers method
[deliverable/binutils-gdb.git] / gdb / python / python-internal.h
2020-07-06  Andrew Burgessgdb/python: Add gdb.Architecture.registers method
2020-03-14  Tom TromeyChange extension language pretty-printers to use value API
2020-02-22  Tom TromeyAllow TUI windows in Python
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-10  Andrew Burgessgdb/python: Introduce gdb.lookup_static_symbols
2019-07-30  Christian Biesinger[PR/24474] Add gdb.lookup_static_symbol to the python API
2019-07-10  Tom TromeyReduce manual reference counting in py-inferior.c
2019-04-25  Tom TromeyMake exception handling more efficient
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2019-02-26  Kevin BuettnerDefine unique_ptr specialization for Py_buffer.
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-30  Tom TromeyRelease the GIL while running a gdb command or expression
2019-01-03  Tom TromeyUse a wrapper for PyErr_Fetch
2019-01-02  Tom TromeyChange inferior_to_inferior_object to return a gdbpy_ref
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyConsolidate some Python exception-printing functions
2018-11-04  Tom TromeyReturn gdbpy_ref from gdbpy_get_varobj_pretty_printer
2018-11-04  Tom TromeyReturn gdbpy_ref from some Python string functions
2018-11-04  Tom TromeyReturn gdbpy_ref from gdb_py_object_from_*longest
2018-09-24  Tom TromeyConsolidate gdb.GdbError handling
2018-09-17  Tom TromeyDon't steal references in the gdb Python code
2018-09-16  Tom TromeyRemove CPYCHECKER_RETURNS_BORROWED_REF
2018-09-16  Tom TromeyChange thread_to_thread_object to return a new reference
2018-09-16  Tom TromeyChange objfile_to_objfile_object to return a new reference
2018-09-16  Tom TromeyChange pspace_to_pspace_object to return a new reference
2018-09-16  Tom TromeyAdd more methods to gdb.Progspace
2018-09-13  Simon Marchipython: Add Progspace.objfiles method
2018-09-09  Simon Marchipython: Make two functions return gdbpy_ref<>
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-31  Tom TromeyAdd basic Python API for convenience variables
2018-02-26  Tom TromeyChange frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
2018-01-27  Eli ZaretskiiAvoid compilation errors in MinGW native builds of GDB
2018-01-07  Simon MarchiC++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-21  Kevin BuettnerAdd `thread_from_thread_handle' method to (Python)...
2017-09-19  Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-11  Tom TromeyMake it simpler to add events to Python
2017-09-11  Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-05-02  Tim WiederhakePython: Introduce gdb.Instruction class
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-04-05  Pedro Alves-Wwrite-strings: More fix-old-Python-API wrappers
2017-02-14  Tim Wiederhakepython: Implement btrace Python bindings for record...
2017-02-14  Tim Wiederhakepython: Create Python bindings for record history.
2017-01-21  Simon MarchiFix python-interactive with Python 3.6
2017-01-11  Tom TromeyRemove make_cleanup_py_decref and make_cleanup_py_xdecref
2017-01-11  Tom TromeyRemove ensure_python_env
2017-01-11  Tom TromeyChange type of encoding argument to gdbpy_extract_lazy_...
2017-01-11  Tom TromeyIntroduce gdbpy_enter_varobj and use it
2017-01-11  Tom TromeyIntroduce gdbpy_enter
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-11  Yao QiRemove apply_val_pretty_printer parameter valaddr
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-06-25  David TaylorSupport structure offsets that are 512K or larger.
2016-06-24  Tom TromeyMake gdbpy_parameter static
2016-03-30  Doug Evanspython/py-utils.c (host_string_to_python_string): New...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-06-24  Gary BensonRemove redundant include directives.
2015-04-29  Doug EvansPR python/18285
2015-04-29  Doug EvansPR python/18089
2015-04-01  Sasha SmundakAdd support for writing unwinders in Python.
2015-02-27  Pedro Alvespython/python-internal.h: enum ‘ext_lang_rc’ not defined
2015-02-04  Jan KratochvilFix Python 3 build error on 32-bit hosts
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Doug EvansNew python function gdb.lookup_objfile.
2014-12-02  Nick BullNew python events: inferior call, register/memory changed.
2014-12-02  Doug Evansrevert previous patch so that I can re-commit with...
2014-12-02  Doug EvansNew python events: infcall, register/memory changed.
2014-10-17  Doug EvansNew python event "clear_objfiles".
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonMove stdio.h to common-defs.h
2014-06-12  Yao QiGeneralize varobj iterator
2014-06-10  Siva ChandraWrap PyObject_Get/HasAttrString in a function with...
2014-06-03  Siva ChandraXmethod support in Python.
2014-02-06  Doug EvansExtension Language API
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12  Siva Chandra2013-12-12 Siva Chandra Reddy <sivachandra@google...
2013-11-29  Doug EvansRemove trailing whitespace.
2013-11-28  Doug EvansRename breakpoint_object to gdbpy_breakpoint_object.
2013-11-11  Phil Muldoon2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2013-05-30  Pedro AlvesFix build breakage with Python 2.4.
2013-05-22  Pedro AlvesLet the ARI know gdb_Py_DECREF is OK.
2013-05-21  Pedro AlvesCentralize workaround for Python 2.6's Py_DECREF.
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * mi/mi-main.c: Include python-internal.h.
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20  Tom Tromey * python/py-inferior.c (gdbpy_inferiors): Update....
2013-05-20  Tom Tromey * python/py-event.h (gdbpy_initialize_event_generic...
2013-05-20  Tom Tromey * python/py-arch.c (archpy_disassemble): Update.
2013-05-20  Tom Tromey * python/python-internal.h (events_object_type): Remove.
2013-05-20  Tom Tromey * python/py-event.h (evpy_emit_event): Use
2013-05-20  Tom Tromey * python/py-threadevent.c (get_event_thread): Use
2013-05-20  Tom Tromey * python/py-arch.c (arch_object_type): Use
2013-05-10  Phil Muldoon2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2013-03-17  Eli ZaretskiiAvoid MinGW warnings about redefinition of snprintf.
2013-03-06  Pedro AlvesGarbage collect py-utils.c:target_string_to_unicode.
2013-01-23  Siva Chandra Reddy Add a new class gdb.Architecture which exposes GDB's
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-09-13  Yit Phang KhooRefactor Python "gdb" module into a proper Python packa...
next
This page took 1.264058 seconds and 107 git commands to generate.