Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-10 | Reduce manual reference counting in py-inferior.c | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Add python method InferiorThread.handle | Kevin Buettner | 1 | -0/+33 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-01-02 | Change inferior_to_inferior_object to return a gdbpy_ref | Tom Tromey | 1 | -1/+5 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-16 | Change thread_to_thread_object to return a new reference | Tom Tromey | 1 | -9/+1 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -11/+13 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-28 | Make gdb.selected_thread().inferior return a new reference | Maksim Dzabraev | 1 | -0/+1 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -3/+5 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-13 | Add Python InferiorThread.global_num attribute | Pedro Alves | 1 | -0/+14 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -2/+5 |
2016-01-13 | Add Python InferiorThread.inferior attribute | Pedro Alves | 1 | -0/+14 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-26 | Constify thread name return path | Simon Marchi | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+6 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-02 | New python events: inferior call, register/memory changed. | Nick Bull | 1 | -14/+25 |
2014-12-02 | revert previous patch so that I can re-commit with correct author | Doug Evans | 1 | -25/+14 |
2014-12-02 | New python events: infcall, register/memory changed. | Doug Evans | 1 | -14/+25 |
2014-12-02 | python/py-infthread.c: Whitespace fixes. | Doug Evans | 1 | -8/+6 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -1/+1 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 1 | -3/+2 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. | Tom Tromey | 1 | -4/+4 |
2013-05-20 | * python/py-arch.c (arch_object_type): Use | Tom Tromey | 1 | -1/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-12 | Add support for Python 3. | Paul Koning | 1 | -3/+2 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |
2011-07-11 | 2011-07-11 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+0 |
2011-03-17 | 2011-03-17 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+16 |
2011-01-19 | gdb | Tom Tromey | 1 | -0/+59 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-06-28 | 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+269 |