Skip to content
  1. Oct 12, 2011
    • Greg Clayton's avatar
      d4e2552c
    • Sean Callanan's avatar
      Implemented a namespace map that allows searching · 503aa525
      Sean Callanan authored
      of namespaces (only in the modules where they've
      been found) for entities inside those namespaces.
      
      For each NamespaceDecl that has been imported into
      the parser, we maintain a map containing
      [ModuleSP, ClangNamespaceDecl] pairs in the ASTImporter.
      This map has one entry for each module in which the
      namespace has been found.  When we later scan for an
      entity inside a namespace, we search only the modules
      in which that namespace was found.
      
      Also made a small whitespace fix in 
      ClangExpressionParser.cpp.
      
      llvm-svn: 141748
      503aa525
    • Johnny Chen's avatar
      Add a more generic stepping benchmark, which uses the '-k' option of the test driver · 8a7f3f5b
      Johnny Chen authored
      to be able to specify the runhook(s) to bring the debug session to a certain state
      before running the benchmarking logic.  An example,
      
      ./dotest.py -v -t +b -k 'process attach -n Mail' -k 'thread backtrace all' -p TestRunHooksThenSteppings.py
      
      spawns lldb, attaches to the 'Mail' application, does a backtrace for all threads, and then
      runs the benchmark to step the inferior multiple times.
      
      llvm-svn: 141740
      8a7f3f5b
  2. Oct 11, 2011
  3. Oct 10, 2011
  4. Oct 09, 2011
  5. Oct 08, 2011
  6. Oct 07, 2011
Loading