Skip to content
  1. Dec 11, 2012
  2. Dec 10, 2012
    • Greg Clayton's avatar
      <rdar://problem/11844604> · 3b188b17
      Greg Clayton authored
      When displaying function.name-with-args format will now print "varname=<unavailable>" instead of omitting argument names and values when there is an error reading the value.
      
      llvm-svn: 169781
      3b188b17
    • Daniel Malea's avatar
      Enable RTTI for liblldbCore.a when GCC is the compiler · 48b917bc
      Daniel Malea authored
      - gcc does not like -fno-rtti mixed with dynamic_cast<> (in cxa_demangle.cpp)
      
      llvm-svn: 169767
      48b917bc
    • Enrico Granata's avatar
      <rdar://problem/12848118> · ecbabe6d
      Enrico Granata authored
      Making MightHaveChildren() always return true regardless for our own data formatters
      This is meant to optimize performance for common most-often-not-empty container classes
      
      llvm-svn: 169759
      ecbabe6d
    • Greg Clayton's avatar
      <rdar://problem/12827031> · c5e20856
      Greg Clayton authored
      Fix the OptionValueFileSpec option value to correctly get the file path when trailing spaces are on the path. The "settings set" command uses the OptionValueFileSpec class to set file paths and if extra spaces are at the end it will include those in the paths. Now we chop up the value send to to OptionValueFileSpec::SetValueFromCString(...) function with "lldb_private::Args" and give an appropriate error if more than one path is used. It also allows for quotes to be used when specifying the path.
      
      llvm-svn: 169753
      c5e20856
    • Enrico Granata's avatar
      <rdar://problem/12817233> · 37c3e910
      Enrico Granata authored
      Change the wording of NSNumber summary from absurd value to unexpected value when a tagged pointer shows up that does not match our knowledge of the internals
      
      llvm-svn: 169751
      37c3e910
  3. Dec 08, 2012
  4. Dec 07, 2012
  5. Dec 06, 2012
  6. Dec 05, 2012
Loading