Skip to content
  1. May 15, 2013
  2. May 14, 2013
  3. May 13, 2013
  4. May 10, 2013
  5. May 09, 2013
  6. May 08, 2013
    • Enrico Granata's avatar
      Test case added for importing packages · b7d6e2a4
      Enrico Granata authored
      llvm-svn: 181472
      b7d6e2a4
    • Matt Kopec's avatar
    • Matt Kopec's avatar
      Fix assertion from previous fix for debian os watchpoints. · 52c8476a
      Matt Kopec authored
      Also mark one of the tests as expected fail on Linux due to the debian fix.
      
      llvm-svn: 181448
      52c8476a
    • Daniel Malea's avatar
      Adding test-case for llvm.org/pr15936 (known failure with GCC 4.6/4.7) · ee648127
      Daniel Malea authored
      - verify that backtraces for stacks that include functions which contain 
        illegal instructions are correct, and that variables in said functions can be
        printed.
      
      llvm-svn: 181442
      ee648127
    • Daniel Malea's avatar
      Fix rdar-13338477 test-case for Linux. · 32052b62
      Daniel Malea authored
      - Using __builtin_trap confuses the stack unwinder
      - __builtin_trap specific test will be added shortly
      
      llvm-svn: 181441
      32052b62
    • Jim Ingham's avatar
      Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached · 221d51cf
      Jim Ingham authored
      value.  This fixes problems, for instance, with the StepRange plans, where they know that
      they explained the stop because they were at their "run to here" breakpoint, then deleted
      that breakpoint, so when they got asked again, doh!  I had done this for a couple of plans
      in an ad hoc fashion, this just formalizes it.
      
      Also add a "ResumeRequested" in Process so that the code in the completion handlers can
      tell the ShouldStop logic they want to resume rather than just directly resuming.  That allows 
      us to handle resuming in a more controlled fashion.
      
      Also, SetPublicState can take a "restarted" flag, so that it doesn't drop the run lock when
      the target was immediately restarted.
      --This line, and those below , will be ignored--
      
      M    test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
      M    include/lldb/Target/ThreadList.h
      M    include/lldb/Target/ThreadPlanStepOut.h
      M    include/lldb/Target/Thread.h
      M    include/lldb/Target/ThreadPlanBase.h
      M    include/lldb/Target/ThreadPlanStepThrough.h
      M    include/lldb/Target/ThreadPlanStepInstruction.h
      M    include/lldb/Target/ThreadPlanStepInRange.h
      M    include/lldb/Target/ThreadPlanStepOverBreakpoint.h
      M    include/lldb/Target/ThreadPlanStepUntil.h
      M    include/lldb/Target/StopInfo.h
      M    include/lldb/Target/Process.h
      M    include/lldb/Target/ThreadPlanRunToAddress.h
      M    include/lldb/Target/ThreadPlan.h
      M    include/lldb/Target/ThreadPlanCallFunction.h
      M    include/lldb/Target/ThreadPlanStepOverRange.h
      M    source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
      M    source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
      M    source/Target/StopInfo.cpp
      M    source/Target/Process.cpp
      M    source/Target/ThreadPlanRunToAddress.cpp
      M    source/Target/ThreadPlan.cpp
      M    source/Target/ThreadPlanCallFunction.cpp
      M    source/Target/ThreadPlanStepOverRange.cpp
      M    source/Target/ThreadList.cpp
      M    source/Target/ThreadPlanStepOut.cpp
      M    source/Target/Thread.cpp
      M    source/Target/ThreadPlanBase.cpp
      M    source/Target/ThreadPlanStepThrough.cpp
      M    source/Target/ThreadPlanStepInstruction.cpp
      M    source/Target/ThreadPlanStepInRange.cpp
      M    source/Target/ThreadPlanStepOverBreakpoint.cpp
      M    source/Target/ThreadPlanStepUntil.cpp
      M    lldb.xcodeproj/xcshareddata/xcschemes/Run Testsuite.xcscheme
      
      llvm-svn: 181381
      221d51cf
    • Andrew Kaylor's avatar
      Adding support for process attach by pid on Linux. · bf9b4c17
      Andrew Kaylor authored
      llvm-svn: 181374
      bf9b4c17
  7. May 07, 2013
  8. May 06, 2013
Loading