+2020-01-16 Christian Biesinger <cbiesinger@google.com>
+
+ * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
+ (btrace_stitch_trace): Likewise.
+ * charset.c (intermediate_encoding): Likewise (vaild).
+ * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
+ * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
+ * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
+
2020-01-16 Hannes Domani <ssbssa@yahoo.de>
* windows-tdep.c (windows_get_tlb_type):
return;
}
- internal_error (__FILE__, __LINE__, _("Unkown branch trace format."));
+ internal_error (__FILE__, __LINE__, _("Unknown branch trace format."));
}
static void
return -1;
}
- internal_error (__FILE__, __LINE__, _("Unkown branch trace format."));
+ internal_error (__FILE__, __LINE__, _("Unknown branch trace format."));
}
/* Clear the branch trace histories in BTINFO. */
/* Not valid, free the allocated memory. */
xfree (result);
/* No valid charset found, generate error here. */
- error (_("Unable to find a vaild charset for string conversions"));
+ error (_("Unable to find a valid charset for string conversions"));
}
#endif /* USE_INTERMEDIATE_ENCODING_FUNCTION */
return BTRACE_ERR_NONE;
}
- internal_error (__FILE__, __LINE__, _("Unkown btrace read type."));
+ internal_error (__FILE__, __LINE__, _("Unknown btrace read type."));
}
/* See linux-btrace.h. */
struct PyMethodDef btpy_list_methods[] =
{
- { "count", btpy_list_count, METH_O, "count number of occurences"},
+ { "count", btpy_list_count, METH_O, "count number of occurrences"},
{ "index", btpy_list_index, METH_O, "index of entry"},
{NULL}
};
return;
}
- internal_error (__FILE__, __LINE__, _("Unkown branch trace format."));
+ internal_error (__FILE__, __LINE__, _("Unknown branch trace format."));
}
/* The info_record method of target record-btrace. */
+2020-01-16 Christian Biesinger <cbiesinger@google.com>
+
+ * lib/gdb.exp: Fix spelling error (seperatelly).
+
2020-01-14 Tom Tromey <tom@tromey.com>
PR symtab/12535:
# Force output to unbuffered mode, by linking in an object file
# with a global contructor that calls setvbuf.
#
- # Compile the special object seperatelly for two reasons:
+ # Compile the special object separately for two reasons:
# 1) Insulate it from $options.
# 2) Avoid compiling it for every gdb_compile invocation,
# which is time consuming, especially if we're remote