binutils-gdb/gdb/python
Keith Seitz 529480d058 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
(trace_pass_command): Likewise.
	* cli/cli-cmds.c: Include cli/cli-utils.h.
	(source_command): Use skip-spaces.
	(disassemble_command): Likewise.
	* findcmd.c: Include cli/cli-utils.h.
	(parse_find_args): Use skip_spaces.
	* go32-nat.c: Include cli/cli-utils.h.
	(go32_sldt): Use skip_spaces.
	(go32_sgdt): Likewise.
	(go32_sidt): Likewise.
	(go32_pde): Likewise.
	(go32_pte): Likewise.
	(go32_pte_for_address): Likewise.
	* infcmd.c: Include cli/cli-utils.h.
	(registers_info): Use skip_spaces.
	* linux-tdep.c (read_mapping): Use skip_spaces_const.
	(linux_info_proc): Likewise.
	* linux-thread-db.c: Include cli/cli-utils.h.
	(info_auto_load_libthread_db): Use skip_spaces_const.
	* m32r-rom.c: Include cli/cli-utils.h.
	(m32r_upload_command): Use skip_spaces.
	* maint.c: Include cli/cli-utils.h.
	(maintenance_translate_address): Use skip_spaces.
	* mi/mi-parse.c: Include cli/cli-utils.h.
	(mi_parse_argv): Use skip_spaces.
	(mi_parse): Likewise.
	* minsyms.c: Include cli/cli-utils.h.
	(msymbol_hash_iw): Use skip_spaces_const.
	* objc-lang.c: Include cli/cli-utils.h.
	(parse_selector): Use skip_spaces.
	(parse_method): Likewise.
	* python/python.c: Include cli/cli-utils.h.
	(python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
	(python_command)[HAVE_PYTHON]: Likewise.
	(python_interactive_command)[!HAVE_PYTHON]: Likewise.
	* remote-m32r-sdi.c: Include cli/cli-utils.h.
	(m32r_load): Use skip_spaces.
	* serial.c: Include cli/cli-utils.h.
	(serial_open): Use skip_spaces_const.
	* stack.c: Include cli/cli-utils.h.
	(parse_frame_specification_1): Use skip_spaces_const.
	* symfile.c: Include cli/cli-utils.h.
	(set_ext_lang_command): Use skip_spaces.
	* symtab.c: Include cli/cli-utils.h.
	(rbreak_command): Use skip_spaces.
	* thread.c (thread_name_command): Use skip_spaces.
	* tracepoint.c (validate_actionline): Use skip_spaces.
	(encode_actions_1): Likewise.
	(trace_find_range_command): Likewise.
	(trace_find_outside_command): Likewise.
	(trace_dump_actions): Likewise.
2013-03-07 21:57:30 +00:00
..
lib/gdb * python/lib/gdb/commands/explore.py 2013-01-21 21:44:57 +00:00
py-arch.c * python/py-arch.c (archpy_disassemble): Use PyInt_Check and 2013-02-28 20:14:08 +00:00
py-auto-load.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-block.c * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside 2013-02-28 19:01:54 +00:00
py-bpevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-breakpoint.c 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com> 2013-02-15 17:12:29 +00:00
py-cmd.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-continueevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-event.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-event.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-events.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-evtregistry.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-evts.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-exitedevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-finishbreakpoint.c * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint. 2013-02-28 20:01:10 +00:00
py-frame.c Add a new class gdb.Architecture which exposes GDB's 2013-01-23 19:59:13 +00:00
py-function.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-gdb-readline.c 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> 2013-01-31 18:37:39 +00:00
py-inferior.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-infthread.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-lazy-string.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-newobjfileevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-objfile.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-param.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-prettyprint.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-progspace.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-signalevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-stopevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-stopevent.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-symbol.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-symtab.c gdb/ 2013-02-03 16:13:31 +00:00
py-threadevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-type.c * python/py-type.c (typy_strip_typedefs): Don't call check_typedef 2013-02-06 17:05:22 +00:00
py-utils.c Garbage collect py-utils.c:target_string_to_unicode. 2013-03-06 19:51:18 +00:00
py-value.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
python-config.py Add support for Python 3. 2012-12-12 16:47:30 +00:00
python-internal.h Garbage collect py-utils.c:target_string_to_unicode. 2013-03-06 19:51:18 +00:00
python.c * breakpoint.c (catch_syscall_split_args): Use skip_spaces. 2013-03-07 21:57:30 +00:00
python.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00