index
:
ampere-computing/binutils-gdb.git
binutils-2_30-amp-branch
binutils-2_31_1-amp-branch
binutils-2_32-amp-branch
binutils-2_34-amp-branch
gdb-8.1-amp-branch
gdb-8.2.1-amp-branch
gdb-9.1-amp-branch
Binutils/GDB including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
python
/
python-internal.h
Age
Commit message (
Expand
)
Author
2020-01-05
Copyright year range updates after running gdb/copyright.py
Joel Brobecker
2019-11-10
gdb/python: Introduce gdb.lookup_static_symbols
Andrew Burgess
2019-07-30
[PR/24474] Add gdb.lookup_static_symbol to the python API
Christian Biesinger
2019-07-10
Reduce manual reference counting in py-inferior.c
Tom Tromey
2019-04-25
Make exception handling more efficient
Tom Tromey
2019-02-27
Remove Python 2.4 and 2.5 support
Tom Tromey
2019-02-26
Define unique_ptr specialization for Py_buffer.
Kevin Buettner
2019-02-07
Normalize include guards in gdb
Tom Tromey
2019-01-30
Release the GIL while running a gdb command or expression
Tom Tromey
2019-01-03
Use a wrapper for PyErr_Fetch
Tom Tromey
2019-01-02
Change inferior_to_inferior_object to return a gdbpy_ref
Tom Tromey
2019-01-01
Update copyright year range in all GDB files.
Joel Brobecker
2018-12-27
Consolidate some Python exception-printing functions
Tom Tromey
2018-11-04
Return gdbpy_ref from gdbpy_get_varobj_pretty_printer
Tom Tromey
2018-11-04
Return gdbpy_ref from some Python string functions
Tom Tromey
2018-11-04
Return gdbpy_ref from gdb_py_object_from_*longest
Tom Tromey
2018-09-23
Consolidate gdb.GdbError handling
Tom Tromey
2018-09-16
Don't steal references in the gdb Python code
Tom Tromey
2018-09-16
Remove CPYCHECKER_RETURNS_BORROWED_REF
Tom Tromey
2018-09-16
Change thread_to_thread_object to return a new reference
Tom Tromey
2018-09-16
Change objfile_to_objfile_object to return a new reference
Tom Tromey
2018-09-16
Change pspace_to_pspace_object to return a new reference
Tom Tromey
2018-09-16
Add more methods to gdb.Progspace
Tom Tromey
2018-09-13
python: Add Progspace.objfiles method
Simon Marchi
2018-09-09
python: Make two functions return gdbpy_ref<>
Simon Marchi
2018-06-21
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-05-31
Add basic Python API for convenience variables
Tom Tromey
2018-02-26
Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
Tom Tromey
2018-01-27
Avoid compilation errors in MinGW native builds of GDB
Eli Zaretskii
2018-01-07
C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
Simon Marchi
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
2017-09-21
Add `thread_from_thread_handle' method to (Python) gdb.Inferior
Kevin Buettner
2017-09-19
Use DISABLE_COPY_AND_ASSIGN
Yao Qi
2017-09-11
Make it simpler to add events to Python
Tom Tromey
2017-09-11
Add new_inferior, inferior_deleted, and new_thread events
Tom Tromey
2017-05-02
Python: Introduce gdb.Instruction class
Tim Wiederhake
2017-04-05
-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload
Pedro Alves
2017-04-05
-Wwrite-strings: Wrap PyGetSetDef for construction with string literals
Pedro Alves
2017-04-05
-Wwrite-strings: More fix-old-Python-API wrappers
Pedro Alves
2017-02-14
python: Implement btrace Python bindings for record history.
Tim Wiederhake
2017-02-14
python: Create Python bindings for record history.
Tim Wiederhake
2017-01-20
Fix python-interactive with Python 3.6
Simon Marchi
2017-01-10
Remove make_cleanup_py_decref and make_cleanup_py_xdecref
Tom Tromey
2017-01-10
Remove ensure_python_env
Tom Tromey
2017-01-10
Change type of encoding argument to gdbpy_extract_lazy_string
Tom Tromey
2017-01-10
Introduce gdbpy_enter_varobj and use it
Tom Tromey
2017-01-10
Introduce gdbpy_enter
Tom Tromey
2017-01-01
update copyright year range in GDB files
Joel Brobecker
2016-11-11
Remove apply_val_pretty_printer parameter valaddr
Yao Qi
2016-11-09
Use unique_xmalloc_ptr in Python code
Tom Tromey
[next]