Skip to content
  1. Feb 09, 2012
  2. Feb 08, 2012
    • Ted Kremenek's avatar
    • Johnny Chen's avatar
      After discussions with Jim and Greg, modify the 'watchpoint set' command to... · 2ffa754a
      Johnny Chen authored
      After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command
      with subcommand 'expression' and 'variable'.  The first subcommand is for supplying an expression to
      be evaluated into an address to watch for, while the second is for watching a variable.
      
      'watchpoint set expression' is a raw command, which means that you need to use the "--" option terminator
      to end the '-w' or '-x' option processing and to start typing your expression.
      
      Also update several test cases to comply and add a couple of test cases into TestCompletion.py,
      in particular, test that 'watchpoint set ex' completes to 'watchpoint set expression ' and that
      'watchpoint set var' completes to 'watchpoint set variable '.
      
      llvm-svn: 150109
      2ffa754a
    • Jakob Stoklund Olesen's avatar
      Handle register masks in MachineCopyPropagation. · 8610a59d
      Jakob Stoklund Olesen authored
      For simplicity, treat calls with register masks as basic block
      boundaries.  This means we can't copy propagate callee-saved registers
      across calls, but I don't think that is a big deal.
      
      llvm-svn: 150108
      8610a59d
Loading