8sa1-binutils-gdb/gdb/python
Yit Phang Khoo 037bbc8eea Enable readline in Python in a GDB-specific way and block the
standard Python readline module to prevent conflicts with GDB.
	* Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
	(SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
	(py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
	* python/py-gdb-readline.c: New file.
	* python/python-internal.h (gdbpy_initialize_gdb_readline): New
	prototype.
	* python/python.c (_initialize_python): Call
	gdbpy_initialize_gdb_readline.
2012-08-22 21:04:55 +00:00
..
lib/gdb Add $_memeq, $_regex, $_streq, $_strlen convenience functions. 2012-08-10 20:26:00 +00:00
py-auto-load.c
py-block.c
py-bpevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-breakpoint.c 2012-05-14 Stan Shebs <stan@codesourcery.com> 2012-05-14 15:38:41 +00:00
py-cmd.c * ada-lang.c (ada_make_symbol_completion_list): Return a VEC. 2012-06-13 15:47:16 +00:00
py-continueevent.c
py-event.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-event.h
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-finishbreakpoint.c 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> 2012-05-18 21:02:52 +00:00
py-frame.c
py-function.c
py-gdb-readline.c Enable readline in Python in a GDB-specific way and block the 2012-08-22 21:04:55 +00:00
py-inferior.c * auto-load.c (_initialize_auto_load): Update. 2012-08-22 15:17:21 +00:00
py-infthread.c 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> 2012-05-18 21:02:52 +00:00
py-lazy-string.c
py-newobjfileevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-objfile.c
py-param.c
py-prettyprint.c
py-progspace.c * auto-load.c (_initialize_auto_load): Update. 2012-08-22 15:17:21 +00:00
py-signalevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-stopevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-stopevent.h gdb/ 2012-05-24 16:39:15 +00:00
py-symbol.c
py-symtab.c 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> 2012-06-27 00:21:21 +00:00
py-threadevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-type.c gdb/ 2012-08-16 07:36:28 +00:00
py-utils.c
py-value.c
python-config.py
python-internal.h Enable readline in Python in a GDB-specific way and block the 2012-08-22 21:04:55 +00:00
python.c Enable readline in Python in a GDB-specific way and block the 2012-08-22 21:04:55 +00:00
python.h