summaryrefslogtreecommitdiffstats
path: root/lldb/test/load_unload/TestLoadUnload.py
Commit message (Expand)AuthorAgeFilesLines
* Move top level test dirs inlined_breakpoints, load_unload, and embedded_inter...Johnny Chen2011-06-271-218/+0
* o lldbtest.py:Johnny Chen2011-06-231-0/+1
* Modify the test case related to "target modules search-paths" as it suffers f...Johnny Chen2011-05-061-7/+11
* Remove debug statement.Johnny Chen2011-05-031-1/+1
* Modify test_image_search_paths(self) to check for the pattern "%s-[^-]*-[^-]*...Johnny Chen2011-05-031-0/+3
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-2/+2
* Change "breakpoint list" command to default to brief output rather than full ...Caroline Tice2011-02-041-2/+2
* Add teardown hook to clear image-search-paths after the test.Johnny Chen2011-02-031-0/+2
* Add a test case test_image_search_paths() to test lldb's ability to do image ...Johnny Chen2011-02-031-0/+35
* Execute the test case teardown hooks in a LIFO (last in, first out) order.Johnny Chen2010-12-141-2/+3
* Added a test case LoadUnloadTestCase.test_dyld_library_path to test launching...Johnny Chen2010-12-141-2/+57
* Add a test case test_lldb_process_load_and_unload_commands() for using lldb c...Johnny Chen2010-12-061-0/+58
* Really remove the @expectedFailure decorator this time.Johnny Chen2010-11-031-1/+0
* Remove the @expectedFailure decorator. The bug rdar://problem/8508987 has be...Johnny Chen2010-11-031-1/+0
* Add more bug info.Johnny Chen2010-10-201-0/+3
* The StateType representation has been changed. Modify the test cases to acco...Johnny Chen2010-10-181-2/+2
* Remove file:lineno from the expected substrings. Matching 'a_function, i.e.,Johnny Chen2010-10-041-13/+13
* Added a default build phase at the beginning of test_load_unload() test case.Johnny Chen2010-09-031-0/+4
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
* Added a test case test_breakpoint_creation_by_filespec_python() which creates aJohnny Chen2010-08-271-1/+1
* Print the verbose output of runCmd()/expect() to stderr instead of stdout.Johnny Chen2010-08-201-40/+21
* Added more informational assert message strings.Johnny Chen2010-08-191-2/+2
* Factored the "continue" command execution of the inferior process as part of theJohnny Chen2010-08-161-4/+1
* Modified the remaining test cases to display more meaningful assert messages.Johnny Chen2010-08-091-9/+12
* o Added unittest2 which has added the new features in unittest for Python 2.7Johnny Chen2010-08-051-2/+2
* When running a single test case, lldb.SBDebugger.Terminate() is not being calledJohnny Chen2010-08-051-1/+2
* Fixed typos from cut-and-paste errors.Johnny Chen2010-07-271-2/+2
* Test that breakpoint by symbol name works correctly dlopen'ing a dynamic lib.Johnny Chen2010-07-071-0/+72
OpenPOWER on IntegriCloud