Add `set print array-indexes' tests for C/C++ arrays
[binutils-gdb.git] / gdb / python / python-internal.h
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-22 Andrew Burgessgdb/python: move gdb.Membuf support into a new file
2021-10-22 Andrew Burgessgdb/python: new gdb.architecture_names function
2021-10-03 Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-09-09 Andrew Burgessgdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER
2021-09-07 Andrew Burgessgdb/python: new function to add values into GDB's history
2021-05-12 Simon Marchigdb: make gdbpy_parse_command_name return a unique_xmal...
2021-01-13 Simon Marchigdb: bool-ify ext_lang_auto_load_enabled and friends
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Tom TromeyChange varobj_dynamic::child_iter to unique_ptr
2020-12-04 Tom TromeyRemove redundant typedefs
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-15 Tom TromeyDon't use PyInt_FromLong
2020-09-15 Tom TromeyDon't use gdb_py_long_from_ulongest
2020-09-15 Tom TromeyDon't use gdb_py_long_from_longest
2020-09-15 Tom TromeyDon't use PyInt_FromSsize_t
2020-07-28 Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-07-06 Andrew Burgessgdb/python: New method to access list of register groups
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>
next