Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata.

llvm-svn: 178113
This commit is contained in:
Greg Clayton
2013-03-27 01:48:02 +00:00
parent 84912d7e6c
commit d00294483e
12 changed files with 101 additions and 73 deletions

View File

@@ -805,8 +805,6 @@ protected:
if (format != eFormatDefault)
valobj_sp->SetFormat (format);
bool scope_already_checked = true;
ValueObject::DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions(false,format));
ValueObject::DumpValueObject (*output_stream,