summaryrefslogtreecommitdiff
path: root/gdb/python/py-infthread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-2/+2
* Fix maybe-uninitialized warning in py-infthread.cTom Tromey2022-02-281-1/+3
* gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess2022-02-281-0/+29
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi2021-09-241-7/+2
* Change ptid_t::tid to ULONGESTTom Tromey2021-09-231-2/+3
* gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess2021-09-091-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Don't use PyInt_FromLongTom Tromey2020-09-151-4/+15
* Don't use PyLong_FromLongTom Tromey2020-09-151-2/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Reduce manual reference counting in py-inferior.cTom Tromey2019-07-101-4/+4
* Add python method InferiorThread.handleKevin Buettner2019-04-081-0/+33
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Change inferior_to_inferior_object to return a gdbpy_refTom Tromey2019-01-021-1/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Change thread_to_thread_object to return a new referenceTom Tromey2018-09-161-9/+1
* Remove ptid_get_tidTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-11/+13
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Make gdb.selected_thread().inferior return a new referenceMaksim Dzabraev2017-10-281-0/+1
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-3/+5
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* Add Python InferiorThread.global_num attributePedro Alves2016-01-131-0/+14
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-2/+5
* Add Python InferiorThread.inferior attributePedro Alves2016-01-131-0/+14
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Constify thread name return pathSimon Marchi2015-11-261-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+6
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New python events: inferior call, register/memory changed.Nick Bull2014-12-021-14/+25
* revert previous patch so that I can re-commit with correct authorDoug Evans2014-12-021-25/+14
* New python events: infcall, register/memory changed.Doug Evans2014-12-021-14/+25
* python/py-infthread.c: Whitespace fixes.Doug Evans2014-12-021-8/+6
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Remove trailing whitespace.Doug Evans2013-11-291-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-1/+1
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-3/+2
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-4/+4
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-201-1/+2