mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user