]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-infthread.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / python / py-infthread.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-12  Andrew Burgessgdb/python: Add gdb.InferiorThread.__dict__ attribute
2024-01-12  Andrew Burgessgdb/python: add gdb.InferiorThread.__repr__() method
2024-01-12  Andrew Burgessgdb/python: New InferiorThread.ptid_string attribute
2023-08-24  Tom de Vries[gdb/build] Return gdb::array_view in thread_info_to_th...
2023-05-05  Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-03-23  Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-02-28  Tom TromeyFix maybe-uninitialized warning in py-infthread.c
2022-02-28  Andrew Burgessgdb/python: Add gdb.InferiorThread.details attribute
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-09-24  Simon Marchigdb: change thread_info::name to unique_xmalloc_ptr...
2021-09-23  Tom TromeyChange ptid_t::tid to ULONGEST
2021-09-09  Andrew Burgessgdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
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 PyLong_FromLong
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-10  Tom TromeyReduce manual reference counting in py-inferior.c
2019-04-09  Kevin BuettnerAdd python method InferiorThread.handle
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
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-09-16  Tom TromeyChange thread_to_thread_object to return a new reference
2018-07-03  Tom TromeyRemove ptid_get_tid
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-28  Maksim DzabraevMake gdb.selected_thread().inferior return a new reference
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-13  Pedro AlvesAdd Python InferiorThread.global_num attribute
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13  Pedro AlvesAdd Python InferiorThread.inferior attribute
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-26  Simon MarchiConstify thread name return path
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-12-02  Doug Evanspython/py-infthread.c: Whitespace fixes.
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-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20  Tom Tromey * python/py-arch.c (arch_object_type): Use
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-07-11  Phil Muldoon2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2011-03-17  Phil Muldoon2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2011-01-19  Tom Tromeygdb
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-06-28  Phil Muldoon2010-06-28 Phil Muldoon <pmuldoon@redhat.com>