aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-152005-01-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-153/+244
* bfd.m4: New file. * acinclude.m4: Move BFD_NEED_DECLARATION, BFD_HAVE_SYS_PROCFS_TYPE and BFD_HAVE_SYS_PROCFS_TYPE_MEMBER to the new file bfd.m4. Include ../bfd/bfd.m4. * configure: Re-generate.
2005-01-152005-01-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-28/+12
* exceptions.c (do_captured_command) (struct captured_command_args): Delete. (catch_command_errors): Simplify by inlining call to catch_errors.
2005-01-152005-01-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-18/+19
* exceptions.c (struct catcher): Delete field print_message. (catcher_init): Delete print_message parameter. (catch_exception, catch_exceptions_with_msg, catch_errors): Update. (throw_it): Delete prefix parameter. (throw_verror, throw_vfatal, throw_error): Update.
2005-01-152005-01-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-34/+52
* exceptions.c (print_and_throw): Delete, replaced by throw_it. (throw_reason): Leave the exception's message field blank. (throw_it): New function, create the exception and throw it. (throw_verror, throw_vfatal, throw_error): Call throw_it. (print_any_exception): New function. (catch_errors, catch_exceptions_with_msg): Call print_any_exception. (throw_exception): Move code calling annotate_error and annotate_quit from here ... (print_exception): ... to here.
2005-01-152005-01-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-39/+29
* exceptions.c (exception_fprintf, exception_print): Move printing of \n from here ... (print_exception): ... to here. (print_flush): New function. (exception_print, exception_fprintf): Replace duplicated flush and wrap code with call to print_flush. (print_and_throw): Simplify, by using xstrvprintf, print_flush, and print_exception. (do_write): Delete.
2005-01-152005-01-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-6/+15
* remote-sds.c (interrupt_query): Call throw_reason instead of throw_exception. * remote-mips.c (mips_error, mips_kill): Ditto * ocd.c (interrupt_query): Ditto. * nto-procfs.c (interrupt_query): Ditto. * monitor.c (monitor_interrupt_query): Ditto.
2005-01-152005-01-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+6
* ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
2005-01-15*** empty log message ***gdbadmin1-1/+1
2005-01-142005-01-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney9-15/+24
* exceptions.h (catch_exceptions): Delete errstring parameter. (catch_exceptions_with_msg): Ditto. * exceptions.c (catch_exceptions_with_msg): Update. (catch_exceptions): Update. * symfile-mem.c (add_vsyscall_page): Update. * frame.c (get_current_frame): Update. * wrapper.c (gdb_value_struct_elt): Update. * exceptions.c (catch_exceptions): Update. * thread.c (gdb_list_thread_ids, gdb_thread_select): Update. * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update. * remote-fileio.c (remote_fileio_request): Update.
2005-01-14daily updateAlan Modra1-1/+1
2005-01-142005-01-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney7-53/+84
* exceptions.h (exception_fprintf): Declare. (exception_print): Drop pre_print parameter. * mi/mi-main.c (mi_execute_command): Update exception_print call. * cli/cli-interp.c (safe_execute_command): Update exception_print call. * remote.c (remote_open_1): Instead of passing an error prefix to catch_exceptions, use catch_exceptions and exception_fprintf. (remote_start_remote): Change return type to void. * breakpoint.c (insert_bp_location): Instead of passing an error prefix to catch_exceptions, use catch_exceptions and exception_fprintf. (insert_catchpoint): Change return type to void. (break_command_1): Update exception_print call. * exceptions.c (exception_fprintf): New function. (print_exception): New function. (exception_print): Use print_exception.
2005-01-142005-01-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
PR 659 * config/tc-i386.c (i386_scale): Disallow 0 scale.
2005-01-142005-01-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-17/+3
* utils.c (error_output_message): Delete function. * defs.h (error_output_message): Delete declaration.
2005-01-142005-01-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney7-92/+68
* linespec.c (symtab_from_filename, decode_variable): Use throw_error instead of error_silent. * breakpoint.c (do_captured_parse_breakpoint): Change return type to void. (break_command_1): Use catch_exception and check the error return status. * exceptions.c (throw_error): New function. (throw_vsilent): Delete function. * exceptions.h (throw_error): Declare. (throw_vsilent): Delete declaration. * utils.c (error_silent): Delete function. * defs.h (error_silent): Delete declaration.
2005-01-14Index: arm/ChangeLogAndrew Cagney40-3291/+36457
2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: common/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Replace SIM_AC_COMMON with sinclude of common.m4. Add explicit call to AC_CONFIG_HEADER. * common.m4: Delete call to AC_CONFIG_HEADER, update usage. * configure: Re-generate. Index: d10v/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: erc32/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: frv/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: h8300/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: m32r/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: m68hc11/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: mcore/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: mips/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: mn10300/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: sh/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate. Index: v850/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * configure.ac: Sinclude aclocal.m4 before common.m4. Add explicit call to AC_CONFIG_HEADER. * configure: Regenerate.
2005-01-142005-01-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-19/+91
* mi/mi-main.c (mi_execute_command): Print the exception. * cli/cli-interp.c (safe_execute_command): Print the exception. * exceptions.h (exception_print): Declare. * exceptions.c (struct catcher): Add field print_message. (catcher_init): Add parameter print_message, store in the catcher struct. (print_and_throw): Only print the message when print_message. (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to catcher_init. (catch_exception): Pass print_message=0 to catcher_init.
2005-01-14Index: ChangeLogAndrew Cagney5-7/+19
2005-01-14 Andrew Cagney <cagney@gnu.org> * varobj.c (varobj_create): Add missing \n. Index: testsuite/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output. * gdb.mi/mi2-var-cmd.exp: Ditto.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+4
* cli/cli-decode.h: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-187/+254
* wince.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-76/+77
* uw-thread.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-4/+6
* utils.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+2
* solist.h: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder3-129/+180
* tracepoint.[ch]: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-22/+26
* somsolib.[ch]: Whitespace tweaks.
2005-01-14Fix ChangeLog foobar.Andrew Cagney1-17/+22
2005-01-142005-01-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-4/+6
* exceptions.h (struct exception): Make message const. * mi/mi-main.c (mi_execute_command): Pass result.message directly to fputstr_unfiltered.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* stack.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder10-17/+25
* solib-aix.c: Whitespace tweaks. * solib.c: Whitespace tweaks. * solib-frv.c: Whitespace tweaks. * solib.h: Whitespace tweaks. * solib-irix.c: Whitespace tweaks. * solib-som.c: Whitespace tweaks. * solib-sunos.c: Whitespace tweaks. * solib-svr4.[ch]: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder4-33/+38
* ser-tcp.c: Whitespace tweaks. * ser-unix.c: Whitespace tweaks. * serial.h: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+7
* scm-valprint.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder3-12/+17
* rs6000-nat.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-297/+344
* remote.c: Whitespace tweaks.
2005-01-142005-01-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney7-84/+120
* defs.h (error_last_message, error_init): Delete declaration. * utils.c (fatal, vfatal): Call throw_vfatal. (error, verror): Call throw_verror; (do_write, error_stream_1): Delete function. (error_stream): Simplify, call error. (error_last_message, error_init, gdb_lasterr): Delete. (error_silent): Simplify, call throw_vsilent. * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message. * main.c (captured_main): Delete call to error_init. * exceptions.c (throw_verror, throw_verror) (throw_vsilent): New functions. (do_write, print_and_throw): New functions. (last_message): New global. (throw_reason): Replace error_last_message with last_message. (catch_exceptions_with_msg): Dup the message. * exceptions.h (throw_verror, throw_vfatal, throw_vsilent): Declare.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* remote-st.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* remote-sim.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+5
* remote-mips.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder3-11/+12
* pa64solib.[ch]: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* mdebugread.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-4/+5
* main.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-8/+8
* interps.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-8/+14
* infrun.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+4
* infcmd.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* hpux-thread.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-20/+24
* hppa-hpux-tdep.c: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+3
* gdbcore.h: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-13/+14
* gdbcmd.h: Whitespace tweaks.
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder4-33/+35
* gdb-events[.c, .h, .sh]: Whitespace tweaks.
2005-01-14*** empty log message ***gdbadmin1-1/+1
2005-01-132005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+5
* corefile.c: Whitespace tweaks.
2005-01-132005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+5
* completer.c: Whitespace tweaks.