]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-inferior.c
gdb: centralize "[Thread ...exited]" notifications
[thirdparty/binutils-gdb.git] / gdb / python / py-inferior.c
2023-08-23  Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-07-19  Pedro AlvesFix gdb.Inferior.read_memory without execution (PR...
2023-07-14  Tom TromeyUse correct inferior in Inferior.read_memory et al
2023-06-19  Simon Farregdb/Python: Added ThreadExitedEvent
2023-05-24  Tom TromeyAdd attributes and methods to gdb.Inferior
2023-05-05  Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-11  Lancelot SIXgdb/py-inferior: Keep inferior threads in a map
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-07-28  Tom TromeyRewrite registry.h
2022-07-18  Tom TromeyAdd gdb.free_objfile event registry
2022-03-23  Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-01-26  Tom TromeyChange how Python architecture and language are handled
2022-01-05  Hannes DomaniFix inferior_thread attribute in new_thread event
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-22  Andrew Burgessgdb/python: move gdb.Membuf support into a new file
2021-10-05  Andrew Burgessgdb/python: fix memory leak in python inferior code
2021-09-09  Andrew Burgessgdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER
2021-07-13  Simon Marchigdb: make thread_info::suspend private, add getters...
2021-06-21  Andrew Burgessgdb/python: move PyLong_From* calls into py-utils.c
2021-05-14  Tankut Baris Aktemurgdb/python: add a 'connection_num' attribute to Inferio...
2021-04-28  Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-04-27  Michael Weghorngdb: do autoload before notifying Python side in new_ob...
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
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 PyLong_FromLong
2020-08-17  Tom TromeyConvert CORE_ADDR to Python using gdb_py_object_from_ul...
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-01-17  Simon Marchigdb: remove use of iterate_over_inferiors in py-inferior.c
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-18  Philippe WaroquiersFix a bunch of python leaks due to missing calls to...
2019-07-11  Tom TromeyFix use-after-move bug in add_thread_object
2019-07-10  Tom TromeyReduce manual reference counting in py-inferior.c
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-09  Kevin BuettnerRename python function thread_from_thread_handle to...
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
next