Skip to content
  1. Mar 21, 2013
  2. Mar 20, 2013
  3. Mar 19, 2013
    • Greg Clayton's avatar
      More cleanup on the lldb-perf code: · e0b924e3
      Greg Clayton authored
      - TestCase.m_thread is now filled in with the first thread that has a valid
        stop reason. This eliminates the need for the SelectMyThread() functions.
      - The first thread that stops for a reason is also set as the selected thread
        in the process in case any command line commands are run.
      - Changed launch over to take a SBLaunchInfo parameter so that the launch
        function doesn't keep getting new arguments as they are needed.
      - TestCase::Setup() and TestCase::Launch(SBLaunchInfo) now return bool to 
        indicate success of setup and launch.
      - ActionWanted::Next(SBThread) was renamed to ActionWanted::StepOver(SBThread)
      - ActionWanted::Finish(SBThread) was renamed to ActionWanted::StepOut(SBThread)
      
      llvm-svn: 177376
      e0b924e3
  4. Mar 18, 2013
    • Greg Clayton's avatar
      Code cleanup: · 7b8f7382
      Greg Clayton authored
      - don't use preprocessor macros
      - use switch statements
      - don't put anything in the lldb namespace, use "lldb_perf" namespace.
      - Pass the action struct into each TestStep() for each step fill in
      - Modify the ActionWanted class to have accessors to make the continue, next, finish, kill instead of using preproc macros
      
      llvm-svn: 177332
      7b8f7382
  5. Mar 14, 2013
    • Enrico Granata's avatar
      <rdar://problem/13228487> · 86910577
      Enrico Granata authored
      A test case for the performance of some LLDB formatters
      Changes and improvements to the testing infrastructure itself
      
      llvm-svn: 177100
      86910577
Loading