OSDN Git Service

2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
authorppluzhnikov <ppluzhnikov>
Fri, 3 Oct 2008 16:36:07 +0000 (16:36 +0000)
committerppluzhnikov <ppluzhnikov>
Fri, 3 Oct 2008 16:36:07 +0000 (16:36 +0000)
commit2bb0ae8083c2c178980041785dbaf30ea5b32109
treebe3514c36f37655ac7d06ebfca6de49f312031d3
parent8de6a303c66ff1a675ce634c6619f81d8550fb4f
2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>

* utils.c, defs.h (gdb_buildargv): New fn. Wrap buildargv
and check for out-of-memory condition.
* exec.c (exec_file_command): Call it.
* infrun.c (handle_command, xdb_handle_command): Likewise.
* interps.c (interpreter_exec_cmd): Likewise.
* linux-nat.c (linux_nat_info_proc_cmd): Likewise.
* procfs.c (info_proc_cmd): Likewise.
* remote-mips.c (common_open): Likewise.
* remote-sim.c (gdbsim_kill, gdbsim_create_inferior)
(gdbsim_open): Likewise.
* remote.c (extended_remote_run, remote_put_command)
(remote_get_command, remote_delete_command): Likewise.
* ser-mingw.c (pipe_windows_open): Likesise.
* source.c (add_path, show_substitute_path_command)
(unset_substitute_path_command, set_substitute_path_command):
Likewise.
* stack.c (backtrace_command): Likewise.
* symfile.c (symbol_file_command, generic_load)
(add_symbol_file_command): Likesise.
* symmisc.c (maintenance_print_symbols, maintenance_print_psymbols)
(maintenance_print_msymbols): Likewise.
16 files changed:
gdb/ChangeLog
gdb/defs.h
gdb/exec.c
gdb/infrun.c
gdb/interps.c
gdb/linux-nat.c
gdb/procfs.c
gdb/remote-mips.c
gdb/remote-sim.c
gdb/remote.c
gdb/ser-mingw.c
gdb/source.c
gdb/stack.c
gdb/symfile.c
gdb/symmisc.c
gdb/utils.c