From 7a9dd1b270ed6fa1dbf81ef4aea857e7947e9d44 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 19 Apr 2011 18:04:11 +0000 Subject: 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". --- gdb/doc/ChangeLog | 8 ++++++++ gdb/doc/gdb.texinfo | 6 +++--- gdb/doc/gdbint.texinfo | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5225a6b..552f054 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2011-04-19 Tom Tromey + + * 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. + 2011-04-02 Joel Brobecker * gdb.texinfo (GDB/MI Output Records): Fix menu entry for diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c71d664..eefc7d0 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24277,7 +24277,7 @@ that can control the execution and describe the state of your program. If you specify an absolute file name when prompted for the @kbd{M-x gdb} argument, then Emacs sets your current working directory to where your program resides. If you only specify the file name, then Emacs -sets your current working directory to to the directory associated +sets your current working directory to the directory associated with the previous buffer. In this case, @value{GDBN} may find your program by searching your environment's @code{PATH} variable, but on some operating systems it might not find the source. So, although the @@ -27276,7 +27276,7 @@ void do_work(...) @end smallexample If a fixed variable object for the @code{state} variable is created in -this function, and we enter the recursive call, the the variable +this function, and we enter the recursive call, the variable object will report the value of @code{state} in the top-level @code{do_work} invocation. On the other hand, a floating variable object will report the value of @code{state} in the current frame. @@ -33073,7 +33073,7 @@ thread local variable. (This offset is obtained from the debug information associated with the variable.) @var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the -the load module associated with the thread local storage. For example, +load module associated with the thread local storage. For example, a @sc{gnu}/Linux system will pass the link map address of the shared object associated with the thread local storage under consideration. Other operating environments may choose to represent the load module diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index a494707..20791b4 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3607,7 +3607,7 @@ register should be printed. Define a custom version of this function for fuller control over how the registers are displayed. The access should be for the specified architecture, @var{gdbarch}, -with output to the the file specified by the User Interface +with output to the file specified by the User Interface Independent Output file handle, @var{file} (@pxref{UI-Independent Output, , UI-Independent Output---the @code{ui_out} Functions}). -- cgit v1.1