1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 6a31164 When calling "settings set target.source-map <old-path> <new-path>", make sure that <new-path> exists before accepting it as a remapping. by Greg Clayton · 9 years ago
  3. 79b25d5 Fix typo in TestSourceManager.py by Pavel Labath · 9 years ago
  4. b0b1ea3 Add reverse file remapping for breakpoint set by Tamas Berghammer · 10 years ago
  5. 9a1a294 Move the rest of the tests over to using the new decorator module. by Zachary Turner · 10 years ago
  6. 6089730 Fix TestSourceManager.py on Windows. by Adrian McCarthy · 10 years ago
  7. 742afdb Remove -S option from dotest.py. by Zachary Turner · 10 years ago
  8. 606e3a5 Get rid of global variables in dotest.py by Zachary Turner · 10 years ago
  9. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  10. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  11. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/source-manager/TestSourceManager.py]
  12. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  13. dc8b2d3 Port the python api decorator to use test categories by Pavel Labath · 10 years ago
  14. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  15. 77db4a8 Update every test to import `lldb_shared`. by Zachary Turner · 10 years ago
  16. c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
  17. 05834cd Reversed r238363, because the message is inconsistent by Sean Callanan · 10 years ago
  18. 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
  19. 8f3f7bea During source manager test, write back the file using binary mode. by Zachary Turner · 11 years ago
  20. 9ef307b Make the test runner understand Windows command shell execution. by Zachary Turner · 11 years ago
  21. c694751 Correctly set the working directory when launching processes for both local and remote targets. by Greg Clayton · 12 years ago
  22. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  23. 12ff126 Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias which has now been turned into a regex command that mimics the GDB equivalent. Changed "list" to "source list" to get around this problem. by Greg Clayton · 13 years ago
  24. 874f43c Fix a test failure caused by checkin 165274. by Jim Ingham · 13 years ago
  25. 63dfc72 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 13 years ago
  26. 4f8189b Work in progress for: by Johnny Chen · 14 years ago
  27. 64bab48 rdar://problem/10227672 by Johnny Chen · 14 years ago
  28. 1d3e880 Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 14 years ago
  29. 4ebd019 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 14 years ago
  30. dbee242 Add a test scenario for 'source list -b' which shows the line table locations from by Johnny Chen · 14 years ago
  31. 7426681 Use self.TraceOn() API. by Johnny Chen · 14 years ago
  32. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  33. 10889e6 Modify self.expect() patterns to react to API change for SourceManager.DisplaySourceLinesWithLineNumbers(). by Johnny Chen · 14 years ago
  34. e0ec9ea Add the ability for the test suite to specify a list of compilers and a list of architectures by Johnny Chen · 15 years ago
  35. d762ff1 Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 15 years ago
  36. 6f907e6 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 15 years ago
  37. 68300da Make the test case SourceManagerTestCase.display_source_python stronger by also by Johnny Chen · 15 years ago
  38. f6eaba8 Add test_display_source_python() test case to TestSourceManager.py which uses by Johnny Chen · 15 years ago
  39. de2c8bd Minor docstring change. by Johnny Chen · 15 years ago
  40. 67f73ac Remove unnecessary imports. by Johnny Chen · 15 years ago
  41. 5b3a357 Add a test/source-manager directory for testing lldb core component SourceManager. by Johnny Chen · 15 years ago