[gdb] Fix typos

Fix a few typos:
- implemention -> implementation
- convertion(s) -> conversion(s)
- backlashes -> backslashes
- signoring -> ignoring
- (un)ambigious -> (un)ambiguous
- occured -> occurred
- hidding -> hiding
- temporarilly -> temporarily
- immediatelly -> immediately
- sillyness -> silliness
- similiar -> similar
- porkuser -> pokeuser
- thats -> that
- alway -> always
- supercede -> supersede
- accomodate -> accommodate
- aquire -> acquire
- priveleged -> privileged
- priviliged -> privileged
- priviledges -> privileges
- privilige -> privilege
- recieve -> receive
- (p)refered -> (p)referred
- succesfully -> successfully
- successfuly -> successfully
- responsability -> responsibility
- wether -> whether
- wich -> which
- disasbleable -> disableable
- descriminant -> discriminant
- construcstor -> constructor
- underlaying -> underlying
- underyling -> underlying
- structureal -> structural
- appearences -> appearances
- terciarily -> tertiarily
- resgisters -> registers
- reacheable -> reachable
- likelyhood -> likelihood
- intepreter -> interpreter
- disassemly -> disassembly
- covnersion -> conversion
- conviently -> conveniently
- atttribute -> attribute
- struction -> struct
- resonable -> reasonable
- popupated -> populated
- namespaxe -> namespace
- intialize -> initialize
- identifer(s) -> identifier(s)
- expection -> exception
- exectuted -> executed
- dungerous -> dangerous
- dissapear -> disappear
- completly -> completely
- (inter)changable -> (inter)changeable
- beakpoint -> breakpoint
- automativ -> automatic
- alocating -> allocating
- agressive -> aggressive
- writting -> writing
- reguires -> requires
- registed -> registered
- recuding -> reducing
- opeartor -> operator
- ommitted -> omitted
- modifing -> modifying
- intances -> instances
- imbedded -> embedded
- gdbaarch -> gdbarch
- exection -> execution
- direcive -> directive
- demanged -> demangled
- decidely -> decidedly
- argments -> arguments
- agrument -> argument
- amespace -> namespace
- targtet -> target
- supress(ed) -> suppress(ed)
- startum -> stratum
- squence -> sequence
- prompty -> prompt
- overlow -> overflow
- memember -> member
- languge -> language
- geneate -> generate
- funcion -> function
- exising -> existing
- dinking -> syncing
- destroh -> destroy
- clenaed -> cleaned
- changep -> changedp (name of variable)
- arround -> around
- aproach -> approach
- whould -> would
- symobl -> symbol
- recuse -> recurse
- outter -> outer
- freeds -> frees
- contex -> context

Tested on x86_64-linux.

Reviewed-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
Tom de Vries 2023-06-03 22:43:57 +02:00
parent 343704a6d7
commit 33b5899fc0
124 changed files with 158 additions and 158 deletions

View File

@ -635,7 +635,7 @@ architecture than the host machine running GDB).
Reporting Bugs in GDB
=====================
There are several ways of reporting bugs in GDB. The prefered
There are several ways of reporting bugs in GDB. The preferred
method is to use the World Wide Web:
http://www.gnu.org/software/gdb/bugs/

View File

@ -282,7 +282,7 @@ aarch64_analyze_prologue (struct gdbarch *gdbarch,
/* Whether the stack has been set. This should be true when we notice a SP
to FP move or if we are using the SP as the base register for storing
data, in case the FP is ommitted. */
data, in case the FP is omitted. */
bool seen_stack_set = false;
/* Track X registers and D registers in prologue. */

View File

@ -6420,7 +6420,7 @@ ada_tag_value_at_base_address (struct value *obj)
obj_type = obj->type ();
/* It is the responsability of the caller to deref pointers. */
/* It is the responsibility of the caller to deref pointers. */
if (obj_type->code () == TYPE_CODE_PTR || obj_type->code () == TYPE_CODE_REF)
return obj;
@ -9878,7 +9878,7 @@ ada_value_cast (struct type *type, struct value *arg2)
No : Rec := (empty => True);
The size and contents of that record depends on the value of the
descriminant (Rec.Empty). At this point, neither the debugging
discriminant (Rec.Empty). At this point, neither the debugging
information nor the associated type structure in GDB are able to
express such dynamic types. So what the debugger does is to create
"fixed" versions of the type that applies to the specific object.
@ -12222,7 +12222,7 @@ create_excep_cond_exprs (struct ada_catchpoint *c,
return;
/* Compute the condition expression in text form, from the specific
expection we want to catch. */
exception we want to catch. */
std::string cond_string
= ada_exception_catchpoint_cond_string (c->excep_string.c_str (), ex);

View File

@ -310,7 +310,7 @@ get_ada_tasks_pspace_data (struct program_space *pspace)
Note that we could use an observer of the inferior-created event
to make sure that the ada-tasks per-inferior data always exists.
But we prefered this approach, as it avoids this entirely as long
But we preferred this approach, as it avoids this entirely as long
as the user does not use any of the tasking features. This is
quite possible, particularly in the case where the inferior does
not use tasking. */

View File

@ -747,7 +747,7 @@ ada_value_print_num (struct value *val, struct ui_file *stream, int recurse,
/* For enum-valued ranges, we want to recurse, because we'll end
up printing the constant's name rather than its numeric
value. Character and fixed-point types are also printed
differently, so recuse for those as well. */
differently, so recurse for those as well. */
struct type *target_type = type->target_type ();
val = value_cast (target_type, val);
common_val_print (val, stream, recurse + 1, options,

View File

@ -23,7 +23,7 @@
#include "alpha-tdep.h"
#include "alpha-bsd-tdep.h"
/* Conviently, GDB uses the same register numbering as the
/* Conveniently, GDB uses the same register numbering as the
ptrace register structure used by BSD on Alpha. */
void

View File

@ -1521,7 +1521,7 @@ amd_dbgapi_target::store_registers (struct regcache *regcache, int regno)
regcache->invalidate (regno);
/* Invalidate all volatile registers if this register has the invalidate
volatile property. For example, writting to VCC may change the content
volatile property. For example, writing to VCC may change the content
of STATUS.VCCZ. */
if (tdep->register_properties[regno]
& AMD_DBGAPI_REGISTER_PROPERTY_INVALIDATE_VOLATILE)

View File

@ -3293,7 +3293,7 @@ amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch,
set_gdbarch_dummy_id (gdbarch, amd64_dummy_id);
/* Hook the function epilogue frame unwinder. This unwinder is
appended to the list first, so that it supercedes the other
appended to the list first, so that it supersedes the other
unwinders in function epilogues. */
frame_unwind_prepend_unwinder (gdbarch, &amd64_epilogue_override_frame_unwind);

View File

@ -1260,7 +1260,7 @@ static struct gdbarch_registration *gdbarch_registry = NULL;
std::vector<const char *>
gdbarch_printable_names ()
{
/* Accumulate a list of names based on the registed list of
/* Accumulate a list of names based on the registered list of
architectures. */
std::vector<const char *> arches;

View File

@ -309,7 +309,7 @@ extern void default_read_core_file_mappings
extern CORE_ADDR default_get_return_buf_addr (struct type *val_typegdbarch,
frame_info_ptr cur_frame);
/* Default implementation of gdbaarch default_dwarf2_omit_typedef_p method. */
/* Default implementation of gdbarch default_dwarf2_omit_typedef_p method. */
extern bool default_dwarf2_omit_typedef_p (struct type *target_type,
const char *producer,
const char *name);

View File

@ -60,7 +60,7 @@
/* Under ARM GNU/Linux the traditional way of performing a breakpoint
is to execute a particular software interrupt, rather than use a
particular undefined instruction to provoke a trap. Upon exection
particular undefined instruction to provoke a trap. Upon execution
of the software interrupt the kernel stops the inferior with a
SIGTRAP, and wakes the debugger. */

View File

@ -112,7 +112,7 @@ enum
AVR_LAST_PUSHED_REGNUM = 17,
AVR_ARG1_REGNUM = 24, /* Single byte argument */
AVR_ARGN_REGNUM = 25, /* Multi byte argments */
AVR_ARGN_REGNUM = 25, /* Multi byte arguments */
AVR_LAST_ARG_REGNUM = 8, /* Last argument register */
AVR_RET1_REGNUM = 24, /* Single byte return value */
@ -240,7 +240,7 @@ avr_register_type (struct gdbarch *gdbarch, int reg_nr)
return builtin_type (gdbarch)->builtin_uint8;
}
/* Instruction address checks and convertions. */
/* Instruction address checks and conversions. */
static CORE_ADDR
avr_make_iaddr (CORE_ADDR x)
@ -259,7 +259,7 @@ avr_convert_iaddr_to_raw (CORE_ADDR x)
return ((x) & 0xffffffff);
}
/* SRAM address checks and convertions. */
/* SRAM address checks and conversions. */
static CORE_ADDR
avr_make_saddr (CORE_ADDR x)
@ -277,7 +277,7 @@ avr_convert_saddr_to_raw (CORE_ADDR x)
return ((x) & 0xffffffff);
}
/* EEPROM address checks and convertions. I don't know if these will ever
/* EEPROM address checks and conversions. I don't know if these will ever
actually be used, but I've added them just the same. TRoth */
/* TRoth/2002-04-08: Commented out for now to allow fix for problem with large

View File

@ -10942,7 +10942,7 @@ breakpoint_auto_delete (bpstat *bs)
/* A comparison function for bp_location AP and BP being interfaced to
std::sort. Sort elements primarily by their ADDRESS (no matter what
bl_address_is_meaningful says), secondarily by ordering first
permanent elements and terciarily just ensuring the array is sorted
permanent elements and tertiarily just ensuring the array is sorted
stable way despite std::sort being an unstable algorithm. */
static int

View File

@ -151,7 +151,7 @@ static int bsd_uthread_thread_ctx_offset;
/* Name of shared threads library. */
static const char *bsd_uthread_solib_name;
/* Non-zero if the thread startum implemented by this module is active. */
/* Non-zero if the thread stratum implemented by this module is active. */
static int bsd_uthread_active;
static CORE_ADDR

View File

@ -33,7 +33,7 @@ const struct bfd_build_id *
build_id_bfd_get (bfd *abfd)
{
/* Dynamic objfiles such as ones created by JIT reader API
have no underlaying bfd structure (that is, objfile->obfd
have no underlying bfd structure (that is, objfile->obfd
is NULL). */
if (abfd == nullptr)
return nullptr;

View File

@ -815,7 +815,7 @@ cplus_describe_child (const struct varobj *parent, int index,
/* Cast the parent to the base' type. Note that in gdb,
expression like
(Base1)d
will create an lvalue, for all appearences, so we don't
will create an lvalue, for all appearances, so we don't
need to use more fancy:
*(Base1*)(&d)
construct.

View File

@ -163,7 +163,7 @@ add_pe_exported_sym (minimal_symbol_reader &reader,
/* Create a minimal symbol entry for an exported forward symbol.
Return 1 if the forwarded function was found 0 otherwise.
SYM_NAME contains the exported name or NULL if exported by ordinal,
FORWARD_DLL_NAME is the name of the DLL in which the target symobl resides,
FORWARD_DLL_NAME is the name of the DLL in which the target symbol resides,
FORWARD_FUNC_NAME is the name of the target symbol in that DLL,
ORDINAL is the ordinal index value of the symbol,
DLL_NAME is the internal name of the DLL file,

View File

@ -633,7 +633,7 @@ extern cmd_list_element *add_com_alias (const char *name,
extern struct cmd_list_element *add_com_suppress_notification
(const char *name, enum command_class theclass,
cmd_simple_func_ftype *fun, const char *doc,
bool *supress_notification);
bool *suppress_notification);
extern struct cmd_list_element *add_info (const char *,
cmd_simple_func_ftype *fun,

View File

@ -99,7 +99,7 @@ extern unsigned int cp_entire_prefix_len (const char *name);
extern gdb::unique_xmalloc_ptr<char> cp_func_name (const char *full_name);
extern gdb::unique_xmalloc_ptr<char> cp_remove_params
(const char *demanged_name);
(const char *demangled_name);
/* DEMANGLED_NAME is the name of a function, (optionally) including
parameters and (optionally) a return type. Return the name of the

View File

@ -713,7 +713,7 @@ csky_register_type (struct gdbarch *gdbarch, int reg_nr)
/* Vector register has 128 bits, and only in ck810. Just return
csky_vector_type(), not check tdesc_has_registers(), is in case
of some GDB stub does not describe type for Vector resgisters
of some GDB stub does not describe type for Vector registers
in the target-description-xml. */
if ((reg_nr >= CSKY_VR0_REGNUM) && (reg_nr <= CSKY_VR0_REGNUM + 15))
return csky_vector_type (gdbarch);

View File

@ -1077,7 +1077,7 @@ read_dbx_symtab (minimal_symbol_reader &reader,
*) The call to strchr.
*) The addition of a partial symbol the two partial
symbol lists. This last is a large section of code, so
I've imbedded it in the following macro. */
I've embedded it in the following macro. */
switch (nlist.n_type)
{

View File

@ -43252,7 +43252,7 @@ Hex encoded (big endian) bytes representing the linear address of the
thread information block.
@item E @var{nn}
An error occured. This means that either the thread was not found, or the
An error occurred. This means that either the thread was not found, or the
address could not be retrieved.
@item @w{}
@ -43303,7 +43303,7 @@ Hex encoded sequence of uninterpreted bytes, @var{xx}@dots{}, representing the
tags found in the requested memory range.
@item E @var{nn}
An error occured. This means that fetching of memory tags failed for some
An error occurred. This means that fetching of memory tags failed for some
reason.
@item @w{}
@ -43352,7 +43352,7 @@ The request was successful and the memory tag granules were modified
accordingly.
@item E @var{nn}
An error occured. This means that modifying the memory tag granules failed
An error occurred. This means that modifying the memory tag granules failed
for some reason.
@item @w{}
@ -45402,7 +45402,7 @@ The valid responses to Host I/O packets are:
@item F @var{result} [, @var{errno}] [; @var{attachment}]
@var{result} is the integer value returned by this operation, usually
non-negative for success and -1 for errors. If an error has occured,
non-negative for success and -1 for errors. If an error has occurred,
@var{errno} will be included in the result specifying a
value defined by the File-I/O protocol (@pxref{Errno Values}). For
operations which return data, @var{attachment} supplies the data as a
@ -49663,7 +49663,7 @@ terminates) is not issued when running in batch mode.
@item --batch-silent
Run in batch mode, just like @option{--batch}, but totally silent. All @value{GDBN}
output is supressed (stderr is unaffected). This is much quieter than
output is suppressed (stderr is unaffected). This is much quieter than
@option{--silent} and would be useless for an interactive session.
This is particularly useful when using targets that give @samp{Loading section}

View File

@ -2446,7 +2446,7 @@ versions. Using it, you could write:
(define reason (frame-unwind-stop-readon (selected-frame)))
(define reason-str (unwind-stop-reason-string reason))
(if (>= reason FRAME_UNWIND_FIRST_ERROR)
(format #t "An error occured: ~s\n" reason-str))
(format #t "An error occurred: ~s\n" reason-str))
@end smallexample
@end table
@end deffn

View File

@ -732,7 +732,7 @@ prompt) is translated to a Python @code{KeyboardInterrupt} exception.
In all cases, your exception handler will see the @value{GDBN} error
message as its value and the Python call stack backtrace at the Python
statement closest to where the @value{GDBN} error occured as the
statement closest to where the @value{GDBN} error occurred as the
traceback.
@ -4074,7 +4074,7 @@ available.
A boolean indicating whether the instruction was executed speculatively.
@end defvar
If an error occured during recording or decoding a recording, this error is
If an error occurred during recording or decoding a recording, this error is
represented by a @code{gdb.RecordGap} object in the instruction list. It has
the following attributes:
@ -5423,7 +5423,7 @@ versions. Using it, you could write:
reason = gdb.selected_frame().unwind_stop_reason ()
reason_str = gdb.frame_stop_reason_string (reason)
if reason >= gdb.FRAME_UNWIND_FIRST_ERROR:
print ("An error occured: %s" % reason_str)
print ("An error occurred: %s" % reason_str)
@end smallexample
@end table

View File

@ -77,7 +77,7 @@ struct line_header
: offset_in_dwz {}, m_comp_dir (comp_dir)
{}
/* This constructor should only be used to create line_header intances to do
/* This constructor should only be used to create line_header instances to do
hash table lookups. */
line_header (sect_offset sect_off, bool offset_in_dwz)
: sect_off (sect_off),

View File

@ -9863,7 +9863,7 @@ inherit_abstract_dies (struct die_info *die, struct dwarf2_cu *cu)
same. This is a shallow traversal and it is not bullet-proof;
the compiler can trick the debugger into believing that the trees
are isomorphic, whereas they actually are not. However, the
likelyhood of this happening is pretty low, and a full-fledged
likelihood of this happening is pretty low, and a full-fledged
check would be an overkill. */
bool are_isomorphic = true;
die_info *concrete_child = die->child;
@ -13740,7 +13740,7 @@ read_array_type (struct die_info *die, struct dwarf2_cu *cu)
if (child_type != NULL)
{
/* The range type was succesfully read. Save it for the
/* The range type was successfully read. Save it for the
array type creation. */
range_types.push_back (child_type);
}
@ -19989,7 +19989,7 @@ determine_prefix (struct die_info *die, struct dwarf2_cu *cu)
DW_AT_specification // refers to die #3
Thus, when processing die #4, we have to pretend that we're in
the context of its DW_AT_specification, namely the contex of die
the context of its DW_AT_specification, namely the context of die
#3. */
spec_cu = cu;
spec_die = die_specification (die, &spec_cu);

View File

@ -11,7 +11,7 @@
<!DOCTYPE target SYSTEM "gdb-target.dtd">
<target>
<!-- This description is slightly different from the standard
org.gnu.gdb.power.core, to accomodate mq. -->
org.gnu.gdb.power.core, to accommodate mq. -->
<feature name="org.gnu.gdb.power.core">
<reg name="r0" bitsize="32"/>
<reg name="r1" bitsize="32"/>

View File

@ -13,7 +13,7 @@
<architecture>rs6000:6000</architecture>
<!-- This description is slightly different from the standard
org.gnu.gdb.power.core, to accomodate mq, cnd, and cnt. -->
org.gnu.gdb.power.core, to accommodate mq, cnd, and cnt. -->
<feature name="org.gnu.gdb.power.core">
<reg name="r0" bitsize="32"/>
<reg name="r1" bitsize="32"/>
@ -58,7 +58,7 @@
</feature>
<!-- This description is slightly different from the standard
org.gnu.gdb.power.core, to accomodate historical numbering
org.gnu.gdb.power.core, to accommodate historical numbering
for fpscr. -->
<feature name="org.gnu.gdb.power.fpu">
<reg name="f0" bitsize="64" type="ieee_double" regnum="32"/>

View File

@ -595,7 +595,7 @@ void set_current_sal_from_frame (frame_info_ptr);
extern CORE_ADDR get_frame_base (frame_info_ptr);
/* Return the per-frame unique identifer. Can be used to relocate a
/* Return the per-frame unique identifier. Can be used to relocate a
frame after a frame cache flush (and other similar operations). If
FI is NULL, return the null_frame_id. */
extern struct frame_id get_frame_id (frame_info_ptr fi);
@ -937,7 +937,7 @@ struct frame_arg
struct value *val = nullptr;
/* String containing the error message, it is more usually NULL indicating no
error occured reading this parameter. */
error occurred reading this parameter. */
gdb::unique_xmalloc_ptr<char> error;
/* One of the print_entry_values_* entries as appropriate specifically for

View File

@ -37,7 +37,7 @@ extern void gcore_elf_build_thread_register_notes
bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
/* Add content to *NOTE_DATA (and update *NOTE_SIZE) to include a note
containing the current targtet's target description. The core file is
containing the current target's target description. The core file is
being written to OBFD. If something goes wrong then *NOTE_DATA can be
set to nullptr. */

View File

@ -201,7 +201,7 @@ gdbarch_tdep (struct gdbarch *gdbarch)
The more traditional mega-struct containing architecture specific
data for all the various GDB components was also considered. Since
GDB is built from a variable number of (fairly independent)
components it was determined that the global aproach was not
components it was determined that the global approach was not
applicable. */
@ -301,7 +301,7 @@ extern struct gdbarch *gdbarch_alloc (const struct gdbarch_info *info,
/* Helper function. Free a partially-constructed ``struct gdbarch''.
It is assumed that the caller freeds the ``struct
It is assumed that the caller frees the ``struct
gdbarch_tdep''. */
extern void gdbarch_free (struct gdbarch *);

View File

@ -2,7 +2,7 @@
of the possible command languages. If necessary, a hook (that may be
present or not) must be used and set to the appropriate routine by any
command language that cares about it. If you are having to include this
file you are possibly doing things the old way. This file will dissapear.
file you are possibly doing things the old way. This file will disappear.
fnasser@redhat.com */
/* Header file for GDB-specific command-line stuff.

View File

@ -2429,7 +2429,7 @@ struct struct_elt
TYPE can be either a struct or union, or a pointer or reference to
a struct or union. If it is a pointer or reference, its target
type is automatically used. Thus '.' and '->' are interchangable,
type is automatically used. Thus '.' and '->' are interchangeable,
as specified for the definitions of the expression element types
STRUCTOP_STRUCT and STRUCTOP_PTR.
@ -2446,7 +2446,7 @@ extern struct_elt lookup_struct_elt (struct type *, const char *, int);
TYPE can be either a struct or union, or a pointer or reference to
a struct or union. If it is a pointer or reference, its target
type is automatically used. Thus '.' and '->' are interchangable,
type is automatically used. Thus '.' and '->' are interchangeable,
as specified for the definitions of the expression element types
STRUCTOP_STRUCT and STRUCTOP_PTR.

View File

@ -153,9 +153,9 @@ gdb_mpz::export_bits (gdb::array_view<gdb_byte> buf, int endian, bool unsigned_p
/* Do the export into a buffer allocated by GMP itself; that way,
we can detect cases where BUF is not large enough to export
our value, and thus avoid a buffer overlow. Normally, this should
our value, and thus avoid a buffer overflow. Normally, this should
never happen, since we verified earlier that the buffer is large
enough to accomodate our value, but doing this allows us to be
enough to accommodate our value, but doing this allows us to be
extra safe with the export.
After verification that the export behaved as expected, we will

View File

@ -1428,7 +1428,7 @@ gnu_nat_target::inf_continue (struct inf *inf)
/* The inferior used for all gdb target ops. */
struct inf *gnu_current_inf = 0;
/* The inferior being waited for by gnu_wait. Since GDB is decidely not
/* The inferior being waited for by gnu_wait. Since GDB is decidedly not
multi-threaded, we don't bother to lock this. */
static struct inf *waiting_inf;
@ -1561,7 +1561,7 @@ rewait:
else if (kind == TARGET_WAITKIND_STOPPED
&& w->status.sig () == GDB_SIGNAL_TRAP)
/* Ah hah! A SIGTRAP from the inferior while starting up probably
means we've succesfully completed an exec! */
means we've successfully completed an exec! */
{
inf_debug (inf, "one pending exec completed");
}

View File

@ -101,7 +101,7 @@ struct param_smob
space, it will be freed with the smob. */
const char * const *enumeration;
/* The set_func funcion or #f if not specified.
/* The set_func function or #f if not specified.
This function is called *after* the parameter is set.
It returns a string that will be displayed to the user. */
SCM set_func;

View File

@ -8656,7 +8656,7 @@ i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_fetch_pointer_argument (gdbarch, i386_fetch_pointer_argument);
/* Hook the function epilogue frame unwinder. This unwinder is
appended to the list first, so that it supercedes the DWARF
appended to the list first, so that it supersedes the DWARF
unwinder in function epilogues (where the DWARF unwinder
currently fails). */
if (info.bfd_arch_info->bits_per_word == 32)

View File

@ -387,8 +387,8 @@ extern int i386_ax_pseudo_register_collect (struct gdbarch *gdbarch,
/* Segment selectors. */
#define I386_SEL_RPL 0x0003 /* Requester's Privilege Level mask. */
#define I386_SEL_UPL 0x0003 /* User Privilige Level. */
#define I386_SEL_KPL 0x0000 /* Kernel Privilige Level. */
#define I386_SEL_UPL 0x0003 /* User Privilege Level. */
#define I386_SEL_KPL 0x0000 /* Kernel Privilege Level. */
/* The length of the longest i386 instruction (according to
include/asm-i386/kprobes.h in Linux 2.6. */

View File

@ -204,7 +204,7 @@
class frame_info_ptr;
struct regcache;
/* A struction containing pointers to all the target-dependent operations
/* A struct containing pointers to all the target-dependent operations
performed to setup an inferior function call. */
struct ia64_infcall_ops

View File

@ -1361,7 +1361,7 @@ call_function_by_hand_dummy (struct value *function,
/* Get the return value. */
retval = sm->return_value;
/* Restore the original FSM and clean up / destroh the call FSM.
/* Restore the original FSM and clean up / destroy the call FSM.
Doing it in this order ensures that if the call to clean_up
throws, the original FSM is properly restored. */
{

View File

@ -98,7 +98,7 @@ public:
/* Notify the interpreter that the current inferior has stopped normally. */
virtual void on_normal_stop (bpstat *bs, int print_frame) {}
/* Notify the intepreter that the current inferior has exited normally with
/* Notify the interpreter that the current inferior has exited normally with
status STATUS. */
virtual void on_exited (int status) {}

View File

@ -631,7 +631,7 @@ struct language_defn
{ return false; }
/* Is this language case sensitive? The return value from this function
provides the automativ setting for 'set case-sensitive', as a
provides the automatic setting for 'set case-sensitive', as a
consequence, a user is free to override this setting if they want. */
virtual enum case_sensitivity case_sensitivity () const

View File

@ -139,7 +139,7 @@ m2_language::language_arch_info (struct gdbarch *gdbarch,
lai->set_bool_type (builtin->builtin_bool, "BOOLEAN");
}
/* See languge.h. */
/* See language.h. */
void
m2_language::printchar (int c, struct type *type,

View File

@ -57,7 +57,7 @@ gdb::unique_xmalloc_ptr<char> macro_expand_once (const char *source,
freeing it, using xfree.
We need this expand-one-token-at-a-time interface in order to
accomodate GDB's C expression parser, which may not consume the
accommodate GDB's C expression parser, which may not consume the
entire string. When the user enters a command like
(gdb) break *func+20 if x == 5

View File

@ -95,7 +95,7 @@ struct macro_definition;
line info, but not in macro info. This means that GDB's symtabs
(built from the former, among other things) may mention filenames
that the #inclusion tree (built from the latter) doesn't have any
record of. See macroscope.c:sal_macro_scope for how to accomodate
record of. See macroscope.c:sal_macro_scope for how to accommodate
this.
It's worth noting that libcpp has a simpler way of representing all

View File

@ -249,7 +249,7 @@ def munge_type(typename: str):
typename = re.sub("[ ()<>:]", "_", typename)
typename = re.sub("[*]", "p", typename)
typename = re.sub("&", "r", typename)
# Identifers with double underscores are reserved to the C++
# Identifiers with double underscores are reserved to the C++
# implementation.
typename = re.sub("_+", "_", typename)
# Avoid ending the function name with underscore, for

View File

@ -2634,7 +2634,7 @@ parse_partial_symbols (minimal_symbol_reader &reader,
pst->legacy_expand_psymtab = mdebug_expand_psymtab;
/* Set up language for the pst.
The language from the FDR is used if it is unambigious (e.g. cfront
The language from the FDR is used if it is unambiguous (e.g. cfront
with native cc and g++ will set the language to C).
Otherwise we have to deduce the language from the filename.
Native ecoff has every header file in a separate FDR, so

View File

@ -20,7 +20,7 @@
#define MI_MI_COMMON_H
/* Represents the reason why GDB is sending an asynchronous command to
the front end. NOTE: When modifing this, don't forget to update
the front end. NOTE: When modifying this, don't forget to update
gdb.texinfo! */
enum async_reply_reason
{

View File

@ -5680,7 +5680,7 @@ mips_o32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
In older ABIs, the caller reserved space for
registers that contained arguments. This was loosely
refered to as their "home". Consequently, space is
referred to as their "home". Consequently, space is
always allocated. */
stack_offset += align_up (partial_len, MIPS32_REGSIZE);
@ -6126,7 +6126,7 @@ mips_o64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
In older ABIs, the caller reserved space for
registers that contained arguments. This was loosely
refered to as their "home". Consequently, space is
referred to as their "home". Consequently, space is
always allocated. */
stack_offset += align_up (partial_len, MIPS64_REGSIZE);

View File

@ -110,7 +110,7 @@ struct using_direct
EXCLUDES entries, the last entry is NULL. */
const char *excludes[1];
/* Returns true if the using_direcive USING_DIR is valid in CURR_LINE.
/* Returns true if the using_directive USING_DIR is valid in CURR_LINE.
Because current GCC (at least version 12.2) sets the decl_line as
the last line in the current block, we need to take this into
consideration when checking the validity, by comparing it to

View File

@ -314,7 +314,7 @@ aarch64_dr_state_insert_one_point (ptid_t ptid,
{
gdb_assert (dr_ref_count[i] == 0);
idx = i;
/* no break; continue hunting for an exising one. */
/* no break; continue hunting for an existing one. */
}
else if (dr_addr_p[i] == addr
&& (dr_addr_orig_p == nullptr || dr_addr_orig_p[i] == addr_orig)

View File

@ -321,7 +321,7 @@ get_core_array_size_using_sys_possible ()
static size_t
get_core_array_size ()
{
/* Using /sys/.../possible is prefered, because it handles the case where
/* Using /sys/.../possible is preferred, because it handles the case where
we are in a container that has access to a subset of the host's cores.
It will return a size that considers all the CPU cores available to the
host. If that fials for some reason, fall back to sysconf. */

View File

@ -309,7 +309,7 @@ linux_child_function (void *child_stack)
ptrace (PTRACE_TRACEME, 0, (PTRACE_TYPE_ARG3) 0, (PTRACE_TYPE_ARG4) 0);
kill (getpid (), SIGSTOP);
/* This code is only reacheable by the child (grandchild's parent)
/* This code is only reachable by the child (grandchild's parent)
process. */
_exit (0);
}

View File

@ -31,7 +31,7 @@
/* Define the general register mapping. The kernel and GDB put registers
r1 to r31 in the same place. The NPC register is stored at index 32 in
linux and 33 in GDB, in GDB 32 is for PPC which is not popupated from linux.
linux and 33 in GDB, in GDB 32 is for PPC which is not populated from linux.
Register r0 is always 0 and can be ignored. */
static const struct regcache_map_entry or1k_linux_gregmap[] =

View File

@ -454,7 +454,7 @@ private:
UNAVAILABLE can indicate that the kernel doesn't support any of the
two sets of requests or that there was an error when we tried to
detect wich interface is available. */
detect which interface is available. */
enum debug_reg_interface
{
@ -2880,7 +2880,7 @@ ppc_linux_nat_target::low_prepare_to_resume (struct lwp_info *lp)
perror_with_name (_("Error deleting hardware "
"breakpoint or watchpoint"));
/* We erase the entries one at a time after successfuly
/* We erase the entries one at a time after successfully
removing the corresponding slot form the thread so that
if we throw an exception above in a future iteration the
map remains consistent. */

View File

@ -2634,7 +2634,7 @@ Set the value of the convenience variable $NAME." },
#ifdef TUI
{ "register_window_type", (PyCFunction) gdbpy_register_tui_window,
METH_VARARGS | METH_KEYWORDS,
"register_window_type (NAME, CONSTRUCSTOR) -> None\n\
"register_window_type (NAME, CONSTRUCTOR) -> None\n\
Register a TUI window constructor." },
#endif /* TUI */

View File

@ -3197,7 +3197,7 @@ remote_target::thread_name (struct thread_info *info)
/* WARNING: This threadref data structure comes from the remote O.S.,
libstub protocol encoding, and remote.c. It is not particularly
changable. */
changeable. */
/* Right now, the internal structure is int. We want it to be bigger.
Plan to fix this. */
@ -5724,7 +5724,7 @@ remote_target::remote_query_supported ()
getpkt (&rs->buf, 0);
/* If an error occured, warn, but do not return - just reset the
/* If an error occurred, warn, but do not return - just reset the
buffer to empty and go on to disable features. */
if (m_features.packet_ok (rs->buf, PACKET_qSupported) == PACKET_ERROR)
{

View File

@ -465,7 +465,7 @@ rs6000_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid,
follow_child, detach_fork);
/* If we detach fork and follow child we do not want the child
process to geneate events that ptrace can trace. Hence we
process to generate events that ptrace can trace. Hence we
detach it. */
if (detach_fork && !follow_child)

View File

@ -900,7 +900,7 @@ rs6000_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
}
catch (const gdb_exception_error &e)
{
/* An error occured during reading. Probably a memory error
/* An error occurred during reading. Probably a memory error
due to the section not being loaded yet. This address
cannot be a function descriptor. */
return addr;

View File

@ -7622,7 +7622,7 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
valid_p &= tdesc_numbered_register (feature, tdesc_data.get (),
PPC_XER_REGNUM, "xer");
/* Allow alternate names for these registers, to accomodate GDB's
/* Allow alternate names for these registers, to accommodate GDB's
historic naming. */
valid_p &= tdesc_numbered_register_choices (feature, tdesc_data.get (),
PPC_MSR_REGNUM, msr_names);

View File

@ -557,7 +557,7 @@ console_select_thread (void *arg)
if (event_index != WAIT_OBJECT_0 + 1)
{
/* Wait must have failed; assume an error has occured, e.g.
/* Wait must have failed; assume an error has occurred, e.g.
the handle has been closed. */
SetEvent (state->except_event);
break;
@ -1127,7 +1127,7 @@ net_windows_select_thread (void *arg)
if (event_index != WAIT_OBJECT_0 + 1)
{
/* Some error has occured. Assume that this is an error
/* Some error has occurred. Assume that this is an error
condition. */
SetEvent (state->base.except_event);
break;

View File

@ -374,7 +374,7 @@ struct svr4_info
probes-based interface.
The namespace is represented by the address of its corresponding
r_debug[_ext] object. We get the namespace id as agrument to the
r_debug[_ext] object. We get the namespace id as argument to the
'reloc_complete' probe but we don't get it when scanning the load map
on attach.
@ -1912,7 +1912,7 @@ solist_update_incremental (svr4_info *info, CORE_ADDR debug_base,
covers one namespace.
We expect gdbserver to provide updates for the namespace that
contains LM, which whould be this namespace... */
contains LM, which would be this namespace... */
so_list *sos = nullptr;
if (library_list.solib_lists.find (debug_base)
!= library_list.solib_lists.end ())
@ -2684,7 +2684,7 @@ read_program_headers_from_bfd (bfd *abfd)
whose e_type member in the ELF header is not ET_DYN. There may
be a time in the future when it is desirable to do relocations
on other types of files as well in which case this condition
should either be removed or modified to accomodate the new file
should either be removed or modified to accommodate the new file
type. - Kevin, Nov 2000. ] */
static int

View File

@ -1261,7 +1261,7 @@ struct PSWreg
/* Upon entry the value for LR to save has been pushed.
We unpush that so that the value for the stack pointer saved is correct.
Upon entry, all other registers are assumed to have not been modified
since the interrupt/trap occured. */
since the interrupt/trap occurred. */
asm ("\n\
stash_registers:\n\

View File

@ -352,7 +352,7 @@ saveFrameLoop:
movew sp@+,a1@+
dbf d0,saveFrameLoop
#
# now that the stack has been clenaed,
# now that the stack has been cleaned,
# save the a7 in use at time of exception
movel sp,_superStack /* save supervisor sp */
andiw #0x2000,d1 /* were we in supervisor mode ? */

View File

@ -1293,7 +1293,7 @@ static __inline__ void code_for_catch_exception(int n)
if (n == CPU_BUS_ERROR_VEC)
{
/* Exception 9 (bus errors) are disasbleable - so that you
/* Exception 9 (bus errors) are disableable - so that you
can probe memory and get zero instead of a fault.
Because the vector table may be in ROM we don't revector
the interrupt like all the other stubs, we check in here

View File

@ -121,7 +121,7 @@
#define DBG_NMI_EX EX_HWBREAK
#define DBG_INT_EX EX_SIGINT
/* Define following macro to statement, which will be exectuted after entering to
/* Define following macro to statement, which will be executed after entering to
stub_main function. Statement should include semicolon. */
//#define DBG_ENTER debug_enter();
@ -912,7 +912,7 @@ process_v (char *buffer) FASTCALL
if (buffer[5] == '?')
{
/* result response will be "vCont;c;C"; C action must be
supported too, because GDB reguires at lease both of them */
supported too, because GDB requires at lease both of them */
memcpy (&buffer[5], ";c;C", 5);
return 0;
}

View File

@ -300,7 +300,7 @@ init_objfile_sect_indices (struct objfile *objfile)
/* This is where things get really weird... We MUST have valid
indices for the various sect_index_* members or gdb will abort.
So if for example, there is no ".text" section, we have to
accomodate that. First, check for a file with the standard
accommodate that. First, check for a file with the standard
one or two segments. */
symfile_find_segment_sections (objfile);

View File

@ -2034,7 +2034,7 @@ extern bool target_have_steppable_watchpoint ();
/* Provide defaults for hardware watchpoint functions. */
/* If the *_hw_beakpoint functions have not been defined
/* If the *_hw_breakpoint functions have not been defined
elsewhere use the definitions in the target vector. */
/* Returns positive if we can set a hardware watchpoint of type TYPE.

View File

@ -77,7 +77,7 @@ enum target_waitkind
should be resuming the inferior. */
TARGET_WAITKIND_SPURIOUS,
/* An event has occured, but we should wait again.
/* An event has occurred, but we should wait again.
Remote_async_wait() returns this when there is an event
on the inferior, but the rest of the world is not interested in
it. The inferior has not stopped, but has just sent some output

View File

@ -71,7 +71,7 @@ for {set i 0} {$i < 32} {incr i 1} {
gdb_test "info reg ev$i" "ev$i.*$vector_register" "info reg ev$i"
}
# Test wether the GPRs are updated accordingly. (GPRs are just the lower
# Test whether the GPRs are updated accordingly. (GPRs are just the lower
# 32 bits of the EV registers.)
set general_register "0x1\[ \t\]+1"

View File

@ -17,7 +17,7 @@
/* This file was generated from glibc's 2.31 _exit.c, by doing a glibc build
on ppc64le-linux, copying the command line, adding -g0 -save-temps and
recuding the _exit.i file. */
reducing the _exit.i file. */
void _exit (int status);

View File

@ -182,7 +182,7 @@ proc gdb_test_no_output_osabi {cmd test} {
# It'd be nicer/safer to restart GDB on each iteration, but, that
# increases the testcase's run time several times fold. At the time
# of writting, it'd jump from 20s to 4min on x86-64 GNU/Linux with
# of writing, it'd jump from 20s to 4min on x86-64 GNU/Linux with
# --enable-targets=all.
set num_slices 8

View File

@ -222,7 +222,7 @@ main ()
the file for unmodified pages - while others handle this poorly -
writing out all pages including those that weren't modified. */
print_string ("Alocating the entire heap ...\n");
print_string ("Allocating the entire heap ...\n");
{
size_t chunk_size;
unsigned long chunks_allocated = 0;

View File

@ -67,7 +67,7 @@ gdb_test "p /x \$shadow = *(char *) $bp_address" \
# Overwrite memory where the breakpoint is planted. GDB should update
# its memory breakpoint's shadows, to account for the new contents,
# and still leave the breakpoint insn planted. Try twice with
# different values, in case we happen to be writting exactly what was
# different values, in case we happen to be writing exactly what was
# there already.
foreach test_value {0 1} {
set write_test "write $test_value to breakpoint's address"

View File

@ -22,7 +22,7 @@
* -- call print_long_arg_list from inside print_small_structs
***************************************************************************/
/* Some enumerated types -- used to test that the structureal data type is
/* Some enumerated types -- used to test that the structural data type is
* retrieved for function arguments with typedef data types.
*/
typedef int id_int;

View File

@ -451,7 +451,7 @@ gdb_test "rbreak" "rbreak"
gdb_test "restore" "You can't do that without a process to debug\."
#test return
# The middle case accomodated the obsolete a29k, where doing the "ni"
# The middle case accommodated the obsolete a29k, where doing the "ni"
# above causes an initial stack to be created.
gdb_test "return" "No selected frame..*"

View File

@ -17,7 +17,7 @@
# purpose of this checking is to ensure that the variables are
# mutually exclusive, i.e., that when $_exitsignal is set, $_exitcode
# is not, and vice-versa. This mutual exclusion happens because if an
# inferior exited (either successfuly or not), it certainly was not
# inferior exited (either successfully or not), it certainly was not
# killed by a signal. However, if it was killed by an uncaught
# signal, then there is no way for it to have exited.

View File

@ -47,7 +47,7 @@ if { [build_executable "failed to prepare" $testfile $srcfile debug] } {
set reading_re "(Reading.*from remote target\\.\\.\\.\r\n)*"
set exited_normally_re "${reading_re}\\\[Inferior $decimal \\(.*\\) exited normally\\\]"
# gdbserver produces a slightly different message when attaching after
# a fork, so we have to tweak the regexp to accomodate that.
# a fork, so we have to tweak the regexp to accommodate that.
set attach_child_re "${reading_re}\\\[Attaching after .* fork to child .*\\\]\r\n"
set detach_child_re "${reading_re}\\\[Detaching after fork from child .*\\\]\r\n"
set detach_parent_re "${reading_re}\\\[Detaching after fork from parent .*\\\]\r\n"

View File

@ -113,7 +113,7 @@ autovars (int bcd, int abc)
int i96 = useit (96), i97 = useit (97), i98 = useit (98);
int i99 = useit (99);
/* Use all 100 of the local variables to derail agressive optimizers. */
/* Use all 100 of the local variables to derail aggressive optimizers. */
useit ( i0); useit ( i1); useit ( i2); useit ( i3); useit ( i4);
useit ( i5); useit ( i6); useit ( i7); useit ( i8); useit ( i9);

View File

@ -255,7 +255,7 @@ proc run_tests {lang} {
# We try all combinations, even those that don't
# parse, or are invalid, to catch the case of a
# regression making them inadvertently valid. For
# example, these convertions are invalid:
# example, these conversions are invalid:
#
# float <-> array [iff sizeof pointer != sizeof float]
# array -> function (not function pointer)

View File

@ -260,7 +260,7 @@ public:
void operator delete[] (void* ptr) { // base::operator delete[]
free (ptr); }
base const* operator-> (void) const { // base::opeartor->
base const* operator-> (void) const { // base::operator->
return this; }
int operator->* (base const& b) const { // base::operator->*

View File

@ -14,7 +14,7 @@ dummy ()
free (p);
}
/* 1. A standard covnersion sequence is better than a user-defined sequence
/* 1. A standard conversion sequence is better than a user-defined sequence
which is better than an elipses conversion sequence. */
class A{};
@ -37,7 +37,7 @@ int test2(){
return foo2(b); // 13
}
/* 2. Standard Conversion squence S1 is better than standard Conversion
/* 2. Standard Conversion sequence S1 is better than standard Conversion
S2 if: */
// - S1 has a better rank than S2
@ -58,7 +58,7 @@ int test4 () {
}
// - S1 and S2 have the same rank but:
// - S2 is a conversion of pointer or memeber-pointer to bool
// - S2 is a conversion of pointer or member-pointer to bool
int foo5 (bool) { return 25; }
int foo5 (void*) { return 26; }
int test5 () {

View File

@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/> .
# Print a 2 dimensional assumed shape array. We pass different slices
# of the array to a subroutine and print the array as recieved within
# of the array to a subroutine and print the array as received within
# the subroutine. This should exercise GDB's ability to handle
# different strides for the different dimensions.

View File

@ -166,7 +166,7 @@ proc do_test { first_arch mode selected_thread } {
gdb_test_no_output "set follow-exec-mode $mode"
# Test that GDB updates the target description / arch successfuly
# Test that GDB updates the target description / arch successfully
# after the exec.
gdb_test "continue" "Breakpoint $bkptno_numopt_re, main.*" "continue across exec that changes architecture"
}

View File

@ -51,14 +51,14 @@ runto [gdb_get_line_number "Break to end."]
# Test gdb.solib_name
gdb_test "p &func1" "" "func1 address"
gdb_py_test_silent_cmd "python func1 = gdb.history(0)" "Aquire func1 address" 1
gdb_py_test_silent_cmd "python func1 = gdb.history(0)" "Acquire func1 address" 1
gdb_test "python print (gdb.solib_name(int(func1)))" "py-shared-sl.sl" \
"test func1 solib location"
gdb_test "python print (gdb.solib_name(func1))" "py-shared-sl.sl" \
"test func1 solib location using Value"
gdb_test "p &main" "" "main address"
gdb_py_test_silent_cmd "python main = gdb.history(0)" "Aquire main address" 1
gdb_py_test_silent_cmd "python main = gdb.history(0)" "Acquire main address" 1
gdb_test "python print (gdb.solib_name(int(main)))" "None" "test main solib location"
if {[is_lp64_target]} {

View File

@ -137,7 +137,7 @@ G<T>::mul (const T1 t1)
return t1 * t;
}
} // namespaxe dop
} // namespace dop
using namespace dop;

View File

@ -188,7 +188,7 @@ gdb_test "python print (a)" ".*aliases -- User-defined aliases of other commands
# Test PR 12212, using InfThread.selected_thread() when no inferior is
# loaded.
gdb_py_test_silent_cmd "python nothread = gdb.selected_thread()" "Attempt to aquire thread with no inferior" 1
gdb_py_test_silent_cmd "python nothread = gdb.selected_thread()" "Attempt to acquire thread with no inferior" 1
gdb_test "python print (nothread is None)" "True" "ensure that no threads are returned"
gdb_test_multiline "register atexit function" \

View File

@ -72,7 +72,7 @@ proc check_thread_specific_breakpoint {non_stop} {
gdb_breakpoint "main thread $start_thre"
gdb_test "info break" ".*breakpoint.*thread $start_thre" "breakpoint set"
# Set breakpoint at a place only reacheable after the "start"
# Set breakpoint at a place only reachable after the "start"
# thread exits.
gdb_breakpoint "end"

View File

@ -318,7 +318,7 @@ proc test_gdb_complete_multiple {
# Test that all the substring prefixes of INPUT from [0..START) to
# [0..END) complete to COMPLETION_RE (a regular expression). If END
# is ommitted, default to the length of INPUT.
# is omitted, default to the length of INPUT.
proc test_complete_prefix_range_re {input completion_re start {end -1}} {
if {$end == -1} {
@ -345,7 +345,7 @@ proc test_complete_prefix_range_re {input completion_re start {end -1}} {
}
# Test that all the substring prefixes of COMPLETION from [0..START)
# to [0..END) complete to COMPLETION. If END is ommitted, default to
# to [0..END) complete to COMPLETION. If END is omitted, default to
# the length of COMPLETION.
proc test_complete_prefix_range {completion start {end -1}} {

View File

@ -1894,7 +1894,7 @@ proc gdb_test_list_exact { cmd name elm_find_regexp elm_extract_regexp result_ma
#
# Both inferior and gdb patterns must match for a PASS.
#
# If MESSAGE is ommitted, then COMMAND will be used as the message.
# If MESSAGE is omitted, then COMMAND will be used as the message.
#
# Returns:
# 1 if the test failed,

View File

@ -70,7 +70,7 @@ proc symlink_resolve {file} {
}
# Copy SRC to DEST, resolving any symlinks in SRC. Return nonzero iff
# the copy was succesful.
# the copy was successful.
#
# This function is guaranteed to never raise any exception, even when the copy
# fails.
@ -107,7 +107,7 @@ proc file_copy {src dest} {
# depend on system libraries. To properly prelink an executable, all
# of its dynamically linked libraries must be prelinked as well. If
# the executable depends on some system libraries, we may not have
# sufficient write priviledges on these files to perform the prelink.
# sufficient write privileges on these files to perform the prelink.
# This is why we make a copy of these shared libraries, and link the
# executable against these copies instead.
#

View File

@ -31,7 +31,7 @@
/* Default READMORE sleep time in miliseconds. */
#define READMORE_SLEEP_DEFAULT 10
/* Helper function. Intialize *METHOD according to environment variable
/* Helper function. Initialize *METHOD according to environment variable
READMORE_METHOD, and *SLEEP according to environment variable
READMORE_SLEEP. */

View File

@ -102,7 +102,7 @@ tui_register_format (frame_info_ptr frame, int regnum)
}
/* Get the register value from the given frame and format it for the
display. When changep is set, check if the new register value has
display. When changedp is set, check if the new register value has
changed with respect to the previous call. */
static void
tui_get_register (frame_info_ptr frame,

View File

@ -77,7 +77,7 @@ tui_win_info::refresh_window ()
tui_wrefresh (handle.get ());
}
/* Draw a border arround the window. */
/* Draw a border around the window. */
static void
box_win (struct tui_win_info *win_info,
bool highlight_flag)

View File

@ -178,7 +178,7 @@ tui_source_window_base::update_source_window_as_is
}
/* Function to ensure that the source and/or disassemly windows
/* Function to ensure that the source and/or disassembly windows
reflect the input address. */
void
tui_update_source_windows_with_addr (struct gdbarch *gdbarch, CORE_ADDR addr)

View File

@ -225,7 +225,7 @@ tui_rl_command_key (int count, int key)
rl_newline (1, '\n');
/* Switch to gdb command mode while executing the command.
This way the gdb's continue prompty will be displayed. */
This way the gdb's continue prompt will be displayed. */
tui_set_key_mode (TUI_ONE_COMMAND_MODE);
return 0;
}

View File

@ -68,7 +68,7 @@ struct print_offset_data
/* The offset to be applied to bitpos when PRINT_OFFSETS is true.
This is needed for when we are printing nested structs and want
to make sure that the printed offset for each field carries over
the offset of the outter struct. */
the offset of the outer struct. */
unsigned int offset_bitpos = 0;
/* END_BITPOS is the one-past-the-end bit position of the previous

View File

@ -29,7 +29,7 @@ namespace selftests {
This function limits itself to values which are in range (out-of-range
values will be tested separately). In doing so, it tries to be reasonably
exhaustive, by testing the edges, as well as a resonable set of values
exhaustive, by testing the edges, as well as a reasonable set of values
including negative ones, zero, and positive values. */
static void

View File

@ -64,7 +64,7 @@ unordered_remove_tests ()
}
} /* namespace vector_utils_tests */
} /* amespace selftests */
} /* namespace selftests */
void _initialize_vec_utils_selftests ();
void

View File

@ -1347,7 +1347,7 @@ value_assign (struct value *toval, struct value *fromval)
/* We copy over the enclosing type and pointed-to offset from FROMVAL
in the case of pointer types. For object types, the enclosing type
and embedded offset must *not* be copied: the target object refered
and embedded offset must *not* be copied: the target object referred
to by TOVAL retains its original dynamic type after assignment. */
if (type->code () == TYPE_CODE_PTR)
{

Some files were not shown because too many files have changed in this diff Show More