Skip to content
  1. Oct 17, 2012
  2. Oct 16, 2012
  3. Oct 15, 2012
  4. Oct 13, 2012
    • Greg Clayton's avatar
    • Greg Clayton's avatar
      <rdar://problem/12491387> · 998255bf
      Greg Clayton authored
      I added the ability for a process plug-in to implement custom commands. All the lldb_private::Process plug-in has to do is override:
      
      virtual CommandObject *
      GetPluginCommandObject();
      
      This object returned should be a multi-word command that vends LLDB commands. There is a sample implementation in ProcessGDBRemote that is hollowed out. It is intended to be used for sending a custom packet, though the body of the command execute function has yet to be implemented! 
      
      llvm-svn: 165861
      998255bf
    • Greg Clayton's avatar
      <rdar://problem/12490588> · eaafa732
      Greg Clayton authored
      From SBType, we can now get a lldb::BasicType enumeration out of an existing type.
      
      llvm-svn: 165857
      eaafa732
    • Greg Clayton's avatar
      <rdar://problem/12490558> · ea561dcf
      Greg Clayton authored
      SBProcess::SetSelectedThreadByID() had a "uint32_t tid" parameter which would truncate 64 bit thread IDs (lldb::tid_t is 64 bit).
      
      llvm-svn: 165852
      ea561dcf
    • Greg Clayton's avatar
      <rdar://problem/12489931> · b556c9b9
      Greg Clayton authored
      Memory write wasn't working (assert was firing) when writing memory.
      
      llvm-svn: 165848
      b556c9b9
  5. Oct 12, 2012
  6. Oct 11, 2012
  7. Oct 10, 2012
  8. Oct 09, 2012
Loading