Skip to content
  1. Aug 18, 2010
  2. Aug 17, 2010
  3. Aug 16, 2010
  4. Aug 14, 2010
  5. Aug 13, 2010
  6. Aug 12, 2010
  7. Aug 11, 2010
    • Sean Callanan's avatar
      Added support for persistent variables to the · 2235f32b
      Sean Callanan authored
      expression parser.  It is now possible to type:
      
      (lldb) expr int $i = 5; $i + 1
      (int) 6
      (lldb) expr $i + 2
      (int) 7
      
      The skeleton for automatic result variables is
      also implemented.  The changes affect:
      
      - the process, which now contains a 
        ClangPersistentVariables object that holds
        persistent variables associated with it
      - the expression parser, which now uses
        the persistent variables during variable
        lookup
      - TaggedASTType, where I loaded some commonly
        used tags into a header so that they are
        interchangeable between different clients of
        the class
      
      llvm-svn: 110777
      2235f32b
  8. Aug 10, 2010
  9. Aug 09, 2010
  10. Aug 07, 2010
Loading