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
    • Greg Clayton's avatar
      Make sure that the lldb globals: · bc41bf70
      Greg Clayton authored
          lldb.target
          lldb.process
          lldb.thread
          lldb.frame
      
      are initialized to at least contain empty lldb classes in case some python gets imported that uses them.
      
      llvm-svn: 169750
      bc41bf70
  3. Dec 08, 2012
  4. Dec 07, 2012
  5. Dec 06, 2012
  6. Dec 05, 2012
    • Greg Clayton's avatar
      <rdar://problem/12560257> · e6a07793
      Greg Clayton authored
      Fixed arrays with a size of 1 to correctly have 1 member when DW_AT_upper_bound was set to zero and no other attributes were set.
      
      llvm-svn: 169431
      e6a07793
Loading