Skip to content
  1. Jan 25, 2013
  2. Jan 24, 2013
  3. Jan 23, 2013
    • Enrico Granata's avatar
      <rdar://problem/12711206> · f7b1a34e
      Enrico Granata authored
      Extending ValueObjectDynamicValue so that it stores a TypeAndOrName instead of a TypeSP.
      This change allows us to reflect the notion that a ValueObject can have a dynamic type for which we have no debug information.
      Previously, we would coalesce that to the static type of the object, potentially losing relevant information or even getting it wrong.
      This fix ensures we can correctly report the class name for Cocoa objects whose types are hidden classes that we know nothing about (e.g. __NSArrayI for immutable arrays).
      As a side effect, our --show-types argument to frame variable no longer needs to append custom dynamic type information.
      
      llvm-svn: 173216
      f7b1a34e
  4. Jan 22, 2013
  5. Jan 19, 2013
  6. Jan 18, 2013
  7. Jan 15, 2013
  8. Jan 12, 2013
    • Enrico Granata's avatar
      <rdar://problem/12239827> · e274088d
      Enrico Granata authored
      Making a summary for std::wstring as provided by libstdc++ along with a relevant test case
      
      llvm-svn: 172286
      e274088d
    • Enrico Granata's avatar
      <rdar://problem/12239827> · 3309d881
      Enrico Granata authored
      Providing a data formatter for libc++ std::wstring
      In the process, refactoring the std::string data formatter to be written in C++ so that commonalities between the two can be exploited
      Also, providing a new API on the ValueObject to navigate a hierarchy by index-path
      Lastly, an appropriate test case is included
      
      llvm-svn: 172282
      3309d881
  9. Jan 11, 2013
  10. Jan 10, 2013
    • Enrico Granata's avatar
      <rdar://problem/12725746> · f68df12f
      Enrico Granata authored
      Providing data formatters for char16_t* and char32_t* C++11-style Unicode strings
      Using this chance to refactor the UTF data reader used for data formatters for added generality
      Added a relevant test case
      
      llvm-svn: 172119
      f68df12f
    • Enrico Granata's avatar
      <rdar://problem/11146929> · b4e2e93c
      Enrico Granata authored
      Enabling support for the wchar_t type.
      Without the proper language option setup, clang's ASTContexts will be configured to have wchar_t == int
      This patch enables the correct options to make sure that we report wchar_t as itself
      Added a test case to make sure we do not regress 
      
      llvm-svn: 172038
      b4e2e93c
  11. Jan 09, 2013
    • Enrico Granata's avatar
      <rdar://problem/12028723> · b576bba2
      Enrico Granata authored
      Adding useful formatting options to the expression (expr) command.
      As a side effect of this change, the -d option now supports the same three-values enumeration that frame variables uses (run, don't run, none) instead of a boolean like it did previously
      
      These options do not apply to print, p or po because these are aliased to not take any options.
      In order to use them, use expression or expr.
      
      llvm-svn: 171993
      b576bba2
    • Jim Ingham's avatar
      Add an SBProcess API to get the current StopID, either considering or ignoring... · bf2956a2
      Jim Ingham authored
      Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression
      evaluation.
      
      <rdar://problem/12968562>
      
      llvm-svn: 171914
      bf2956a2
  12. Jan 08, 2013
  13. Jan 07, 2013
  14. Jan 05, 2013
  15. Jan 04, 2013
  16. Jan 03, 2013
  17. Dec 21, 2012
  18. Dec 20, 2012
  19. Dec 19, 2012
  20. Dec 18, 2012
  21. Dec 14, 2012
Loading