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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'binutils-
nobody
2013-09-18
1
-1937
/
+0
*
* python/python.c (finish_python_initialization): Decref
Tom Tromey
2013-06-18
1
-2
/
+1
*
use explicit returns to avoid checker confusion
Tom Tromey
2013-05-30
1
-1
/
+2
*
* python/py-arch.c (gdbpy_initialize_arch): Use
Tom Tromey
2013-05-20
1
-5
/
+6
*
* python/py-cmd.c (cmdpy_completer): Use explicit decref.
Tom Tromey
2013-05-20
1
-8
/
+9
*
* python/python.c (gdbpy_run_events): Decref the result
Tom Tromey
2013-05-20
1
-1
/
+5
*
* mi/mi-main.c: Include python-internal.h.
Tom Tromey
2013-05-20
1
-0
/
+19
*
* python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
Tom Tromey
2013-05-20
1
-41
/
+82
*
* python/python.c (before_prompt_hook): Add cleanup to
Tom Tromey
2013-05-20
1
-0
/
+2
*
2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2013-05-10
1
-0
/
+9
*
* python/python.c (finish_python_initialization): Provide suggestion
Doug Evans
2013-03-28
1
-2
/
+6
*
* ada-lang.c (ada_read_renaming_var_value): Pass const
Keith Seitz
2013-03-12
1
-5
/
+1
*
* breakpoint.c (catch_syscall_split_args): Use skip_spaces.
Keith Seitz
2013-03-07
1
-6
/
+4
*
* python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
Doug Evans
2013-02-28
1
-1
/
+1
*
* python/python.c (gdbpy_print_stack): Call begin_line and
Tom Tromey
2013-02-28
1
-10
/
+19
*
* python/python.c (gdbpy_find_pc_line): Call find_pc_line
Tom Tromey
2013-02-28
1
-5
/
+14
*
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
Aleksandar Ristovski
2013-01-31
1
-2
/
+0
*
Add a new class gdb.Architecture which exposes GDB's
Siva Chandra Reddy
2013-01-23
1
-0
/
+1
*
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
-4
/
+78
*
* python/python.c (finalize_python): Cast unused PyGILState_Ensure
Ulrich Weigand
2012-11-29
1
-1
/
+1
*
* python/python.c (start_type_printers): Initialize 'result_obj'.
Tom Tromey
2012-11-12
1
-1
/
+1
*
* NEWS: Update.
Tom Tromey
2012-11-12
1
-0
/
+136
*
* gdbarch.sh (target_gdbarch): Remove macro.
Tom Tromey
2012-11-09
1
-1
/
+1
*
* python/python.c (finalize_python): Only define if HAVE_PYTHON.
Andreas Schwab
2012-09-21
1
-0
/
+3
*
* NEWS: Update.
Tom Tromey
2012-09-20
1
-0
/
+19
*
Refactor Python "gdb" module into a proper Python package, by introducing
Yit Phang Khoo
2012-09-13
1
-94
/
+61
*
Document how to return from "python-interactive" to GDB.
Yit Phang Khoo
2012-08-23
1
-1
/
+4
*
Enable readline in Python in a GDB-specific way and block the
Yit Phang Khoo
2012-08-22
1
-0
/
+1
*
Add a new "python-interactive" command that starts a standard
Yit Phang Khoo
2012-08-22
1
-2
/
+102
*
* defs.h (quit_flag): Don't declare.
Tom Tromey
2012-08-22
1
-0
/
+25
*
PR14291: KeyboardInterrupt not caught for Python output
Michael Eager
2012-06-25
1
-13
/
+18
*
2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior
2012-05-18
1
-2
/
+0
*
* python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
Tom Tromey
2012-05-15
1
-1
/
+1
*
2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
Siva Chandra Reddy
2012-05-14
1
-1
/
+1
*
2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
Siva Chandra Reddy
2012-05-13
1
-0
/
+21
*
* python/python.c (gdbpy_decode_line): Move cleanup creation out
Tom Tromey
2012-03-30
1
-8
/
+21
*
gdb/
Jan Kratochvil
2012-01-28
1
-1
/
+1
*
gdb/
Jan Kratochvil
2012-01-26
1
-32
/
+32
*
PR python/13199:
Tom Tromey
2012-01-10
1
-0
/
+3
*
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
-0
/
+1
*
2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2011-12-16
1
-73
/
+69
*
the "ambiguous linespec" series
Tom Tromey
2011-12-06
1
-1
/
+1
*
2011-11-28 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2011-11-28
1
-1
/
+1
*
2011-11-04 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2011-11-04
1
-4
/
+14
*
* cli/cli-cmds.c (source_script_with_search): Pass full path to
Doug Evans
2011-10-27
1
-16
/
+10
*
Allow Python notification of new object-file loadings.
Kevin Pouget
2011-10-07
1
-0
/
+1
*
Crash sourcing Python script on Windows
Joel Brobecker
2011-10-03
1
-2
/
+41
*
* python/py-auto-load.c (source_section_scripts): Fix file
Doug Evans
2011-09-19
1
-3
/
+4
[next]