Support buffer objects as handles in Inferior.thread_from_thread_handle()
[deliverable/binutils-gdb.git] / gdb / python / py-inferior.c
2019-04-09  Kevin BuettnerSupport buffer objects as handles in Inferior.thread_fr...
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2019-02-27  Kevin BuettnerUse Python 2.[67] / 3.X / PEP 3118 buffer protocol
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-02  Tom TromeyChange inferior_to_inferior_object to return a gdbpy_ref
2019-01-02  Tom TromeyStyle improvements in gdb/python
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyRemove more calls to xfree from Python
2018-11-22  Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-10-07  Tom TromeyAdd Inferior.architecture method
2018-09-17  Pedro Alves[gdb/Python] Eliminate find_inferior_object
2018-09-17  Tom TromeySimplify uses of thread_to_thread_object
2018-09-16  Tom TromeyChange thread_to_thread_object to return a new reference
2018-09-16  Tom TromeyChange pspace_to_pspace_object to return a new reference
2018-09-13  Tom TromeyMake infpy_thread_from_thread_handle static
2018-09-13  Simon Marchipython: Add Inferior.progspace property
2018-09-13  Simon Marchipython: Provide textual representation for Inferior...
2018-08-24  Pedro Alvesgdb/python: Use copy-initialization more when possible
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-03-19  Tom TromeyConvert observers to C++
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-11  Tom TromeyMake it simpler to add events to Python
2017-09-11  Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-04-27  Simon MarchiAdd missing incref when creating Inferior Python object
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-02-10  Tom TromeyUse gdbpy_ref to simplify some logic
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-01-23  Simon MarchiMinor simplification of (Python) find_thread_object
2017-01-11  Tom TromeyUse gdbpy_ref in py-inferior.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-inferior.c
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_inferiors
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-09  Simon MarchiChange some void* to gdb_byte*
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-11  Tom TromeyFix redefinition errors in C++ mode
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
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-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-29  Doug EvansRemove trailing whitespace.
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-06-18  Tom Tromey * python/py-inferior.c (gdbpy_selected_inferior):...
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-arch.c (arch_object_type): Use
2013-05-17  Tom Tromey * python/py-inferior.c (infpy_read_memory): Don't...
2013-04-19  Pedro Alves-Wpointer-sign: python/.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-08-22  Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-07-26  Jan Kratochvilgdb/
2012-06-24  Yao Qigdb:
2012-06-20  Yao Qi * python/py-inferior.c: Update comments of...
2012-05-24  Pedro Alvesgdb/
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-03-28  Tom Tromey * python/py-inferior.c (infpy_read_memory): Remove...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-11-28  Phil Muldoon2011-11-28 Phil Muldoon <pmuldoon@redhat.com>
2011-10-20  Phil Muldoon2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2011-10-07  Kevin Pouget Allow Python notification of new object-file loadings.
2011-10-04  Kevin Pouget2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2011-09-15  Kevin Pouget2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2011-08-05  Eli Zaretskii * python/py-breakpoint.c (gdbpy_initialize_breakpoints...
2011-07-11  Phil Muldoon2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2011-06-24  Tom Tromey * varobj.c (update_dynamic_varobj_children): Make...
2011-06-03  Tom Tromeygdb
2011-05-19  Tom Tromey * python/py-inferior.c (python_inferior_exit): Use
2011-03-17  Phil Muldoon2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2011-03-02  Michael Snyder2011-03-02 Michael Snyder <msnyder@vmware.com>
2011-02-04  Sami WagiaallaAdd Python support for GDB events.
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-11-23  Phil Muldoon2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
2010-10-13  Jan Kratochvilgdb/
2010-06-28  Phil Muldoon2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
This page took 2.206889 seconds and 96 git commands to generate.