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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for enabling/disabling individual pretty-printers.
Doug Evans
2010-06-04
3
-0
/
+8
*
Allow python to find its files if moved from original location.
Doug Evans
2010-05-27
1
-0
/
+11
*
* configure.ac: Try to use python's distutils to fetch compilation
Doug Evans
2010-05-27
1
-0
/
+54
*
Add python gdb.GdbError and gdb.string_to_argv.
Doug Evans
2010-05-25
4
-10
/
+152
*
* python.c (gdbpy_print_stack): Ensure output ends with a newline.
Doug Evans
2010-05-19
1
-1
/
+7
*
* python.c (source_python_script): Add comment.
Doug Evans
2010-05-19
1
-4
/
+5
*
2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-17
15
-3
/
+66
*
2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-05-14
1
-1
/
+9
*
2010-05-07 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-07
13
-20
/
+4
*
* python/py-param.c (parm_constants): Avoid ARI warning
Pierre Muller
2010-04-30
1
-2
/
+3
*
2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-04-29
4
-17
/
+647
*
ARI warning fix.
Joel Brobecker
2010-04-27
1
-1
/
+1
*
* configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
Doug Evans
2010-04-23
2
-3
/
+41
*
Add support for auto-loading scripts from .debug_gdb_scripts section.
Doug Evans
2010-04-23
3
-82
/
+483
*
* NEWS: Add entry for python program space support.
Doug Evans
2010-04-15
4
-30
/
+376
*
Add -s option to source command.
Doug Evans
2010-04-15
2
-6
/
+5
*
2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-04-14
9
-33
/
+43
*
2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-04-14
1
-46
/
+71
*
2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-04-09
3
-0
/
+881
*
2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-04-08
1
-1
/
+1
*
2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-04-08
1
-2
/
+10
*
* python/python.c (source_python_script): Use ensure_python_env
Doug Evans
2010-04-08
1
-3
/
+3
*
* python/python-internal.h: Include symtab.h.
Pierre Muller
2010-03-09
1
-2
/
+4
*
gdb
Tom Tromey
2010-03-05
2
-3
/
+30
*
* python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
Ulrich Weigand
2010-03-05
1
-1
/
+1
*
2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-02-28
1
-10
/
+29
*
2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-02-26
1
-14
/
+42
*
2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-02-24
6
-2
/
+1508
*
* python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
Ulrich Weigand
2010-02-17
1
-2
/
+2
*
gdb
Tom Tromey
2010-02-02
1
-1
/
+2
*
Fix build failure when building without Python support.
Joel Brobecker
2010-01-18
1
-1
/
+1
*
Allow "source" to load python scripts.
Joel Brobecker
2010-01-18
2
-0
/
+26
*
2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-01-14
5
-15
/
+397
*
Update copyright year in most headers.
Joel Brobecker
2010-01-01
11
-11
/
+11
*
2009-12-09 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2009-12-09
1
-1
/
+2
*
2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2009-12-08
1
-0
/
+67
*
2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
Phil Muldoon
2009-12-03
1
-0
/
+8
*
gdb
Tom Tromey
2009-12-03
1
-0
/
+25
*
gdb/ChangeLog:
Paul Pluzhnikov
2009-11-13
1
-1
/
+6
*
* python/python.c (execute_gdb_command): Copy the argument text.
Tom Tromey
2009-11-09
1
-1
/
+5
*
* python/py-value.c (valpy_string): NULL-terminate 'keywords'.
Tom Tromey
2009-09-29
1
-1
/
+1
*
gdb
Tom Tromey
2009-09-25
1
-2
/
+4
*
PR gdb/10583:
Tom Tromey
2009-09-22
1
-0
/
+11
*
2009-09-21 Jason Orendorff <jason.orendorff@gmail.com>
Tom Tromey
2009-09-21
1
-2
/
+1
*
2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2009-09-21
1
-1
/
+12
*
* objfiles.c (struct objfile_data): Delete member cleanup and replace
Doug Evans
2009-09-11
2
-4
/
+4
*
Checking in this patch for Thiago: Rename python-* files into py-*,
Joel Brobecker
2009-09-09
8
-0
/
+0
*
* python/python-value.c (valpy_richcompare): Don't return from
Tom Tromey
2009-08-24
1
-2
/
+10
*
* ui-file.h (ui_file_xstrdup): Mention that the length argument
Pedro Alves
2009-08-14
3
-6
/
+4
*
* varobj.c (update_dynamic_varobj_children): Don't use
Tom Tromey
2009-08-13
2
-22
/
+61
[prev]
[next]