Skip to content
  1. Apr 15, 2012
  2. Apr 14, 2012
  3. Apr 13, 2012
    • Greg Clayton's avatar
      Added the thread ID (tid) to each packet history item and the packet history... · d451c1a8
      Greg Clayton authored
      Added the thread ID (tid) to each packet history item and the packet history now always dumps to a lldb_private::Stream.
      
      Enable logging the packet history when registers fail to read due to not getting the sequence mutex if "--verbose" is enabled on the log channel for the "gdb-remote" log category.
      
      This will help us track down some issues.
      
      llvm-svn: 154704
      d451c1a8
    • Sirish Pande's avatar
      Remove iostream from New Value Jump. · f4db4b2c
      Sirish Pande authored
      llvm-svn: 154703
      f4db4b2c
    • Hal Finkel's avatar
      Add support to BBVectorize for vectorizing selects. · b2336a79
      Hal Finkel authored
      llvm-svn: 154700
      b2336a79
    • Johnny Chen's avatar
      First step to make the test suite runnable for remote platforms. · 9a27713a
      Johnny Chen authored
      For the types directory, we were running lldbtest.system() to execute the compiled program
      on the test host to collect golden output in order to compare with the output of various
      lldb debugger commands as performed later.  This won't work for the remote platform
      scenario where the architecture of the target and host platforms are different.
      
      Modify the AbstractBase class to use lldb to launch the inferior while specifying the
      output file, from which the golden output is collected and grokked.  How to bootstrap and
      to connect to the remote platform is still being worked at.
      
      llvm-svn: 154699
      9a27713a
Loading