Skip to content
  1. Dec 07, 2012
    • Andrew Kaylor's avatar
      Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a... · 327c267a
      Andrew Kaylor authored
      Set ThreadPlanCallFunction to private in ConstructorSetup.  This fixes a problem on Linux where 'continue' was misfiring after an expression evaluation when stopped at a breakpoint.  The problem was that InferiorCallMmap was not setting its ThreadPlanCallFunction to private and so the completion of that thread plan appeared to be the stop reason and therefore the 'continue' operation failed to step over the breakpoint.  The SetPrivate call is being put in ThreadPlanCallFunction rather than InferiorCallMmap to make the solution more general.
      
      llvm-svn: 169618
      327c267a
    • Andrew Kaylor's avatar
      Fix Test11588.py on Linux. The test was failing because the synthetic type... · e0930d33
      Andrew Kaylor authored
      Fix Test11588.py on Linux.  The test was failing because the synthetic type fields were resolving to int instead of long.  A similar change was made in r155144 to eliminate the type specification for an earlier check in this test, so it seemed appropriate here too.
      
      llvm-svn: 169615
      e0930d33
    • Jim Ingham's avatar
      Separate initing the stdout/stderr for running the Python Script interpreter... · 6a51085e
      Jim Ingham authored
      Separate initing the stdout/stderr for running the Python Script interpreter from initing the lldb.target/frame/etc globals,
      and only do the latter when it makes sense to.
      
      <rdar://problem/12554049>
      
      llvm-svn: 169614
      6a51085e
    • Jim Ingham's avatar
      Take the Target API lock before letting the Python code start to work... · 85e276b8
      Jim Ingham authored
      Take the Target API lock before letting the Python code start to work constructing threads, otherwise we will risk a lock-inversion deadlock between the thread list and the API mutex.
      
      <rdar://problem/12554049>
      
      llvm-svn: 169612
      85e276b8
    • Jason Molenda's avatar
      <rdar://problem/12831670> · 641de41c
      Jason Molenda authored
      When using the same-device optimization for shared cache libraries, if
      we have an invalid load address for __LINKEDIT, don't try to read
      anything out of lldb's own address space.  Reading it out of the remote
      address space will fail gracefully if we have bad addresses but reading
      it out of lldb's own address space will result in a crash.
      
      llvm-svn: 169582
      641de41c
    • Greg Clayton's avatar
      <rdar://problem/8908550> · c1a9ecd8
      Greg Clayton authored
      Added "--address" as an available option for "source list".
      
      llvm-svn: 169567
      c1a9ecd8
    • Greg Clayton's avatar
      <rdar://problem/12827789> · defd44c9
      Greg Clayton authored
      Be sure to load dSYM files when the object file is in memory only.
      
      llvm-svn: 169560
      defd44c9
  2. Dec 06, 2012
  3. Dec 05, 2012
  4. Dec 04, 2012
  5. Dec 03, 2012
  6. Dec 01, 2012
Loading