which registers were included in the last stop reply packet received by
GDB.
-mainenance info frame-unwinders
+maintenance info frame-unwinders
Add a CLASS column to the output. This class is a somewhat arbitrary
grouping of unwinders, based on which area of GDB adds the unwinder.
Also add an ENABLED column, that will show if the unwinder is enabled
maintenance info line-table
Add an EPILOGUE-BEGIN column to the output of the command. It indicates
- if the line is considered the start of the epilgoue, and thus a point at
+ if the line is considered the start of the epilogue, and thus a point at
which the frame can be considered destroyed.
set unwindonsignal on|off
* For both the break and watch commands, it is now invalid to use both
the 'thread' and 'task' keywords within the same command. For
- example the following commnds will now give an error:
+ example the following commands will now give an error:
break foo thread 1 task 1
watch var thread 2 task 3
help
The "help" command uses the title style to enhance the
- readibility of its output by styling the classes and
+ readability of its output by styling the classes and
command names.
apropos [-v] REGEXP
These commands can now print only the searched entities
matching the provided regexp(s), giving a condition
on the entity names or entity types. The flag -q disables
- printing headers or informations messages.
+ printing headers or information messages.
info functions
info types
commands have been replaced with "target native". The QNX/NTO port
leaves the "procfs" target in place and adds a "native" target for
consistency with other ports. The impact on users should be minimal
- as these commands previously either throwed an error, or were
+ as these commands previously either threw an error, or were
no-ops. The target's name is visible in the output of the following
commands: "help target", "info target", "info files", "maint print
target-stack".
** "dprintf location,format,args..." creates a dynamic printf, which
is basically a breakpoint that does a printf and immediately
resumes your program's execution, so it is like a printf that you
- can insert dynamically at runtime instead of at compiletime.
+ can insert dynamically at runtime instead of at compile time.
** "set print symbol"
"show print symbol"
GDB now supports importing of namespaces in C++. This enables the
user to inspect variables from imported namespaces. Support for
- namepace aliasing has also been added. So, if a namespace is
- aliased in the current scope (e.g. namepace C=A; ) the user can
+ namespace aliasing has also been added. So, if a namespace is
+ aliased in the current scope (e.g. namespace C=A; ) the user can
print variables using the alias (e.g. (gdb) print C::x).
** Bug Fixes
it prints the address mappings of the process.
If you bring up GDB on another SVR4 system, please send mail to
-bug-gdb@prep.ai.mit.edu to let us know what changes were reqired (if any).
+bug-gdb@prep.ai.mit.edu to let us know what changes were required (if any).
* Better dynamic linking support in SunOS
GDB is now using the latest `getopt' routines from the FSF. This
version accepts the -- prefix for options with long names. GDB will
continue to accept the old forms (-option and +option) as well.
-Various single letter abbreviations for options have been explicity
+Various single letter abbreviations for options have been explicitly
added to the option table so that they won't get overshadowed in the
future by other options that begin with the same letter.
debugging records for C, in DWARF format, in ELF files. This support
is preliminary. If you bring up GDB on another SVR4 system, please
send mail to bug-gdb@prep.ai.mit.edu to let us know what changes were
-reqired (if any).
+required (if any).
* New Readline