Skip to content
  1. Sep 13, 2013
  2. Sep 12, 2013
    • Ed Maste's avatar
      test: Add @expectedFailureFreeBSD decorator · 16a4d8c1
      Ed Maste authored
      llvm.org/pr17213 Expression evaluation fails on FreeBSD in some cases
      
      llvm-svn: 190622
      16a4d8c1
    • Richard Mitton's avatar
      Added a 'jump' command, similar to GDBs. · f86248d9
      Richard Mitton authored
      This allows the PC to be directly changed to a different line.
      It's similar to the example python script in examples/python/jump.py, except implemented as a builtin.
      
      Also this version will track the current function correctly even if the target line resolves to multiple addresses. (e.g. debugging a templated function)
      
      llvm-svn: 190572
      f86248d9
    • Enrico Granata's avatar
      <rdar://problem/14071463> · e2e220a8
      Enrico Granata authored
      SVN r189964 provided a sample Python script to inspect unordered(multi){set|map} with synthetic children, contribued by Jared Grubb
      This checkin converts that sample script to a C++ provider built into LLDB
      A test case is also provided
      
      llvm-svn: 190564
      e2e220a8
  3. Sep 10, 2013
  4. Sep 09, 2013
  5. Sep 07, 2013
  6. Sep 05, 2013
  7. Sep 04, 2013
  8. Aug 30, 2013
  9. 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
  10. Aug 19, 2013
  11. Aug 15, 2013
  12. Aug 13, 2013
  13. Aug 07, 2013
  14. Aug 06, 2013
  15. Aug 05, 2013
  16. Aug 02, 2013
  17. Aug 01, 2013
Loading