Skip to content
  1. Jul 09, 2010
  2. Jul 08, 2010
  3. Jul 07, 2010
  4. Jul 06, 2010
  5. Jul 05, 2010
  6. Jul 03, 2010
  7. Jul 02, 2010
  8. Jul 01, 2010
  9. Jun 30, 2010
    • Caroline Tice's avatar
      Add a unique ID to each debugger instance. · ebc1bb27
      Caroline Tice authored
      Add functions to look up debugger by id
      Add global variable to lldb python module, to hold debugger id
      Modify embedded Python interpreter to update the global variable with the
       id of its current debugger.
      Modify the char ** typemap definition in lldb.swig to accept 'None' (for NULL)
       as a valid value.
      
      The point of all this is so that, when you drop into the embedded interpreter
      from the command interpreter (or when doing Python-based breakpoint commands),
      there is a way for the Python side to find/get the correct debugger
      instance ( by checking debugger_unique_id, then calling 
      SBDebugger::FindDebuggerWithID  on it).
      
      llvm-svn: 107287
      ebc1bb27
    • Benjamin Kramer's avatar
      021b605d
Loading