Skip to content
  1. Dec 01, 2012
  2. Nov 30, 2012
  3. Nov 29, 2012
  4. Nov 28, 2012
  5. Nov 27, 2012
    • Greg Clayton's avatar
      <rdar://problem/12636970> · 3e9031e8
      Greg Clayton authored
      Properly detect the if unnamed bitfields are supported by clang if the major calng version is higher than 425.
      
      llvm-svn: 168734
      3e9031e8
    • Greg Clayton's avatar
      <rdar://problem/12106825> · 3d51b9f9
      Greg Clayton authored
      Allow the expression parser to see more than just data symbols. We now accept any symbol that has an address. We take precautions to only accept symbols by their mangled or demangled names only if the demangled name was not synthesized. If the demangled name is synthesized, then we now mark symbols accordingly and only compare against the mangled original name. 
      
      llvm-svn: 168668
      3d51b9f9
    • Greg Clayton's avatar
      <rdar://problem/12636970> · 37c36e48
      Greg Clayton authored
      Detect the new fixed clang that properly supports bitfields in objc classes.
      
      llvm-svn: 168655
      37c36e48
    • Jim Ingham's avatar
      The Function calling thread plan was replacing the stored stop info too soon,... · 8559a355
      Jim Ingham authored
      The Function calling thread plan was replacing the stored stop info too soon, causing recursive entry into the
      breakpoint StopInfo's PerformAction, which is bad.  Reworked this so that it is now correct.
      
      <rdar://problem/12501259>
      
      llvm-svn: 168634
      8559a355
  6. Nov 26, 2012
  7. Nov 23, 2012
  8. Nov 22, 2012
  9. Nov 20, 2012
  10. Nov 19, 2012
  11. Nov 17, 2012
  12. Nov 16, 2012
  13. Nov 15, 2012
    • Jim Ingham's avatar
      Don't lock the thread list during ThreadList::ShouldStop. That does too · b42f3af3
      Jim Ingham authored
      much work for this to make sense.  Just copy the current thread list and
      operate on that.  Prevents some deadlocks.
      
      llvm-svn: 168106
      b42f3af3
    • Greg Clayton's avatar
      <rdar://problem/12125010> · 824e7c0d
      Greg Clayton authored
      Handle universal BSD archives correctly when parsing DWARF in .o files with debug map.
      
      llvm-svn: 168075
      824e7c0d
    • Greg Clayton's avatar
      <rdar://problem/11782181> · fbea0f64
      Greg Clayton authored
      Fixed an issue where lldb was setting breakpoints on too many methods when a partial function name with namespaces or class qualifiers was used. For example setting a breakpoint of "Foo::dealloc" was accidentally settings breakpoints on all objective C functions whose selector was "dealloc"...
      
      llvm-svn: 168053
      fbea0f64
    • Sean Callanan's avatar
      In cases where the Objective-C ivar symbols are stripped out, · e0b23b51
      Sean Callanan authored
      expressions that refer to ivars will not work because Clang
      emits IR that refers to them to get the ivar offsets. 
      However, it is possible to search the runtime for these values.
      
      I have added support for reading the relevant tables to the
      Objective-C runtime, and extended ClangExpressionDeclMap to
      query that information if and only if it doesn't find the symbols
      in the binary.
      
      Also added a testcase.
      
      <rdar://problem/12628122>
      
      llvm-svn: 168018
      e0b23b51
Loading