Skip to content
  1. Sep 10, 2013
  2. Sep 09, 2013
  3. Sep 07, 2013
  4. Sep 05, 2013
  5. Sep 04, 2013
  6. Aug 30, 2013
  7. Aug 27, 2013
    • Daniel Malea's avatar
      Fix 'platform shell' command for Linux host and remote lldb-platform connections · bb247fb5
      Daniel Malea authored
      - add default timeout of 10s (unil qPlatform_RunCommand supports timeout packets and CommandObjectPlatform is updated to read a timeout flag/setting)
      - add a few tests for platform shell
      
      llvm-svn: 189405
      bb247fb5
    • 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
  8. Aug 19, 2013
  9. Aug 07, 2013
  10. Aug 06, 2013
  11. Aug 05, 2013
  12. Aug 01, 2013
  13. Jul 31, 2013
  14. Jul 30, 2013
  15. Jul 25, 2013
  16. Jul 24, 2013
  17. Jul 23, 2013
Loading