105 Commits (4e9d2153228d95c972907a8b13237218d380c5d3)

Author SHA1 Message Date
David Taylor 6b8505468e Support structure offsets that are 512K or larger. 10 years ago
Tom Tromey 0c72ed4ca2 Make gdbpy_parameter static 10 years ago
Doug Evans 4ae6cc1962 python/py-utils.c (host_string_to_python_string): New function. 10 years ago
Joel Brobecker 618f726fcb GDB copyright headers update after running GDB's copyright.py script. 10 years ago
Gary Benson dc06243f6f Remove redundant include directives. 11 years ago
Doug Evans 2ce1cdbf84 PR python/18285 11 years ago
Doug Evans 69b4374a87 PR python/18089 11 years ago
Sasha Smundak d11916aa89 Add support for writing unwinders in Python. 11 years ago
Pedro Alves e992c591af python/python-internal.h: enum ‘ext_lang_rc’ not defined 12 years ago
Jan Kratochvil 881d5d5db0 Fix Python 3 build error on 32-bit hosts 11 years ago
Joel Brobecker 32d0add0a6 Update year range in copyright notice of all files owned by the GDB project. 11 years ago
Doug Evans 6dddd6a574 New python function gdb.lookup_objfile. 12 years ago
Nick Bull 162078c893 New python events: inferior call, register/memory changed. 12 years ago
Doug Evans 71dd4b30a7 revert previous patch so that I can re-commit with correct author 12 years ago
Doug Evans dc6c87175b New python events: infcall, register/memory changed. 12 years ago
Doug Evans 4ffbba72f3 New python event "clear_objfiles". 12 years ago
Gary Benson c765fdb902 Remove spurious exceptions.h inclusions 12 years ago
Gary Benson d02f550d39 Move stdio.h to common-defs.h 12 years ago
Yao Qi e525021603 Generalize varobj iterator 13 years ago
Siva Chandra 5a6c770930 Wrap PyObject_Get/HasAttrString in a function with second arg having const qualifier. 12 years ago
Siva Chandra 883964a75e Xmethod support in Python. 12 years ago
Doug Evans 6dddc817c1 Extension Language API 12 years ago
Joel Brobecker ecd75fc8ee Update Copyright year range in all files maintained by GDB. 12 years ago
Siva Chandra a16b0e220d 2013-12-12 Siva Chandra Reddy <sivachandra@google.com> 13 years ago
Doug Evans 256458bc0e Remove trailing whitespace. 13 years ago
Doug Evans 4cb0213de5 Rename breakpoint_object to gdbpy_breakpoint_object. 13 years ago
Phil Muldoon bc79de95db 2013-11-11 Phil Muldoon <pmuldoon@redhat.com> 13 years ago
Pedro Alves a6e6f79133 Fix build breakage with Python 2.4. 13 years ago
Pedro Alves ac90359cdc Let the ARI know gdb_Py_DECREF is OK. 13 years ago
Pedro Alves 1915daebe6 Centralize workaround for Python 2.6's Py_DECREF. 13 years ago
Tom Tromey aa36459a92 * python/py-arch.c (gdbpy_initialize_arch): Use 13 years ago
Tom Tromey 0646da15da * mi/mi-main.c: Include python-internal.h. 13 years ago
Tom Tromey 999633ede7 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. 13 years ago
Tom Tromey b86af38a5a * python/py-inferior.c (gdbpy_inferiors): Update. Hoist 13 years ago
Tom Tromey 5d153bd188 * python/py-event.h (gdbpy_initialize_event_generic): Use 13 years ago
Tom Tromey 56cc411c4b * python/py-arch.c (archpy_disassemble): Update. 13 years ago
Tom Tromey 8919e1746d * python/python-internal.h (events_object_type): Remove. 13 years ago
Tom Tromey 9b08f22510 * python/py-event.h (evpy_emit_event): Use 13 years ago
Tom Tromey 634c58be55 * python/py-threadevent.c (get_event_thread): Use 13 years ago
Tom Tromey 62eec1a534 * python/py-arch.c (arch_object_type): Use 13 years ago
Phil Muldoon 1e611234ee 2013-05-10 Phil Muldoon <pmuldoon@redhat.com> 13 years ago
Eli Zaretskii 1cdd32326f Avoid MinGW warnings about redefinition of snprintf. 13 years ago
Pedro Alves 634334ab5e Garbage collect py-utils.c:target_string_to_unicode. 13 years ago
Siva Chandra Reddy bea883fd92 Add a new class gdb.Architecture which exposes GDB's 13 years ago
Joel Brobecker 28e7fd6234 Update years in copyright notice for the GDB files. 13 years ago
Paul Koning 9a27f2c60d Add support for Python 3. 14 years ago
Yit Phang Khoo b9516fa158 Refactor Python "gdb" module into a proper Python package, by introducing 14 years ago
Yit Phang Khoo 037bbc8eea Enable readline in Python in a GDB-specific way and block the 14 years ago
Tom Tromey 2e8265fd8b PR python/12070: 14 years ago
Tom Tromey f0823d2ce8 PR python/12027: 14 years ago