OUT is the output stream to print to.
- INDENT is the level of indention for this frame (in the case of elided
+ INDENT is the level of indentation for this frame (in the case of elided
frames).
LEVELS_PRINTED is a hash-table containing all the frames for which the
if (print_frame_info)
{
/* Elided frames are also printed with this function (recursively)
- and are printed with indention. */
+ and are printed with indentation. */
if (indent > 0)
out->spaces (indent * 4);
/* Holds the encoding that will be applied to the string
when the string is printed by GDB. If the encoding is set
to None then GDB will select the most appropriate
- encoding when the sting is printed. */
+ encoding when the string is printed. */
char *encoding;
/* If TYPE is an array: If the length is known, then this value is the
Py_RETURN_NONE;
}
-/* Implement the gdb.Progspace.symbol_file attribute. Retun the
+/* Implement the gdb.Progspace.symbol_file attribute. Return the
gdb.Objfile corresponding to the currently loaded symbol-file, or None
if no symbol-file is loaded. If the Progspace is invalid then raise an
exception. */
Py_RETURN_NONE;
}
-/* Implement the gdb.Progspace.executable_filename attribute. Retun a
+/* Implement the gdb.Progspace.executable_filename attribute. Return a
string containing the name of the current executable, or None if no
executable is currently set. If the Progspace is invalid then raise an
exception. */