summaryrefslogtreecommitdiff
path: root/gdb/python/py-inferior.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+5
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/py-inferior: Keep inferior threads in a mapLancelot SIX2022-11-111-65/+34
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* Rewrite registry.hTom Tromey2022-07-281-37/+31
* Add gdb.free_objfile event registryTom Tromey2022-07-181-0/+15
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-3/+3
* Change how Python architecture and language are handledTom Tromey2022-01-261-14/+13
* Fix inferior_thread attribute in new_thread eventHannes Domani2022-01-051-1/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess2021-11-301-0/+16
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb/python: move gdb.Membuf support into a new fileAndrew Burgess2021-10-221-179/+3
* gdb/python: fix memory leak in python inferior codeAndrew Burgess2021-10-051-4/+12
* gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess2021-09-091-1/+1
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-1/+1
* gdb/python: move PyLong_From* calls into py-utils.cAndrew Burgess2021-06-211-1/+1
* gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur2021-05-141-0/+19
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-281-3/+8
* gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn2021-04-271-1/+6
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-12/+17
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Don't use PyLong_FromLongTom Tromey2020-09-151-2/+2
* Convert CORE_ADDR to Python using gdb_py_object_from_ulongestTom Tromey2020-08-171-1/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: remove use of iterate_over_inferiors in py-inferior.cSimon Marchi2020-01-171-14/+10
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-181-0/+1
* Fix use-after-move bug in add_thread_objectTom Tromey2019-07-111-1/+1
* Reduce manual reference counting in py-inferior.cTom Tromey2019-07-101-17/+19
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-4/+4
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner2019-04-081-3/+9
* Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner2019-04-081-3/+22
* Rename gdb exception typesTom Tromey2019-04-081-5/+5
* Rewrite TRY/CATCHTom Tromey2019-04-081-15/+10
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-271-10/+1
* Use Python 2.[67] / 3.X / PEP 3118 buffer protocolKevin Buettner2019-02-271-56/+8
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Change inferior_to_inferior_object to return a gdbpy_refTom Tromey2019-01-021-13/+11
* Style improvements in gdb/pythonTom Tromey2019-01-021-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove more calls to xfree from PythonTom Tromey2018-12-271-9/+5