aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-infthread.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-14Remove 'if' from GDB_PY_HANDLE_EXCEPTIONTom Tromey1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess1-2/+13
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess1-1/+18
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess1-0/+27
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries1-2/+2
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-2/+2
2022-02-28Fix maybe-uninitialized warning in py-infthread.cTom Tromey1-1/+3
2022-02-28gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess1-0/+29
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-24gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi1-7/+2
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey1-2/+3
2021-09-09gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-09-15Don't use PyInt_FromLongTom Tromey1-4/+15
2020-09-15Don't use PyLong_FromLongTom Tromey1-2/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey1-4/+4
2019-04-08Add python method InferiorThread.handleKevin Buettner1-0/+33
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-02Change inferior_to_inferior_object to return a gdbpy_refTom Tromey1-1/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-16Change thread_to_thread_object to return a new referenceTom Tromey1-9/+1
2018-07-03Remove ptid_get_tidTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-11/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-28Make gdb.selected_thread().inferior return a new referenceMaksim Dzabraev1-0/+1
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-3/+5
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-13Add Python InferiorThread.global_num attributePedro Alves1-0/+14
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-2/+5
2016-01-13Add Python InferiorThread.inferior attributePedro Alves1-0/+14
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-26Constify thread name return pathSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+6
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-14/+25
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-25/+14
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-14/+25
2014-12-02python/py-infthread.c: Whitespace fixes.Doug Evans1-8/+6