Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TestFunctionStarts.py: add synchronization | Frederic Riss | 2019-08-26 | 1 | -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 Ingham | 2018-08-15 | 1 | -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 |