binutils-gdb/gdb/python
Tom Tromey f5656eadf4 * gdbarch.sh (target_gdbarch): Remove macro.
(get_target_gdbarch): Rename to target_gdbarch.
	* gdbarch.c, gdbarch.h: Rebuild.
	* ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
	arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
	darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
	filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
	ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
	linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
	mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
	mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
	nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
	procfs.c, progspace.c, ravenscar-thread.c, record.c,
	remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
	rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
	solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
	solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
	solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
	spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
	target-descriptions.c, target.c, target.h, tracepoint.c,
	windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
	common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
	python/py-inferior.c, python/python.c: Update.
2012-11-09 19:58:03 +00:00
..
lib/gdb Refactor Python "gdb" module into a proper Python package, by introducing 2012-09-13 21:49:32 +00:00
py-auto-load.c PR gdb/14704: 2012-11-08 19:52:42 +00:00
py-block.c * tracepoint.c (scope_info): Update. 2012-05-10 19:50:09 +00:00
py-bpevent.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +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 * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-event.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-event.h * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-events.h * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-evtregistry.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-evts.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-exitedevent.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-finishbreakpoint.c * gdbarch.sh (target_gdbarch): Remove macro. 2012-11-09 19:58:03 +00:00
py-frame.c PR python/12027: 2012-02-07 19:47:16 +00:00
py-function.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
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 * gdbarch.sh (target_gdbarch): Remove macro. 2012-11-09 19:58:03 +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 2012-03-01 Pedro Alves <palves@redhat.com> 2012-03-01 21:06:54 +00:00
py-newobjfileevent.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-objfile.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-param.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-prettyprint.c Refactor Python "gdb" module into a proper Python package, by introducing 2012-09-13 21:49:32 +00:00
py-progspace.c * auto-load.c (_initialize_auto_load): Update. 2012-08-22 15:17:21 +00:00
py-signalevent.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-stopevent.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-stopevent.h gdb/ 2012-05-24 16:39:15 +00:00
py-symbol.c PR python/14634: 2012-10-15 15:20:27 +00:00
py-symtab.c * tracepoint.c (print_one_static_tracepoint_marker): Constify. 2012-10-18 20:14:45 +00:00
py-threadevent.c * python/py-bpevent.c: Include defs.h. 2012-11-08 19:38:43 +00:00
py-type.c gdb/ 2012-08-16 07:36:28 +00:00
py-utils.c 2012-03-01 Pedro Alves <palves@redhat.com> 2012-03-01 21:06:54 +00:00
py-value.c * python/python.c (gdbpy_decode_line): Move cleanup creation out 2012-03-30 20:05:55 +00:00
python-config.py
python-internal.h Refactor Python "gdb" module into a proper Python package, by introducing 2012-09-13 21:49:32 +00:00
python.c * gdbarch.sh (target_gdbarch): Remove macro. 2012-11-09 19:58:03 +00:00
python.h gdb/ 2012-09-17 18:26:06 +00:00