Skip to content
  1. May 14, 2013
  2. May 13, 2013
  3. May 11, 2013
    • Jason Molenda's avatar
      Update ProcessKDP and ProcessMachCore to use ConstString plugin · 2e56a254
      Jason Molenda authored
      names when specifying the DynamicLoaderDarwinKernel.
      
      ProcessGDBRemote wasn't setting the dyld string any more; remove
      the remaining code tracking the dyld plugin name altogether from
      that process plugin.
      
      llvm-svn: 181658
      2e56a254
    • Jason Molenda's avatar
      A couple of small fixes to make core file debugging less noisy. · 408fa333
      Jason Molenda authored
      Don't want about being unable to find a needed objective-c runtime
      function when we're core file debugging and can't jit anything
      anyway.  Don't warn when quitting a debug session on a core file,
      the program state can be reconstructed by re-running lldb on the
      same core file again.
      
      llvm-svn: 181653
      408fa333
    • Greg Clayton's avatar
      <rdar://problem/13700260> · f9b57b9d
      Greg Clayton authored
      Avoid a deadlock when using the OperatingSystemPython code and typing "process interrupt". There was a possible lock inversion between the target API lock and the process' thread list lock due to code trying to discard the thread list. This was fixed by adding a boolean to Process::Halt() that indicates if the thread plans should be discarded and doing it in the private state thread when we process the stopped state.
      
      llvm-svn: 181651
      f9b57b9d
    • Matt Kopec's avatar
      Use mangled and demangled names when checking for a function in a namespace... · a189d497
      Matt Kopec authored
      Use mangled and demangled names when checking for a function in a namespace and a function in an anonymous namespace, respectively.
      
      llvm-svn: 181645
      a189d497
  4. May 10, 2013
Loading