Skip to content
  1. Jan 08, 2013
  2. Jan 07, 2013
  3. Jan 05, 2013
  4. Jan 04, 2013
  5. Jan 03, 2013
  6. Jan 02, 2013
  7. Dec 22, 2012
  8. Dec 21, 2012
  9. Dec 20, 2012
    • Jim Ingham's avatar
      If we can't find the python function for a given summary, print the name of... · a0b15171
      Jim Ingham authored
      If we can't find the python function for a given summary, print the name of the function in the warning message.
      
      llvm-svn: 170729
      a0b15171
    • Jason Molenda's avatar
      Clarify the comments in PlatformDarwin::LocateExecutableScriptingResource · 253a19a0
      Jason Molenda authored
      a bit.
      
      llvm-svn: 170641
      253a19a0
    • Enrico Granata's avatar
      <rdar://problem/12903081> · 04e92149
      Enrico Granata authored
      When looking for the Python script to load for a given module, replace dots with underscores if there are any after stripping the extension
      This means that for a module named foo.devel.xyz a file named foo_devel.py will be what we try to load
      
      llvm-svn: 170633
      04e92149
    • Andrew Kaylor's avatar
      Setting TestInferiorChanged.py to expectedFailureLinux because of bugzilla 14662. · d362d910
      Andrew Kaylor authored
      Note that the test actually fails before reaching the assertion described in that bug, but the failure is a trivial matter of adding OS-conditional expected stop reason strings (as noted by new comments in this patch).  However, with the stop reason strings changed, the test fails for the more substantial reason noted in bugzilla 14662.
      
      llvm-svn: 170619
      d362d910
    • Enrico Granata's avatar
      <rdar://problem/12446222> · 557fd00a
      Enrico Granata authored
      Implement the ability for Python commands to be interrupted by pressing CTRL+C
      Also add a new Mutex subclass that attempts to be helpful for debugging by logging actions performed on it
      
      FYI of all interested - there is a separate deadlocking issue related to how LLDB dispatches CTRL+C that might cause LLDB to deadlock upon pressing CTRL+C while in a Python command.
      This is not a regression, and was just previously masked by us not even trying to bail out of Python commands, so that it would not be clear from a user perspective whether we were
      deadlocked or stuck in an inconsistent state within the Python interpreter.
      
      llvm-svn: 170612
      557fd00a
Loading