[Lldb-commits] [PATCH] D12043: Convert all use of pthreads in test executables to std threads

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 14 15:23:17 PDT 2015


zturner updated this revision to Diff 32195.
zturner added a comment.

Remove unicode byte-order-marks from python files


http://reviews.llvm.org/D12043

Files:
  test/functionalities/expr-doesnt-deadlock/Makefile
  test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
  test/functionalities/expr-doesnt-deadlock/locking.c
  test/functionalities/expr-doesnt-deadlock/locking.cpp
  test/functionalities/thread/create_during_step/main.cpp
  test/functionalities/thread/exit_during_break/main.cpp
  test/functionalities/thread/exit_during_step/main.cpp
  test/functionalities/thread/multi_break/main.cpp
  test/functionalities/thread/step_out/main.cpp
  test/functionalities/thread/thread_exit/main.cpp
  test/functionalities/thread/thread_specific_break/Makefile
  test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
  test/functionalities/thread/thread_specific_break/main.c
  test/functionalities/thread/thread_specific_break/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12043.32195.patch
Type: text/x-patch
Size: 20711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150814/a854e60c/attachment-0001.bin>


More information about the lldb-commits mailing list