Skip to content
  1. May 08, 2013
    • 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
    • Eric Christopher's avatar
      Typo. · 6156011e
      Eric Christopher authored
      llvm-svn: 181378
      6156011e
    • Howard Hinnant's avatar
      Constrain __invoke functions more accurately. This fixes... · 866ed94d
      Howard Hinnant authored
      Constrain __invoke functions more accurately.  This fixes http://llvm.org/bugs/show_bug.cgi?id=15861 .
      
      llvm-svn: 181377
      866ed94d
    • Richard Smith's avatar
      C++1y constant expression evaluation: compound assignment support for... · 861b5b5a
      Richard Smith authored
      C++1y constant expression evaluation: compound assignment support for floating-point and pointer types.
      
      llvm-svn: 181376
      861b5b5a
    • Jason Molenda's avatar
      Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case where · fa761560
      Jason Molenda authored
      a new section is added to the executable after the dSYM has been created, e.g.
      the CTF segment added to mach_kernel after all other linking and processing has
      been finished.
      <rdar://problem/13258780> 
      
      llvm-svn: 181375
      fa761560
    • Andrew Kaylor's avatar
      Adding support for process attach by pid on Linux. · bf9b4c17
      Andrew Kaylor authored
      llvm-svn: 181374
      bf9b4c17
    • Adrian Prantl's avatar
      The style guide prefers preincrement expressions :-) · 8f1fb6f0
      Adrian Prantl authored
      llvm-svn: 181373
      8f1fb6f0
    • Adrian Prantl's avatar
      remove commented out code. · 95652c7c
      Adrian Prantl authored
      llvm-svn: 181372
      95652c7c
    • Bill Wendling's avatar
      Add the libc++ project to those we tag. · e1234ee4
      Bill Wendling authored
      llvm-svn: 181371
      e1234ee4
    • Nick Lewycky's avatar
      When typo correction produces an overloaded result when looking up a member, · d1b0df46
      Nick Lewycky authored
      return all the overloads instead of just picking the first possible declaration.
      This removes an invalid note (and on occasion other invalid diagnostics) and
      also makes clang's parsing recovery behave as if the text from its fixit were
      applied.
      
      llvm-svn: 181370
      d1b0df46
  2. May 07, 2013
Loading