[Lldb-commits] [PATCH] D12280: Make TestCreateDuringInstructionStep linux-specific

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 24 05:57:03 PDT 2015


labath created this revision.
labath added a reviewer: tberghammer.
labath added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

There were a number of issues about the way I have designed this test originally:
- it relied on single-stepping through large parts of code, which was slow and unreliable
- the threading libraries interfered with the exact thing we wanted to test

For this reason, I have rewritted the test using low-level linux api, which allows the test to be
much more focused. The functionality for other platforms will need to be tested separately.

http://reviews.llvm.org/D12280

Files:
  test/functionalities/thread/create_during_instruction_step/Makefile
  test/functionalities/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
  test/functionalities/thread/create_during_instruction_step/main.cpp
  test/linux/create_during_instruction_step/Makefile
  test/linux/create_during_instruction_step/TestCreateDuringInstructionStep.py
  test/linux/create_during_instruction_step/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12280.32950.patch
Type: text/x-patch
Size: 7291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150824/05cddf85/attachment.bin>


More information about the lldb-commits mailing list