2010-05-06 Michael Snyder <msnyder@vmware.com>
+ * frame-unwind.c (frame_unwind_find_by_frame):
+ Delete unused variable.
+ * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
+ * cp-support.c (mangled_name_to_comp): Delete unused variable.
+ (method_name_from_physname): Delete unused variable.
+ (cp_func_name): Delete unused variable.
+ (cp_validate_operator): Delete unused variable.
+ * cp-namespace.c (cp_scan_for_anonymous_namespaces):
+ Delete unused variable.
+ * trad-frame.c (trad_frame_get_prev_register):
+ Delete unused variable.
+ * tramp-frame.c (tramp_frame_cache): Delete unused variable.
+
* serial.c (serial_for_fd): Delete unused variable.
* mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
* top.c (execute_command): Delete unused variable.
const char *name = SYMBOL_DEMANGLED_NAME (symbol);
unsigned int previous_component;
unsigned int next_component;
- const char *len;
/* Start with a quick-and-dirty check for mention of "(anonymous
namespace)". */
{
struct demangle_component *ret;
char *demangled_name;
- int len;
/* If it looks like a v3 mangled name, then try to go directly
to trees. */
void *storage = NULL;
char *demangled_name = NULL, *ret;
struct demangle_component *ret_comp;
- int done;
ret_comp = mangled_name_to_comp (physname, DMGL_ANSI, &storage,
&demangled_name);
{
char *ret;
struct demangle_component *ret_comp;
- int done;
ret_comp = cp_demangled_name_to_comp (full_name, NULL);
if (!ret_comp)
struct expression *expr;
struct value *val;
struct gdb_exception except;
- struct cleanup *old_chain;
p = input;
const struct frame_unwind *
frame_unwind_find_by_frame (struct frame_info *this_frame, void **this_cache)
{
- int i;
struct gdbarch *gdbarch = get_frame_arch (this_frame);
struct frame_unwind_table *table = gdbarch_data (gdbarch, frame_unwind_data);
struct frame_unwind_table_entry *entry;
- struct cleanup *old_cleanup;
+
for (entry = table->list; entry != NULL; entry = entry->next)
{
struct cleanup *old_cleanup;
{
struct type *known_type;
struct type *rtti_type;
- CORE_ADDR coreptr;
- struct value *vp;
- long top_offset = 0;
- char rtti_type_name[256];
CORE_ADDR vtbl;
struct minimal_symbol *minsym;
- struct symbol *sym;
char *demangled_name, *p;
struct type *btype;
struct type *known_type_vptr_basetype;
struct trad_frame_saved_reg this_saved_regs[],
int regnum)
{
- struct gdbarch *gdbarch = get_frame_arch (this_frame);
if (trad_frame_addr_p (this_saved_regs, regnum))
/* The register was saved in memory. */
return frame_unwind_got_memory (this_frame, regnum,
tramp_frame_cache (struct frame_info *this_frame,
void **this_cache)
{
- CORE_ADDR pc = get_frame_pc (this_frame);
struct tramp_frame_cache *tramp_cache = (*this_cache);
if (tramp_cache->trad_cache == NULL)
{