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