Skip to content
  • Greg Clayton's avatar
    Allow the built in ValueObject summary providers for C strings · 45ba8543
    Greg Clayton authored
    use lldb_private::Target::ReadMemory(...) to allow constant strings
    to be displayed in global variables prior on in between process
    execution.
    
    Centralized the variable declaration dumping into:
    
    	bool
    	Variable::DumpDeclaration (Stream *s, bool show_fullpaths, bool show_module);
    
    Fixed an issue if you used "target variable --regex <regex>" where the
    variable name would not be displayed, but the regular expression would.
    
    Fixed an issue when viewing global variables through "target variable"
    might not display correctly when doing DWARF in object files.
    
    llvm-svn: 134878
    45ba8543
Loading