diff options
author | Tom Tromey <tromey@redhat.com> | 2011-04-19 18:04:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-04-19 18:04:04 +0000 |
commit | 3d503cf027c763d89a07e5f2011e7e369e6fd9ff (patch) | |
tree | 64aa0aa4081ba2e37d16cd6010aba0019d603d02 /gdb/testsuite | |
parent | d6b99bde38a24234a4d1442bc2133c92c6e25207 (diff) | |
download | gdb-3d503cf027c763d89a07e5f2011e7e369e6fd9ff.tar.gz |
gdb
* windows-tdep.c (windows_xfer_shared_library):
* windows-nat.c (get_module_name, windows_make_so):
* v850-tdep.c (v850_handle_pushm):
* utils.c (null_cleanup, gdb_realpath):
* ui-out.c (get_next_header):
* tracepoint.c (clear_traceframe_info):
* symtab.c (lookup_symtab):
* serial.h (struct serial_ops):
* mipsread.c (read_alphacoff_dynamic_symtab):
* infcmd.c (print_return_value):
* ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
* f-exp.y (parse_number):
* exceptions.c (catch_exceptions):
* dummy-frame.c (dummy_frame_this_id):
* defs.h (struct cleanup):
* breakpoint.c (disable_breakpoints_in_unloaded_shlib):
* arm-tdep.c (arm_push_dummy_call):
* amd64-tdep.h (amd64_collect_xsave):
* amd64-tdep.c (amd64_collect_xsave):
* alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
* README (typing): Remove duplicate words.
* cli/cli-decode.c (lookup_cmd_composition): Add comma.
* infrun.c (siginfo_value_read): Fix typo.
* solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
* top.c (source_line_number): Add comma.
gdb/doc
* gdbint.texinfo (Register Information Functions): Remove
duplicate "the".
* gdb.texinfo (Emacs): Remove duplicate "to".
(GDB/MI Variable Objects): Remove duplicate "the".
(General Query Packets): Likewise.
gdb/testsuite
* gdb.mi/mi-nsmoribund.exp:
* gdb.hp/gdb.objdbg/objdbg01.exp:
* gdb.base/structs.exp (test_struct_returns):
* gdb.base/call-sc.exp (test_scalar_returns):
* gdb.base/bigcore.exp: Remove duplicate words.
gdb/gdbserver
* win32-low.c (handle_load_dll): Remove duplicate "the".
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/bigcore.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/call-sc.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/structs.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 2 |
6 files changed, 13 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index dc66c842db1..cef18ac13aa 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2011-04-19 Tom Tromey <tromey@redhat.com> + + * gdb.mi/mi-nsmoribund.exp: + * gdb.hp/gdb.objdbg/objdbg01.exp: + * gdb.base/structs.exp (test_struct_returns): + * gdb.base/call-sc.exp (test_scalar_returns): + * gdb.base/bigcore.exp: Remove duplicate words. + 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.base/break-interp-lib.c (v, vptr): New variables. diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index 68ab1e61074..92b75eaf478 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -32,7 +32,7 @@ if ![isnative] then { # Can the system run this test (in particular support sparse # corefiles)? On systems that lack sparse corefile support this test -# consumes too many resources - gigabytes worth of disk space and and +# consumes too many resources - gigabytes worth of disk space and # I/O bandwith. if { [istarget "*-*-*bsd*"] diff --git a/gdb/testsuite/gdb.base/call-sc.exp b/gdb/testsuite/gdb.base/call-sc.exp index c20bd201f14..cf5d122bcdc 100644 --- a/gdb/testsuite/gdb.base/call-sc.exp +++ b/gdb/testsuite/gdb.base/call-sc.exp @@ -189,7 +189,7 @@ proc test_scalar_returns { } { # The relevant code looks like "L{n} = fun{n}()". The test forces # "fun{n}" to "return" with an explicit value. Since that code - # snippet will store the the returned value in "L{n}" the return + # snippet will store the returned value in "L{n}" the return # is tested by examining "L{n}". This assumes that the # compiler implemented this as fun{n}(&L{n}) and hence that when # the value isn't stored "L{n}" remains unchanged. Also check for diff --git a/gdb/testsuite/gdb.base/structs.exp b/gdb/testsuite/gdb.base/structs.exp index c5765961873..2e433f8935d 100644 --- a/gdb/testsuite/gdb.base/structs.exp +++ b/gdb/testsuite/gdb.base/structs.exp @@ -300,7 +300,7 @@ proc test_struct_returns { n } { # The relevant code looks like "L{n} = fun{n}()". The test forces # "fun{n}" to "return" with an explicit value. Since that code - # snippet will store the the returned value in "L{n}" the return + # snippet will store the returned value in "L{n}" the return # is tested by examining "L{n}". This assumes that the # compiler implemented this as fun{n}(&L{n}) and hence that when # the value isn't stored "L{n}" remains unchanged. Also check for diff --git a/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp b/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp index b4e33d1a0d9..1b491bbfc0d 100644 --- a/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp +++ b/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp @@ -62,7 +62,7 @@ if {[gdb_compile "${objdbgdir}/x3.o ${objdbgdir}/x2.o ${objdbgdir}/x1.o" "${binf for {set filenum 0} {$filenum < 2} {incr filenum 1} { # Lets test some commons - # Need to restart each to to make sure objects are not loaded + # Need to restart each to make sure objects are not loaded # Also cross check the address with what is actually in the # object file (call the executable ${symaddrfile} to retrieve the # information). diff --git a/gdb/testsuite/gdb.mi/mi-nsmoribund.exp b/gdb/testsuite/gdb.mi/mi-nsmoribund.exp index e73b87612db..61b09821867 100644 --- a/gdb/testsuite/gdb.mi/mi-nsmoribund.exp +++ b/gdb/testsuite/gdb.mi/mi-nsmoribund.exp @@ -55,7 +55,7 @@ if { [mi_run_to_main] < 0 } { continue } -# Keep this in sync with THREADS in the the $srcfile. +# Keep this in sync with THREADS in the $srcfile. set nthreads 10 # Set a breakpoint and let all threads hit it (except the main |