summaryrefslogtreecommitdiff
path: root/gdb/python/py-inferior.c
Commit message (Expand)AuthorAgeFilesLines
* Use gdbpy_ref in py-inferior.cTom Tromey2017-01-101-17/+6
* Use gdbpy_enter in py-inferior.cTom Tromey2017-01-101-59/+15
* Use gdbpy_ref in gdbpy_inferiorsTom Tromey2017-01-101-13/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Change some void* to gdb_byte*Simon Marchi2015-10-091-8/+15
* Add some more casts (2/2)Simon Marchi2015-09-251-3/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-11/+28
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-4/+4
* 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-0/+70
* revert previous patch so that I can re-commit with correct authorDoug Evans2014-12-021-70/+0
* New python events: infcall, register/memory changed.Doug Evans2014-12-021-0/+70
* New python event "clear_objfiles".Doug Evans2014-10-171-7/+16
* 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-5/+5
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-2/+3
* * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.Tom Tromey2013-06-181-6/+1
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-6/+4
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-201-0/+21
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-7/+8
* * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey2013-05-201-60/+43
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-201-2/+4
* * python/py-inferior.c (infpy_read_memory): Don't callTom Tromey2013-05-171-2/+0
* -Wpointer-sign: python/.Pedro Alves2013-04-191-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-18/+89
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-2/+2
* * auto-load.c (_initialize_auto_load): Update.Tom Tromey2012-08-221-1/+1
* gdb/Jan Kratochvil2012-07-261-0/+5
* gdb:Yao Qi2012-06-241-1/+1
* * python/py-inferior.c: Update comments of infpy_read_memoryYao Qi2012-06-201-2/+2
* gdb/Pedro Alves2012-05-241-1/+1
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-2/+0
* * python/py-inferior.c (infpy_read_memory): Remove cleanups andTom Tromey2012-03-281-12/+8
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-281-10/+7
* 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-201-4/+5
* Allow Python notification of new object-file loadings.Kevin Pouget2011-10-071-0/+21
* 2011-10-04 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget2011-10-041-1/+1
* 2011-09-15 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget2011-09-151-0/+14
* * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move theEli Zaretskii2011-08-051-1/+1
* 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-07-111-12/+47
* * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey2011-06-241-1/+2
* gdbTom Tromey2011-06-031-8/+4
* * python/py-inferior.c (python_inferior_exit): UseTom Tromey2011-05-191-2/+2
* 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-03-171-0/+17