index
:
ppe42-binutils
binutils-2_24-ppe42
GNU Binutils for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdb
/
python
/
python-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'binutils-
nobody
2013-09-18
1
-495
/
+0
*
Fix build breakage with Python 2.4.
Pedro Alves
2013-05-30
1
-1
/
+4
*
Let the ARI know gdb_Py_DECREF is OK.
Pedro Alves
2013-05-22
1
-1
/
+1
*
Centralize workaround for Python 2.6's Py_DECREF.
Pedro Alves
2013-05-21
1
-0
/
+12
*
* python/py-arch.c (gdbpy_initialize_arch): Use
Tom Tromey
2013-05-20
1
-0
/
+4
*
* mi/mi-main.c: Include python-internal.h.
Tom Tromey
2013-05-20
1
-0
/
+2
*
* python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
Tom Tromey
2013-05-20
1
-29
/
+58
*
* python/py-inferior.c (gdbpy_inferiors): Update. Hoist
Tom Tromey
2013-05-20
1
-1
/
+2
*
* python/py-event.h (gdbpy_initialize_event_generic): Use
Tom Tromey
2013-05-20
1
-0
/
+7
*
* python/py-arch.c (archpy_disassemble): Update.
Tom Tromey
2013-05-20
1
-6
/
+16
*
* python/python-internal.h (events_object_type): Remove.
Tom Tromey
2013-05-20
1
-1
/
+0
*
* python/py-event.h (evpy_emit_event): Use
Tom Tromey
2013-05-20
1
-0
/
+7
*
* python/py-threadevent.c (get_event_thread): Use
Tom Tromey
2013-05-20
1
-3
/
+13
*
* python/py-arch.c (arch_object_type): Use
Tom Tromey
2013-05-20
1
-7
/
+27
*
2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2013-05-10
1
-0
/
+3
*
Avoid MinGW warnings about redefinition of snprintf.
Eli Zaretskii
2013-03-17
1
-0
/
+5
*
Garbage collect py-utils.c:target_string_to_unicode.
Pedro Alves
2013-03-06
1
-1
/
+0
*
Add a new class gdb.Architecture which exposes GDB's
Siva Chandra Reddy
2013-01-23
1
-0
/
+4
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
*
Add support for Python 3.
Paul Koning
2012-12-12
1
-0
/
+31
*
Refactor Python "gdb" module into a proper Python package, by introducing
Yit Phang Khoo
2012-09-13
1
-0
/
+1
*
Enable readline in Python in a GDB-specific way and block the
Yit Phang Khoo
2012-08-22
1
-0
/
+1
*
PR python/12070:
Tom Tromey
2012-02-17
1
-0
/
+2
*
PR python/12027:
Tom Tromey
2012-02-07
1
-0
/
+1
*
gdb/
Jan Kratochvil
2012-01-26
1
-2
/
+2
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-1
/
+1
*
Introduce gdb.FinishBreakpoint in Python
Kevin Pouget
2011-12-23
1
-2
/
+48
*
* cli/cli-cmds.c (source_script_with_search): Pass full path to
Doug Evans
2011-10-27
1
-1
/
+1
*
2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2011-10-20
1
-2
/
+3
*
Allow Python notification of new object-file loadings.
Kevin Pouget
2011-10-07
1
-0
/
+1
*
* python/py-type.c (make_fielditem, typy_field_names, typy_items)
Paul Koning
2011-09-28
1
-0
/
+2
*
2011-09-15 Kevin Pouget <kevin.pouget@st.com>
Kevin Pouget
2011-09-15
1
-0
/
+1
*
* py-cmd.c: Some minor formatting fixes.
Doug Evans
2011-09-08
1
-1
/
+1
*
* python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
Tom Tromey
2011-06-28
1
-0
/
+3
*
2011-05-27 Pedro Alves <pedro@codesourcery.com>
Pedro Alves
2011-05-27
1
-0
/
+1
*
* python/python.c (gdbpy_value_cst): New global.
Tom Tromey
2011-02-28
1
-0
/
+1
*
Add gdb.lookup_global_symbol python function.
Doug Evans
2011-02-22
1
-0
/
+2
*
Add Python support for GDB events.
Sami Wagiaalla
2011-02-04
1
-0
/
+18
*
do not use python<version> subdir when including Python .h file
Joel Brobecker
2011-01-31
1
-13
/
+5
*
* python/python.c (gdbpy_solib_name): Use gdb_py_longest and
Tom Tromey
2011-01-26
1
-0
/
+30
*
gdb
Tom Tromey
2011-01-06
1
-0
/
+1
*
2011-01-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-06
1
-1
/
+2
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
*
gdb
Tom Tromey
2010-11-12
1
-7
/
+11
*
fix typo in _FILE_OFFSET_BITS comment
Joel Brobecker
2010-10-26
1
-1
/
+1
*
Fix build failures with python support on sparc-solaris
Joel Brobecker
2010-10-26
1
-3
/
+7
*
PR python/11948:
Tom Tromey
2010-10-15
1
-3
/
+3
*
* python/python-internal.h (gdbpy_get_hook_function): Don't
Tom Tromey
2010-08-13
1
-1
/
+0
*
* configure, config.in: Rebuild.
Tom Tromey
2010-07-06
1
-0
/
+3
*
Fix build failure with Python installed in non-system location.
Joel Brobecker
2010-06-30
1
-1
/
+4
[next]