aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-infthread.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-28Make gdb.selected_thread().inferior return a new referenceMaksim Dzabraev1-0/+1
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-3/+5
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-13Add Python InferiorThread.global_num attributePedro Alves1-0/+14
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-2/+5
2016-01-13Add Python InferiorThread.inferior attributePedro Alves1-0/+14
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-26Constify thread name return pathSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+6
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
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-14/+25
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-25/+14
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-14/+25
2014-12-02python/py-infthread.c: Whitespace fixes.Doug Evans1-8/+6
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-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-1/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-4/+4
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-3/+2
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-07-112011-07-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+0
2011-03-172011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+16
2011-01-19gdbTom Tromey1-0/+59
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-06-282010-06-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+269