Skip to content
  1. Jul 11, 2011
  2. Jul 10, 2011
    • John McCall's avatar
      Use cached types; no functionality change. · 944e502c
      John McCall authored
      llvm-svn: 134880
      944e502c
    • Francois Pichet's avatar
      Fix ARCMT/migrate.m on MSVC. · 9a22177c
      Francois Pichet authored
      Solution is to set output stdout to binary mode to prevent newline conversion (\n => \r\n).
      
      llvm-svn: 134879
      9a22177c
    • 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