summaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage with Python 2.4.Pedro Alves2013-05-301-1/+4
* Let the ARI know gdb_Py_DECREF is OK.Pedro Alves2013-05-221-1/+1
* Centralize workaround for Python 2.6's Py_DECREF.Pedro Alves2013-05-211-0/+12
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-0/+4
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-201-0/+2
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-29/+58
* * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey2013-05-201-1/+2
* * python/py-event.h (gdbpy_initialize_event_generic): UseTom Tromey2013-05-201-0/+7
* * python/py-arch.c (archpy_disassemble): Update.Tom Tromey2013-05-201-6/+16
* * python/python-internal.h (events_object_type): Remove.Tom Tromey2013-05-201-1/+0
* * python/py-event.h (evpy_emit_event): UseTom Tromey2013-05-201-0/+7
* * python/py-threadevent.c (get_event_thread): UseTom Tromey2013-05-201-3/+13
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-201-7/+27
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-05-101-0/+3
* Avoid MinGW warnings about redefinition of snprintf.Eli Zaretskii2013-03-171-0/+5
* Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves2013-03-061-1/+0
* Add a new class gdb.Architecture which exposes GDB'ssivachandra2013-01-231-0/+4
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-0/+31
* Refactor Python "gdb" module into a proper Python package, by introducingkhooyp2012-09-131-0/+1
* Enable readline in Python in a GDB-specific way and block thekhooyp2012-08-221-0/+1
* PR python/12070:Tom Tromey2012-02-171-0/+2
* PR python/12027:Tom Tromey2012-02-071-0/+1
* gdb/Jan Kratochvil2012-01-261-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* Introduce gdb.FinishBreakpoint in Pythonkpouget2011-12-231-2/+48
* * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans2011-10-271-1/+1
* 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2011-10-201-2/+3
* Allow Python notification of new object-file loadings.kpouget2011-10-071-0/+1
* * python/py-type.c (make_fielditem, typy_field_names, typy_items)Paul Koning2011-09-281-0/+2
* 2011-09-15 Kevin Pouget <kevin.pouget@st.com>kpouget2011-09-151-0/+1
* * py-cmd.c: Some minor formatting fixes.Doug Evans2011-09-081-1/+1
* * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.Tom Tromey2011-06-281-0/+3
* 2011-05-27 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-05-271-0/+1
* * python/python.c (gdbpy_value_cst): New global.Tom Tromey2011-02-281-0/+1
* Add gdb.lookup_global_symbol python function.Doug Evans2011-02-221-0/+2
* Add Python support for GDB events.swagiaal2011-02-041-0/+18
* do not use python<version> subdir when including Python .h fileJoel Brobecker2011-01-311-13/+5
* * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey2011-01-261-0/+30
* gdbTom Tromey2011-01-061-0/+1
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-061-1/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdbTom Tromey2010-11-121-7/+11
* fix typo in _FILE_OFFSET_BITS commentJoel Brobecker2010-10-261-1/+1
* Fix build failures with python support on sparc-solarisJoel Brobecker2010-10-261-3/+7
* PR python/11948:Tom Tromey2010-10-151-3/+3
* * python/python-internal.h (gdbpy_get_hook_function): Don'tTom Tromey2010-08-131-1/+0
* * configure, config.in: Rebuild.Tom Tromey2010-07-061-0/+3
* Fix build failure with Python installed in non-system location.Joel Brobecker2010-06-301-1/+4
* 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2010-06-281-0/+24