Skip to content
  1. Apr 14, 2012
  2. Apr 13, 2012
  3. Apr 11, 2012
    • Greg Clayton's avatar
      No functionality changes, mostly cleanup. · 37a0a24a
      Greg Clayton authored
      Cleaned up the Mutex::Locker and the ReadWriteLock classes a bit.
      
      Also cleaned up the GDBRemoteCommunication class to not have so many packet functions. Used the "NoLock" versions of send/receive packet functions when possible for a bit of performance.
      
      llvm-svn: 154458
      37a0a24a
  4. Apr 07, 2012
    • Jason Molenda's avatar
      Version bump to lldb-138. · 7a2f4333
      Jason Molenda authored
      llvm-svn: 154252
      7a2f4333
    • Jason Molenda's avatar
      Fix a integer trauction issue - calculating the current time in · b9e88d41
      Jason Molenda authored
      nanoseconds in 32-bit expression would cause pthread_cond_timedwait
      to time out immediately.  Add explicit casts to the TimeValue::TimeValue
      ctor that takes a struct timeval and change the NanoSecsPerSec etc
      constants defined in TimeValue to be uint64_t so any other calculations
      involving these should be promoted to 64-bit even when lldb is built
      for 32-bit.
      
      <rdar://problem/11204073>, <rdar://problem/11179821>, <rdar://problem/11194705>.
      
      llvm-svn: 154250
      b9e88d41
    • Jim Ingham's avatar
      We sometimes need to be able to call functions (via Process::RunThreadPlan)... · 372787fc
      Jim Ingham authored
      We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread.  To do that we have to 
      spin up a temporary "private state thread" that will respond to events from the lower level process plugins.  This check-in should work to do
      that, but it is still buggy.  However, if you don't call functions on the private state thread, these changes make no difference.
      
      This patch also moves the code in the AppleObjCRuntime step-through-trampoline handler that might call functions (in the case where the debug
      server doesn't support the memory allocate/deallocate packet) out to a safe place to do that call.
      
      llvm-svn: 154230
      372787fc
  5. Apr 06, 2012
  6. Apr 03, 2012
  7. Apr 01, 2012
  8. Mar 31, 2012
  9. Mar 29, 2012
  10. Mar 24, 2012
  11. Mar 23, 2012
  12. Mar 17, 2012
  13. Mar 16, 2012
  14. Mar 15, 2012
    • Greg Clayton's avatar
      <rdar://problem/8196933> · d804d285
      Greg Clayton authored
      Use the metadata in the dSYM bundle Info.plist to remap source paths when they keys are available.
      
      llvm-svn: 152836
      d804d285
    • Han Ming Ong's avatar
      <rdar://11033946> · 2ee44a1e
      Han Ming Ong authored
      Made sure that the root XPC service validate the right before starting the service. The right is created and authenticated by clients (in this case, lldb) and transferred over for validiation.
      
      llvm-svn: 152802
      2ee44a1e
  15. Mar 14, 2012
  16. Mar 13, 2012
  17. Mar 10, 2012
  18. Mar 09, 2012
  19. Mar 08, 2012
  20. Mar 07, 2012
    • Han Ming Ong's avatar
      <rdar://10996650> · e86f8f4d
      Han Ming Ong authored
      Passed in the right number of parameters for CFDictionaryCreate
      
      llvm-svn: 152182
      e86f8f4d
  21. Mar 06, 2012
  22. Mar 02, 2012
  23. Mar 01, 2012
  24. Feb 29, 2012
  25. Feb 28, 2012
  26. Feb 27, 2012
Loading