Skip to content
  1. Aug 27, 2013
    • Daniel Malea's avatar
      merge lldb-platform-work branch (and assorted fixes) into trunk · e0f8f574
      Daniel Malea authored
          Summary:
          This merge brings in the improved 'platform' command that knows how to
          interface with remote machines; that is, query OS/kernel information, push
          and pull files, run shell commands, etc... and implementation for the new
          communication packets that back that interface, at least on Darwin based
          operating systems via the POSIXPlatform class. Linux support is coming soon.
      
          Verified the test suite runs cleanly on Linux (x86_64), build OK on Mac OS
          X Mountain Lion.
      
          Additional improvements (not in the source SVN branch 'lldb-platform-work'):
          - cmake build scripts for lldb-platform
          - cleanup test suite
          - documentation stub for qPlatform_RunCommand
          - use log class instead of printf() directly
          - reverted work-in-progress-looking changes from test/types/TestAbstract.py that work towards running the test suite remotely.
          - add new logging category 'platform'
      
          Reviewers: Matt Kopec, Greg Clayton
      
          Review: http://llvm-reviews.chandlerc.com/D1493
      
      llvm-svn: 189295
      e0f8f574
  2. Aug 19, 2013
  3. Aug 07, 2013
  4. Aug 06, 2013
  5. Aug 05, 2013
  6. Aug 01, 2013
  7. Jul 31, 2013
  8. Jul 30, 2013
  9. Jul 25, 2013
  10. Jul 24, 2013
  11. Jul 23, 2013
  12. Jul 19, 2013
  13. Jul 18, 2013
  14. Jul 16, 2013
  15. Jul 15, 2013
  16. Jul 12, 2013
  17. Jul 09, 2013
Loading