projects
/
deliverable
/
binutils-gdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gdb: bool-ify ext_lang_auto_load_enabled and friends
[deliverable/binutils-gdb.git]
/
gdb
/
python
/
python-internal.h
2021-01-13
Simon Marchi
gdb: bool-ify ext_lang_auto_load_enabled and friends
blob
|
commitdiff
|
raw
2021-01-01
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
raw
|
diff to current
2020-12-11
Tom Tromey
Change varobj_dynamic::child_iter to unique_ptr
blob
|
commitdiff
|
raw
|
diff to current
2020-12-04
Tom Tromey
Remove redundant typedefs
blob
|
commitdiff
|
raw
|
diff to current
2020-11-02
Simon Marchi
gdb, gdbserver, gdbsupport: fix leading space vs tabs...
blob
|
commitdiff
|
raw
|
diff to current
2020-09-15
Tom Tromey
Don't use PyInt_FromLong
blob
|
commitdiff
|
raw
|
diff to current
2020-09-15
Tom Tromey
Don't use gdb_py_long_from_ulongest
blob
|
commitdiff
|
raw
|
diff to current
2020-09-15
Tom Tromey
Don't use gdb_py_long_from_longest
blob
|
commitdiff
|
raw
|
diff to current
2020-09-15
Tom Tromey
Don't use PyInt_FromSsize_t
blob
|
commitdiff
|
raw
|
diff to current
2020-07-28
Andrew Burgess
gdb/python: make more use of RegisterDescriptors
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Andrew Burgess
gdb/python: New method to access list of register groups
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Andrew Burgess
gdb/python: Add gdb.Architecture.registers method
blob
|
commitdiff
|
raw
|
diff to current
2020-03-14
Tom Tromey
Change extension language pretty-printers to use value API
blob
|
commitdiff
|
raw
|
diff to current
2020-02-22
Tom Tromey
Allow TUI windows in Python
blob
|
commitdiff
|
raw
|
diff to current
2020-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2019-11-10
Andrew Burgess
gdb/python: Introduce gdb.lookup_static_symbols
blob
|
commitdiff
|
raw
|
diff to current
2019-07-30
Christian Biesinger
[PR/24474] Add gdb.lookup_static_symbol to the python API
blob
|
commitdiff
|
raw
|
diff to current
2019-07-10
Tom Tromey
Reduce manual reference counting in py-inferior.c
blob
|
commitdiff
|
raw
|
diff to current
2019-04-25
Tom Tromey
Make exception handling more efficient
blob
|
commitdiff
|
raw
|
diff to current
2019-02-27
Tom Tromey
Remove Python 2.4 and 2.5 support
blob
|
commitdiff
|
raw
|
diff to current
2019-02-26
Kevin Buettner
Define unique_ptr specialization for Py_buffer.
blob
|
commitdiff
|
raw
|
diff to current
2019-02-07
Tom Tromey
Normalize include guards in gdb
blob
|
commitdiff
|
raw
|
diff to current
2019-01-30
Tom Tromey
Release the GIL while running a gdb command or expression
blob
|
commitdiff
|
raw
|
diff to current
2019-01-03
Tom Tromey
Use a wrapper for PyErr_Fetch
blob
|
commitdiff
|
raw
|
diff to current
2019-01-02
Tom Tromey
Change inferior_to_inferior_object to return a gdbpy_ref
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-27
Tom Tromey
Consolidate some Python exception-printing functions
blob
|
commitdiff
|
raw
|
diff to current
2018-11-04
Tom Tromey
Return gdbpy_ref from gdbpy_get_varobj_pretty_printer
blob
|
commitdiff
|
raw
|
diff to current
2018-11-04
Tom Tromey
Return gdbpy_ref from some Python string functions
blob
|
commitdiff
|
raw
|
diff to current
2018-11-04
Tom Tromey
Return gdbpy_ref from gdb_py_object_from_*longest
blob
|
commitdiff
|
raw
|
diff to current
2018-09-24
Tom Tromey
Consolidate gdb.GdbError handling
blob
|
commitdiff
|
raw
|
diff to current
2018-09-17
Tom Tromey
Don't steal references in the gdb Python code
blob
|
commitdiff
|
raw
|
diff to current
2018-09-16
Tom Tromey
Remove CPYCHECKER_RETURNS_BORROWED_REF
blob
|
commitdiff
|
raw
|
diff to current
2018-09-16
Tom Tromey
Change thread_to_thread_object to return a new reference
blob
|
commitdiff
|
raw
|
diff to current
2018-09-16
Tom Tromey
Change objfile_to_objfile_object to return a new reference
blob
|
commitdiff
|
raw
|
diff to current
2018-09-16
Tom Tromey
Change pspace_to_pspace_object to return a new reference
blob
|
commitdiff
|
raw
|
diff to current
2018-09-16
Tom Tromey
Add more methods to gdb.Progspace
blob
|
commitdiff
|
raw
|
diff to current
2018-09-13
Simon Marchi
python: Add Progspace.objfiles method
blob
|
commitdiff
|
raw
|
diff to current
2018-09-09
Simon Marchi
python: Make two functions return gdbpy_ref<>
blob
|
commitdiff
|
raw
|
diff to current
2018-06-21
Pedro Alves
Use thread_info and inferior pointers more throughout
blob
|
commitdiff
|
raw
|
diff to current
2018-05-31
Tom Tromey
Add basic Python API for convenience variables
blob
|
commitdiff
|
raw
|
diff to current
2018-02-26
Tom Tromey
Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
blob
|
commitdiff
|
raw
|
diff to current
2018-01-27
Eli Zaretskii
Avoid compilation errors in MinGW native builds of GDB
blob
|
commitdiff
|
raw
|
diff to current
2018-01-07
Simon Marchi
C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
blob
|
commitdiff
|
raw
|
diff to current
2018-01-02
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
raw
|
diff to current
2017-09-21
Kevin Buettner
Add `thread_from_thread_handle' method to (Python)...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-19
Yao Qi
Use DISABLE_COPY_AND_ASSIGN
blob
|
commitdiff
|
raw
|
diff to current
2017-09-11
Tom Tromey
Make it simpler to add events to Python
blob
|
commitdiff
|
raw
|
diff to current
2017-09-11
Tom Tromey
Add new_inferior, inferior_deleted, and new_thread...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-02
Tim Wiederhake
Python: Introduce gdb.Instruction class
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Wrap PyGetSetDef for construction...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: More fix-old-Python-API wrappers
blob
|
commitdiff
|
raw
|
diff to current
2017-02-14
Tim Wiederhake
python: Implement btrace Python bindings for record...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-14
Tim Wiederhake
python: Create Python bindings for record history.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-21
Simon Marchi
Fix python-interactive with Python 3.6
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Tom Tromey
Remove make_cleanup_py_decref and make_cleanup_py_xdecref
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Tom Tromey
Remove ensure_python_env
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Tom Tromey
Change type of encoding argument to gdbpy_extract_lazy_...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Tom Tromey
Introduce gdbpy_enter_varobj and use it
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Tom Tromey
Introduce gdbpy_enter
blob
|
commitdiff
|
raw
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
raw
|
diff to current
2016-11-11
Yao Qi
Remove apply_val_pretty_printer parameter valaddr
blob
|
commitdiff
|
raw
|
diff to current
2016-11-10
Tom Tromey
Use unique_xmalloc_ptr in Python code
blob
|
commitdiff
|
raw
|
diff to current
2016-06-25
David Taylor
Support structure offsets that are 512K or larger.
blob
|
commitdiff
|
raw
|
diff to current
2016-06-24
Tom Tromey
Make gdbpy_parameter static
blob
|
commitdiff
|
raw
|
diff to current
2016-03-30
Doug Evans
python/py-utils.c (host_string_to_python_string): New...
blob
|
commitdiff
|
raw
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-24
Gary Benson
Remove redundant include directives.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Doug Evans
PR python/18285
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Doug Evans
PR python/18089
blob
|
commitdiff
|
raw
|
diff to current
2015-04-01
Sasha Smundak
Add support for writing unwinders in Python.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-27
Pedro Alves
python/python-internal.h: enum ‘ext_lang_rc’ not defined
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
Jan Kratochvil
Fix Python 3 build error on 32-bit hosts
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-12
Doug Evans
New python function gdb.lookup_objfile.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
Nick Bull
New python events: inferior call, register/memory changed.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
Doug Evans
revert previous patch so that I can re-commit with...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
Doug Evans
New python events: infcall, register/memory changed.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-17
Doug Evans
New python event "clear_objfiles".
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Gary Benson
Remove spurious exceptions.h inclusions
blob
|
commitdiff
|
raw
|
diff to current
2014-08-07
Gary Benson
Move stdio.h to common-defs.h
blob
|
commitdiff
|
raw
|
diff to current
2014-06-12
Yao Qi
Generalize varobj iterator
blob
|
commitdiff
|
raw
|
diff to current
2014-06-10
Siva Chandra
Wrap PyObject_Get/HasAttrString in a function with...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-03
Siva Chandra
Xmethod support in Python.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-06
Doug Evans
Extension Language API
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-12
Siva Chandra
2013-12-12 Siva Chandra Reddy <sivachandra@google...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
Doug Evans
Remove trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-28
Doug Evans
Rename breakpoint_object to gdbpy_breakpoint_object.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-11
Phil Muldoon
2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
blob
|
commitdiff
|
raw
|
diff to current
2013-05-30
Pedro Alves
Fix build breakage with Python 2.4.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-22
Pedro Alves
Let the ARI know gdb_Py_DECREF is OK.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-21
Pedro Alves
Centralize workaround for Python 2.6's Py_DECREF.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (gdbpy_initialize_arch): Use
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* mi/mi-main.c: Include python-internal.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (gdbpy_initialize_arch): Return...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-inferior.c (gdbpy_inferiors): Update....
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-event.h (gdbpy_initialize_event_generic...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (archpy_disassemble): Update.
blob
|
commitdiff
|
raw
|
diff to current
next
This page took
1.013632 seconds
and
106
git commands to generate.