Age | Commit message (Expand) | Author | Files | Lines |
2017-04-05 | -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload | Pedro Alves | 1 | -0/+28 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -0/+30 |
2017-04-05 | -Wwrite-strings: More fix-old-Python-API wrappers | Pedro Alves | 1 | -0/+63 |
2017-02-14 | python: Implement btrace Python bindings for record history. | Tim Wiederhake | 1 | -0/+4 |
2017-02-14 | python: Create Python bindings for record history. | Tim Wiederhake | 1 | -0/+5 |
2017-01-20 | Fix python-interactive with Python 3.6 | Simon Marchi | 1 | -0/+7 |
2017-01-10 | Remove make_cleanup_py_decref and make_cleanup_py_xdecref | Tom Tromey | 1 | -3/+0 |
2017-01-10 | Remove ensure_python_env | Tom Tromey | 1 | -3/+0 |
2017-01-10 | Change type of encoding argument to gdbpy_extract_lazy_string | Tom Tromey | 1 | -1/+2 |
2017-01-10 | Introduce gdbpy_enter_varobj and use it | Tom Tromey | 1 | -0/+12 |
2017-01-10 | Introduce gdbpy_enter | Tom Tromey | 1 | -0/+25 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 1 | -2/+2 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -6/+7 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+1 |
2016-06-23 | Make gdbpy_parameter static | Tom Tromey | 1 | -1/+0 |
2016-03-29 | python/py-utils.c (host_string_to_python_string): New function. | Doug Evans | 1 | -0/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -2/+0 |
2015-04-29 | PR python/18285 | Doug Evans | 1 | -0/+5 |
2015-04-28 | PR python/18089 | Doug Evans | 1 | -0/+1 |
2015-04-01 | Add support for writing unwinders in Python. | Sasha Smundak | 1 | -0/+4 |
2015-02-27 | python/python-internal.h: enum ‘ext_lang_rc’ not defined | Pedro Alves | 1 | -0/+1 |
2015-02-04 | Fix Python 3 build error on 32-bit hosts | Jan Kratochvil | 1 | -0/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | New python function gdb.lookup_objfile. | Doug Evans | 1 | -0/+1 |
2014-12-02 | New python events: inferior call, register/memory changed. | Nick Bull | 1 | -0/+9 |
2014-12-02 | revert previous patch so that I can re-commit with correct author | Doug Evans | 1 | -9/+0 |
2014-12-02 | New python events: infcall, register/memory changed. | Doug Evans | 1 | -0/+9 |
2014-10-17 | New python event "clear_objfiles". | Doug Evans | 1 | -0/+2 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -2/+0 |
2014-08-07 | Move stdio.h to common-defs.h | Gary Benson | 1 | -2/+0 |
2014-06-12 | Generalize varobj iterator | Yao Qi | 1 | -0/+5 |
2014-06-10 | Wrap PyObject_Get/HasAttrString in a function with second arg having const qu... | Siva Chandra | 1 | -0/+26 |
2014-06-03 | Xmethod support in Python. | Siva Chandra | 1 | -0/+22 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -4/+29 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-12 | 2013-12-12 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra | 1 | -0/+1 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 1 | -2/+2 |
2013-11-28 | Rename breakpoint_object to gdbpy_breakpoint_object. | Doug Evans | 1 | -5/+5 |
2013-11-11 | 2013-11-11 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+3 |
2013-05-30 | Fix build breakage with Python 2.4. | Pedro Alves | 1 | -1/+4 |
2013-05-22 | Let the ARI know gdb_Py_DECREF is OK. | Pedro Alves | 1 | -1/+1 |
2013-05-21 | Centralize workaround for Python 2.6's Py_DECREF. | Pedro Alves | 1 | -0/+12 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 1 | -0/+4 |
2013-05-20 | * mi/mi-main.c: Include python-internal.h. | Tom Tromey | 1 | -0/+2 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. | Tom Tromey | 1 | -29/+58 |
2013-05-20 | * python/py-inferior.c (gdbpy_inferiors): Update. Hoist | Tom Tromey | 1 | -1/+2 |
2013-05-20 | * python/py-event.h (gdbpy_initialize_event_generic): Use | Tom Tromey | 1 | -0/+7 |
2013-05-20 | * python/py-arch.c (archpy_disassemble): Update. | Tom Tromey | 1 | -6/+16 |