Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+3 |
2023-02-27 | Fix value chain use-after-free | Tom Tromey | 1 | -0/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -3/+3 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -6/+6 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -4/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 1 | -1/+1 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -3/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -23/+17 |
2018-09-16 | Change objfile_to_objfile_object to return a new reference | Tom Tromey | 1 | -2/+3 |
2018-09-16 | Change pspace_to_pspace_object to return a new reference | Tom Tromey | 1 | -3/+3 |
2018-01-07 | Remove xmethod_worker::clone | Simon Marchi | 1 | -17/+0 |
2018-01-07 | C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) | Simon Marchi | 1 | -87/+67 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-03-20 | Support rvalue references in the gdb python module (includes doc/) | Artemiy Volkov | 1 | -2/+3 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 1 | -2/+3 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 1 | -2/+2 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -35/+36 |
2017-01-20 | Fix Py_DECREF being executed without holding the GIL | Simon Marchi | 1 | -2/+3 |
2017-01-10 | Use gdbpy_enter in py-xmethod.c | Tom Tromey | 1 | -91/+74 |
2017-01-10 | Use gdbpy_ref in invoke_match_method | Tom Tromey | 1 | -38/+12 |
2017-01-10 | Use gdbpy_enter in gdbpy_get_matching_xmethod_workers | Tom Tromey | 1 | -95/+58 |
2017-01-10 | Use gdbpy_enter in py-xmethods.c | Tom Tromey | 1 | -8/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-06-09 | PR python/19819 - remove unused globals from py-xmethods.c | Tom Tromey | 1 | -12/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -5/+9 |
2015-04-29 | PR python/18285 | Doug Evans | 1 | -0/+107 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-06-03 | Xmethod support in Python. | Siva Chandra | 1 | -0/+642 |