1. 107052f Next batch of test-tree-cleaning changes by Pavel Labath · 8 years ago
  2. 25727a4 Fix TestBreakpointInGlobalConstructor for Windows by Adrian McCarthy · 8 years ago
  3. f3a9ab0 Fix a couple of more tests to not create files in the source tree by Pavel Labath · 8 years ago
  4. 40207d5 Add the ability to restrict the breakpoint to a module by Jim Ingham · 8 years ago
  5. 0423fca Added lldbutil.run_to_name_breakpoint and use it in one test. by Jim Ingham · 8 years ago
  6. ee2d2bf Add more diagnostics to help diagnose flaky test by Adrian Prantl · 8 years ago
  7. 5ec76fe Compile the LLDB tests out-of-tree. by Adrian Prantl · 8 years ago
  8. 595048f Wrap all references to build artifacts in the LLDB testsuite (NFC) by Adrian Prantl · 8 years ago
  9. a15e7f2 Add a lldbutils routine that gathers up the boiler-plate by Jim Ingham · 8 years ago
  10. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  11. 7e49e3d [test] make expect_state_changes actually expect *only* them by Pavel Labath · 10 years ago
  12. 464f7df fix missing import of 'time' in lldbutil.wait_for_file_on_target by Todd Fiala · 10 years ago
  13. a95e0ef Fixup r265398 by Pavel Labath · 10 years ago
  14. 19fc1d4 [NFC] Cleanup the code used to run shell commands from tests by Tamas Berghammer · 10 years ago
  15. 4407396 Fix some issues with bytes and strings in Python 3. by Zachary Turner · 10 years ago
  16. ec56018 Fix missing function argument passthrough. by Zachary Turner · 10 years ago
  17. 1da094a More fixes related to counting threads on Windows. by Zachary Turner · 10 years ago
  18. 783550b Remove assumptions that thread 0 is always the main thread. by Zachary Turner · 10 years ago
  19. e5c9808 Fix a bug in lldbutil.expect_state_changes by Pavel Labath · 10 years ago
  20. 7723c57 Fix a typo in lldbutil.py by Pavel Labath · 10 years ago
  21. ef4fa44 Fix an issue where all tests marked with skip_if_callable would be skipped regardless of the actual callable by Enrico Granata · 10 years ago
  22. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  23. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  24. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/lldbutil.py]
  25. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  26. cd236b8 Python 3: Convert uses of `callable(x)` to `six.callable(x)`. by Zachary Turner · 10 years ago
  27. 744cd5d Fix usages of range() and xrange() for Python 3. by Zachary Turner · 10 years ago
  28. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  29. 1c4059a Python 3 porting - Wrap returns from map() in list() by Zachary Turner · 10 years ago
  30. 814236d Use six to portably handle module renames in Python 2 and 3 by Zachary Turner · 10 years ago
  31. ff890da Convert print statements to print function calls. by Zachary Turner · 10 years ago
  32. 0b5a6e3 Make libc++ tests skip themselves if libc++ is not actually loaded in the target by Enrico Granata · 10 years ago
  33. 5dcb025 Address flakyness in TestAttachResume by Pavel Labath · 10 years ago
  34. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  35. 5d76b1b Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android. by Chaoren Lin · 10 years ago
  36. 264e542 Check that debugger is valid before enumerating targets. by Chaoren Lin · 10 years ago
  37. f59d0509 Added utility function to get correct signal number from remote platform. by Chaoren Lin · 10 years ago
  38. c4e25c9 Report inferior SIGSEGV as a signal instead of an exception on linux by Pavel Labath · 10 years ago
  39. 055ad9b Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) by Ilia K · 10 years ago
  40. a66c695 Reverting r237460 to fix test failures introduced on OSX & Linux by Vince Harron · 10 years ago
  41. d9f1a78 Add --move-to-nearest-code / target.move-to-nearest-code options by Ilia K · 10 years ago
  42. 3e2bdb4 os.path.join does not always work for paths on remote platforms. by Chaoren Lin · 10 years ago
  43. 6cc0d2f Print the new eStopReasonExec in stop_reason_to_str. by Jim Ingham · 12 years ago
  44. b3d41a2 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 12 years ago
  45. 53c5ddf Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". by Greg Clayton · 13 years ago
  46. c1b2ccf <rdar://problem/12953853> by Greg Clayton · 13 years ago
  47. 43de0f9 Remove a couple of debugging printf's from the testsuite. by Jim Ingham · 13 years ago
  48. 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
  49. 5d261b0 Fix a wrong variable name. by Filipe Cabecinhas · 13 years ago
  50. 81e871e Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 14 years ago
  51. 3239124 Indentation. by Johnny Chen · 14 years ago
  52. 2fc93ea <rdar://problem/10338439> by Greg Clayton · 14 years ago
  53. 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  54. c44e20c Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 14 years ago
  55. c0f53df Modify lldbutil.in_range(symbol, section) to deal with the symbol whose by Johnny Chen · 14 years ago
  56. a32a13d Add a test sequence of iterating through a module's symbols belonging to a section. by Johnny Chen · 14 years ago
  57. 469683e SBWatchpointLocation.GetDescription() takes an additional description level arg. by Johnny Chen · 14 years ago
  58. fe42ac4 Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 14 years ago
  59. 36d7d91 Add an additional formatter class RecursiveDecentFormatter which prints the by Johnny Chen · 14 years ago
  60. efee1cd Fix comment. by Johnny Chen · 14 years ago
  61. 989b7ef Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil.py module by Johnny Chen · 14 years ago
  62. 13ea11a Modify the test script to better handle the different inlining behaviors of by Johnny Chen · 14 years ago
  63. 4cfd07e Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined() and GetFunctionName(). by Johnny Chen · 14 years ago
  64. 0d4f6dd o lldbutil.py: by Johnny Chen · 14 years ago
  65. 5a0bee7 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 14 years ago
  66. 75ec159 Add comment. by Johnny Chen · 14 years ago
  67. 3cd1e55 Convert these two modules to use the compact truth value testing as well. by Johnny Chen · 14 years ago
  68. b411b98 Test commit from a git-svn-cloned lldb/trunk repository. by Johnny Chen · 14 years ago
  69. 52b0ffd9 When trying to print out the function name corresponding to the frame, if the function obj by Johnny Chen · 14 years ago
  70. ad7372c Add two utility functions: by Johnny Chen · 14 years ago
  71. e9e8689 Add more docstrings for get_GPRs(frame), getFPRs(frame), and get_ESRs(frame). by Johnny Chen · 14 years ago
  72. 64ff7e6 Add a utility function get_registers(frame, kind) to get the registers of a given frame and of a given kind. by Johnny Chen · 14 years ago
  73. 2158b97 Fix docstring. by Johnny Chen · 14 years ago
  74. b21c52e Add test scenario to verify 'eax' register is available when launching the i386 slice by Johnny Chen · 14 years ago
  75. ae9639a Change the process iteration pattern to a more concise: by Johnny Chen · 15 years ago
  76. e69c748 Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that by Johnny Chen · 15 years ago
  77. b2e1a5c Add a utility function smart_iter() which has knowledge of the getsize and the getelem by Johnny Chen · 15 years ago
  78. de90f1d Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 15 years ago
  79. 35ec674 Docstring. by Johnny Chen · 15 years ago
  80. 6424b7d Update comment. by Johnny Chen · 15 years ago
  81. 4fdcebd Docstring changees. by Johnny Chen · 15 years ago
  82. d0fef81 For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent. by Johnny Chen · 15 years ago
  83. d369908 Move two functions around. by Johnny Chen · 15 years ago
  84. fc87e2d Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 15 years ago
  85. 90256cd Add a simple utility function get_description(lldb_obj, option=None) to lldbutil.py by Johnny Chen · 15 years ago
  86. 238de9a Add docstring. by Johnny Chen · 15 years ago
  87. 72f51aa Modify some docstrings. by Johnny Chen · 15 years ago
  88. 78a685a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 15 years ago
  89. 90bb905 Minor import statement change. by Johnny Chen · 15 years ago
  90. ac77f3b Turns out that the test failure wrt: by Johnny Chen · 15 years ago
  91. a460316 Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b(). by Johnny Chen · 15 years ago
  92. 930e3ad Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 15 years ago
  93. ed40198 Add TestDisasmAPI.py which exercises the newly added SBFunction/SBSymbol.GetStartAddress(), by Johnny Chen · 15 years ago
  94. d61816b Add TestTargetAPI.py: by Johnny Chen · 15 years ago
  95. 43e587c Clarified the docstrings for int_to_bytearray() and bytearray_to_int(). by Johnny Chen · 15 years ago
  96. 43766d6 Add two utility functions to lldbutil.py: by Johnny Chen · 15 years ago
  97. b340e6b Add more docstring for the lldb_iter() utility function which provides a compact by Johnny Chen · 15 years ago
  98. 87bb589 Add a test for Python API SBValue.GetValueType() inside TestArrayTypes.py for a by Johnny Chen · 15 years ago
  99. 567a045 Only prints out the stop reason if it is not invalid. by Johnny Chen · 15 years ago
  100. 4badfb8 Also prints out the stop reason string for lldbutil.PrintStackTrace(thread). by Johnny Chen · 15 years ago