summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/macosx/function-starts/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TestFunctionStarts.py: add synchronizationFrederic Riss2019-08-261-0/+6
| | | | | | | | | We have started to see the no_binary version of this test fail. The reason is that the binary was being removed before the spawn actually launched the inferior. Add a simple filesystem based synchronization to avoid this race. llvm-svn: 369930
* Fix a little thinko in generating ___lldb_unnamed_symbol symbols Jim Ingham2018-08-151-0/+26
when we have only an in-memory copy of the binary. Also added a test for the generation of these symbols in the in-memory and regular cases. <rdar://problem/43160401> llvm-svn: 339833
OpenPOWER on IntegriCloud