aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-inferior.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-11/+28
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+4
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-0/+70
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-70/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+70
2014-10-17New python event "clear_objfiles".Doug Evans1-7/+16
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-5/+5
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-2/+3
2013-06-18 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.Tom Tromey1-6/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-6/+4
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey1-0/+21
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-7/+8
2013-05-20 * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey1-60/+43
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-2/+4
2013-05-17 * python/py-inferior.c (infpy_read_memory): Don't callTom Tromey1-2/+0
2013-04-19-Wpointer-sign: python/.Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-18/+89
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-2/+2
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey1-1/+1
2012-07-26gdb/Jan Kratochvil1-0/+5
2012-06-24gdb:Yao Qi1-1/+1
2012-06-20 * python/py-inferior.c: Update comments of infpy_read_memoryYao Qi1-2/+2
2012-05-24gdb/Pedro Alves1-1/+1
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-2/+0
2012-03-28 * python/py-inferior.c (infpy_read_memory): Remove cleanups andTom Tromey1-12/+8
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-10/+7
2011-10-202011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+5
2011-10-07 Allow Python notification of new object-file loadings.Kevin Pouget1-0/+21
2011-10-042011-10-04 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget1-1/+1