Skip to content
  1. Nov 06, 2013
    • Greg Clayton's avatar
      <rdar://problem/15367122> · 095eeaa0
      Greg Clayton authored
      Fixed the test case for "test/functionalities/exec/TestExec.py" on Darwin.
      
      The issue was breakpoints were persisting and causing problems. When we exec, we need to clear out the process and target and start fresh with nothing and let the breakpoints populate themselves again. This patch correctly clears out the breakpoints and also flushes the process so that the objects (process/thread/frame) give out valid information.
      
      llvm-svn: 194106
      095eeaa0
    • DeLesley Hutchins's avatar
      Thread safety analysis: check pt_guarded_by attribute when calling -> and * · 5ede5cc9
      DeLesley Hutchins authored
      on smart pointers.  -Wthread-safety-beta only.
      
      llvm-svn: 194103
      5ede5cc9
  2. Nov 05, 2013
Loading