Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr | Simon Marchi | 1 | -3/+3 |
2021-01-13 | gdb: bool-ify ext_lang_auto_load_enabled and friends | Simon Marchi | 1 | -1/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | Change varobj_dynamic::child_iter to unique_ptr | Tom Tromey | 1 | -2/+2 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -4/+4 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -10/+10 |
2020-09-15 | Don't use PyInt_FromLong | Tom Tromey | 1 | -1/+0 |
2020-09-15 | Don't use gdb_py_long_from_ulongest | Tom Tromey | 1 | -2/+0 |
2020-09-15 | Don't use gdb_py_long_from_longest | Tom Tromey | 1 | -2/+0 |
2020-09-15 | Don't use PyInt_FromSsize_t | Tom Tromey | 1 | -1/+0 |
2020-07-28 | gdb/python: make more use of RegisterDescriptors | Andrew Burgess | 1 | -0/+19 |
2020-07-06 | gdb/python: New method to access list of register groups | Andrew Burgess | 1 | -0/+1 |
2020-07-06 | gdb/python: Add gdb.Architecture.registers method | Andrew Burgess | 1 | -0/+5 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 1 | -3/+2 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 1 | -0/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 1 | -0/+2 |
2019-07-30 | [PR/24474] Add gdb.lookup_static_symbol to the python API | Christian Biesinger | 1 | -0/+2 |
2019-07-10 | Reduce manual reference counting in py-inferior.c | Tom Tromey | 1 | -1/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -1/+1 |
2019-02-27 | Remove Python 2.4 and 2.5 support | Tom Tromey | 1 | -52/+1 |
2019-02-26 | Define unique_ptr specialization for Py_buffer. | Kevin Buettner | 1 | -0/+13 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 1 | -3/+3 |
2019-01-30 | Release the GIL while running a gdb command or expression | Tom Tromey | 1 | -0/+25 |
2019-01-03 | Use a wrapper for PyErr_Fetch | Tom Tromey | 1 | -3/+58 |
2019-01-02 | Change inferior_to_inferior_object to return a gdbpy_ref | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-27 | Consolidate some Python exception-printing functions | Tom Tromey | 1 | -0/+1 |
2018-11-04 | Return gdbpy_ref from gdbpy_get_varobj_pretty_printer | Tom Tromey | 1 | -1/+1 |
2018-11-04 | Return gdbpy_ref from some Python string functions | Tom Tromey | 1 | -3/+3 |
2018-11-04 | Return gdbpy_ref from gdb_py_object_from_*longest | Tom Tromey | 1 | -2/+2 |
2018-09-23 | Consolidate gdb.GdbError handling | Tom Tromey | 1 | -0/+1 |
2018-09-16 | Don't steal references in the gdb Python code | Tom Tromey | 1 | -7/+0 |
2018-09-16 | Remove CPYCHECKER_RETURNS_BORROWED_REF | Tom Tromey | 1 | -8/+3 |
2018-09-16 | Change thread_to_thread_object to return a new reference | Tom Tromey | 1 | -2/+1 |
2018-09-16 | Change objfile_to_objfile_object to return a new reference | Tom Tromey | 1 | -2/+1 |
2018-09-16 | Change pspace_to_pspace_object to return a new reference | Tom Tromey | 1 | -2/+1 |
2018-09-16 | Add more methods to gdb.Progspace | Tom Tromey | 1 | -5/+0 |
2018-09-13 | python: Add Progspace.objfiles method | Simon Marchi | 1 | -0/+4 |
2018-09-09 | python: Make two functions return gdbpy_ref<> | Simon Marchi | 1 | -3/+4 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -4/+5 |
2018-05-31 | Add basic Python API for convenience variables | Tom Tromey | 1 | -0/+2 |
2018-02-26 | Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE | Tom Tromey | 1 | -1/+2 |
2018-01-27 | Avoid compilation errors in MinGW native builds of GDB | Eli Zaretskii | 1 | -0/+6 |
2018-01-07 | C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) | Simon Marchi | 1 | -19/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-21 | Add `thread_from_thread_handle' method to (Python) gdb.Inferior | Kevin Buettner | 1 | -0/+2 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -2/+1 |
2017-09-11 | Make it simpler to add events to Python | Tom Tromey | 1 | -32/+0 |
2017-09-11 | Add new_inferior, inferior_deleted, and new_thread events | Tom Tromey | 1 | -0/+6 |