[Lldb-commits] [PATCH] Get test executables compiling on Windows.

Zachary Turner zturner at google.com
Tue Aug 12 13:12:37 PDT 2014


Fix issues pointed out in review.  Also removed all instances of Makefiles directly including -lpthread for the link arguments.  Instead, libraries now set ENABLE_THREADS := YES in the Makefile, which translates to the correct thing in Makefile.rules

http://reviews.llvm.org/D4816

Files:
  test/api/multiple-debuggers/multi-process-driver.cpp
  test/expression_command/call-restarts/TestCallThatRestarts.py
  test/expression_command/timeout/Makefile
  test/expression_command/timeout/TestCallWithTimeout.py
  test/expression_command/timeout/wait-a-while.c
  test/expression_command/timeout/wait-a-while.cpp
  test/functionalities/attach_resume/Makefile
  test/functionalities/attach_resume/TestAttachResume.py
  test/functionalities/attach_resume/main.c
  test/functionalities/attach_resume/main.cpp
  test/functionalities/expr-doesnt-deadlock/Makefile
  test/functionalities/stop-hook/multiple_threads/Makefile
  test/functionalities/thread/Makefile
  test/functionalities/thread/concurrent_events/Makefile
  test/functionalities/thread/step_out/Makefile
  test/functionalities/thread/thread_specific_break/Makefile
  test/functionalities/watchpoint/hello_watchlocation/Makefile
  test/functionalities/watchpoint/multiple_threads/Makefile
  test/functionalities/watchpoint/watchpoint_set_command/Makefile
  test/lang/c/tls_globals/Makefile
  test/lldbtest.py
  test/make/Makefile.rules
  test/make/uncaught_exception.h
  test/python_api/lldbutil/iter/Makefile
  test/python_api/lldbutil/iter/main.cpp
  test/python_api/lldbutil/process/Makefile
  test/python_api/lldbutil/process/main.cpp
  test/python_api/module_section/Makefile
  test/python_api/module_section/main.cpp
  test/python_api/signals/main.cpp
  test/python_api/watchpoint/watchlocation/Makefile
  test/tools/lldb-gdbserver/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4816.12414.patch
Type: text/x-patch
Size: 27304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140812/46f99895/attachment.bin>


More information about the lldb-commits mailing list