aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-inferior.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-17gdb: remove use of iterate_over_inferiors in py-inferior.cSimon Marchi1-14/+10
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers1-0/+1
2019-07-11Fix use-after-move bug in add_thread_objectTom Tromey1-1/+1
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey1-17/+19
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-25Make exception handling more efficientTom Tromey1-4/+4
2019-04-25Remove exception_noneTom Tromey1-2/+2
2019-04-08Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner1-3/+9
2019-04-08Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner1-3/+22
2019-04-08Rename gdb exception typesTom Tromey1-5/+5
2019-04-08Rewrite TRY/CATCHTom Tromey1-15/+10
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-10/+1
2019-02-27Use Python 2.[67] / 3.X / PEP 3118 buffer protocolKevin Buettner1-56/+8
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-02Change inferior_to_inferior_object to return a gdbpy_refTom Tromey1-13/+11
2019-01-02Style improvements in gdb/pythonTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Remove more calls to xfree from PythonTom Tromey1-9/+5
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves1-2/+2
2018-10-06Add Inferior.architecture methodTom Tromey1-0/+15
2018-09-17[gdb/Python] Eliminate find_inferior_objectPedro Alves1-14/+0
2018-09-16Simplify uses of thread_to_thread_objectTom Tromey1-6/+4
2018-09-16Change thread_to_thread_object to return a new referenceTom Tromey1-25/+21
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey1-3/+1
2018-09-13Make infpy_thread_from_thread_handle staticTom Tromey1-1/+1
2018-09-13python: Add Inferior.progspace propertySimon Marchi1-0/+18
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi1-1/+16
2018-08-24gdb/python: Use copy-initialization more when possiblePedro Alves1-4/+4
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-26/+23
2018-03-19Convert observers to C++Tom Tromey1-13/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner1-0/+54
2017-09-11Make it simpler to add events to PythonTom Tromey1-23/+0
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey1-0/+88
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi1-2/+5
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+4
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-17/+16
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey1-17/+9
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-3/+3
2017-01-23Minor simplification of (Python) find_thread_objectSimon Marchi1-8/+1
2017-01-10Use gdbpy_ref in py-inferior.cTom Tromey1-17/+6
2017-01-10Use gdbpy_enter in py-inferior.cTom Tromey1-59/+15
2017-01-10Use gdbpy_ref in gdbpy_inferiorsTom Tromey1-13/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-8/+15
2015-09-25Add some more casts (2/2)Simon Marchi1-3/+3