Skip to content
  1. Oct 12, 2012
  2. Oct 11, 2012
  3. Oct 10, 2012
  4. Oct 09, 2012
  5. Oct 08, 2012
  6. Oct 06, 2012
    • Jason Molenda's avatar
      In DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryModule(), · 53667f5d
      Jason Molenda authored
      if we have a kernel binary, set the target's architecture to match.
      
      Include the target's architecture in the ModuleSpec when we're searching for the 
      kext binaries on the local system -- otherwise we won't get a specific slice of
      a fat file picked out for us and we won't use the returned Module correctly.
      
      Remove the redundant attempt to find a file on the local filesystem from this method.
      
      
      In ProcessGDBRemote::CheckForKernel(), if we have a kernel binary in memory, mark
      the canJIT as false.  There is no jitting code in kernel debug sessions.
      
      llvm-svn: 165357
      53667f5d
    • Jason Molenda's avatar
      Revert Vishal's patch that Enrico commited, at least for the weekend. With it applied, · cc62f287
      Jason Molenda authored
      starting lldb I get
      
      % ./lldb -x
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "/private/tmp/build/Debug/LLDB.framework/Versions/A/Resources/Python/lldb/__init__.py", line 9008
          raise TypeError("No array item of type %s" % str(type(key)))
              ^
      SyntaxError: invalid syntax
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
      NameError: name 'run_one_line' is not defined
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
      NameError: name 'run_one_line' is not defined
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
      NameError: name 'run_one_line' is not defined
      (lldb)
      
      
      I did a clean build and still got the problem so I'm backing this out until Enrico can
      look at it.
      
      llvm-svn: 165356
      cc62f287
    • Jim Ingham's avatar
      Make the error message from regex commands use the command's syntax string if... · 215341c2
      Jim Ingham authored
      Make the error message from regex commands use the command's syntax string if it exists rather than a generic but
      not at all helpful message about not matching some unknown regex...
      
      llvm-svn: 165349
      215341c2
    • Enrico Granata's avatar
      patch from Vishal Patel to improve our lldb.value wrapper · ffe2d52a
      Enrico Granata authored
      llvm-svn: 165348
      ffe2d52a
Loading