summaryrefslogtreecommitdiff
path: root/gdb/python/py-inferior.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner
2017-09-11Make it simpler to add events to PythonTom Tromey
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey
2017-02-10Turn gdbpy_ref into a templateTom Tromey
2017-01-23Minor simplification of (Python) find_thread_objectSimon Marchi
2017-01-10Use gdbpy_ref in py-inferior.cTom Tromey
2017-01-10Use gdbpy_enter in py-inferior.cTom Tromey
2017-01-10Use gdbpy_ref in gdbpy_inferiorsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-09-25Add some more casts (2/2)Simon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-11Fix redefinition errors in C++ modeTom Tromey
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-02New python events: inferior call, register/memory changed.Nick Bull
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans
2014-12-02New python events: infcall, register/memory changed.Doug Evans
2014-10-17New python event "clear_objfiles".Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-29Remove trailing whitespace.Doug Evans
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
2013-06-18 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.Tom Tromey
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey
2013-05-20 * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey
2013-05-17 * python/py-inferior.c (infpy_read_memory): Don't callTom Tromey
2013-04-19-Wpointer-sign: python/.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-12Add support for Python 3.Paul Koning
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey
2012-07-26gdb/Jan Kratochvil
2012-06-24gdb:Yao Qi
2012-06-20 * python/py-inferior.c: Update comments of infpy_read_memoryYao Qi
2012-05-24gdb/Pedro Alves
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-03-28 * python/py-inferior.c (infpy_read_memory): Remove cleanups andTom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker