diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-06 22:41:32 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-06 22:41:32 +0100 |
commit | 6fc2ce19fc7eb1a7f9f13fec1c344df3b1c1b0f5 (patch) | |
tree | ce6f2922ffd3657d143b95282c3a298aec2697c0 /gdb/gdbarch_components.py | |
parent | f83d71e9c797904c2865e9ae389f8f6404ccd604 (diff) | |
download | gdb-6fc2ce19fc7eb1a7f9f13fec1c344df3b1c1b0f5.zip gdb-6fc2ce19fc7eb1a7f9f13fec1c344df3b1c1b0f5.tar.gz gdb-6fc2ce19fc7eb1a7f9f13fec1c344df3b1c1b0f5.tar.bz2 |
[gdb] Fix typos in gdbarch_components.py
Fix typos in gdbarch_components.py:
...
tranformations ==> transformations
charater ==> character
Noe -> Note
...
and regenerate gdb/gdbarch-gen.h.
Diffstat (limited to 'gdb/gdbarch_components.py')
-rw-r--r-- | gdb/gdbarch_components.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py index cd0a894..a4f1220 100644 --- a/gdb/gdbarch_components.py +++ b/gdb/gdbarch_components.py @@ -1498,7 +1498,7 @@ Function( comment=""" Process an ELF symbol in the minimal symbol table in a backend-specific way. Normally this hook is supposed to do nothing, however if required, -then this hook can be used to apply tranformations to symbols that are +then this hook can be used to apply transformations to symbols that are considered special in some way. For example the MIPS backend uses it to interpret `st_other' information to mark compressed code symbols so that they can be treated in the appropriate manner in the processing of @@ -1522,7 +1522,7 @@ Function( comment=""" Process a symbol in the main symbol table in a backend-specific way. Normally this hook is supposed to do nothing, however if required, -then this hook can be used to apply tranformations to symbols that +then this hook can be used to apply transformations to symbols that are considered special in some way. This is currently used by the MIPS backend to make sure compressed code symbols have the ISA bit set. This in turn is needed for symbol values seen in GDB to match @@ -2224,7 +2224,7 @@ For example, on x86 the register indirection is written as: (%eax) ;; indirecting eax -in this case, this prefix would be the charater `('. +in this case, this prefix would be the character `('. Please note that we use the indirection prefix also for register displacement, e.g., `4(%eax)' on x86. @@ -2243,7 +2243,7 @@ For example, on x86 the register indirection is written as: (%eax) ;; indirecting eax -in this case, this prefix would be the charater `)'. +in this case, this prefix would be the character `)'. Please note that we use the indirection suffix also for register displacement, e.g., `4(%eax)' on x86. @@ -2552,7 +2552,7 @@ Implement the "info proc" command. Method( comment=""" -Implement the "info proc" command for core files. Noe that there +Implement the "info proc" command for core files. Note that there are two "info_proc"-like methods on gdbarch -- one for core files, one for live targets. """, |