index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
load_unload
/
TestLoadUnload.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move top level test dirs inlined_breakpoints, load_unload, and embedded_inter...
Johnny Chen
2011-06-27
1
-218
/
+0
*
o lldbtest.py:
Johnny Chen
2011-06-23
1
-0
/
+1
*
Modify the test case related to "target modules search-paths" as it suffers f...
Johnny Chen
2011-05-06
1
-7
/
+11
*
Remove debug statement.
Johnny Chen
2011-05-03
1
-1
/
+1
*
Modify test_image_search_paths(self) to check for the pattern "%s-[^-]*-[^-]*...
Johnny Chen
2011-05-03
1
-0
/
+3
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-2
/
+2
*
Change "breakpoint list" command to default to brief output rather than full ...
Caroline Tice
2011-02-04
1
-2
/
+2
*
Add teardown hook to clear image-search-paths after the test.
Johnny Chen
2011-02-03
1
-0
/
+2
*
Add a test case test_image_search_paths() to test lldb's ability to do image ...
Johnny Chen
2011-02-03
1
-0
/
+35
*
Execute the test case teardown hooks in a LIFO (last in, first out) order.
Johnny Chen
2010-12-14
1
-2
/
+3
*
Added a test case LoadUnloadTestCase.test_dyld_library_path to test launching...
Johnny Chen
2010-12-14
1
-2
/
+57
*
Add a test case test_lldb_process_load_and_unload_commands() for using lldb c...
Johnny Chen
2010-12-06
1
-0
/
+58
*
Really remove the @expectedFailure decorator this time.
Johnny Chen
2010-11-03
1
-1
/
+0
*
Remove the @expectedFailure decorator. The bug rdar://problem/8508987 has be...
Johnny Chen
2010-11-03
1
-1
/
+0
*
Add more bug info.
Johnny Chen
2010-10-20
1
-0
/
+3
*
The StateType representation has been changed. Modify the test cases to acco...
Johnny Chen
2010-10-18
1
-2
/
+2
*
Remove file:lineno from the expected substrings. Matching 'a_function, i.e.,
Johnny Chen
2010-10-04
1
-13
/
+13
*
Added a default build phase at the beginning of test_load_unload() test case.
Johnny Chen
2010-09-03
1
-0
/
+4
*
Changed the test case class names to be noun-like instead of verb-like.
Johnny Chen
2010-09-01
1
-1
/
+1
*
Added a test case test_breakpoint_creation_by_filespec_python() which creates a
Johnny Chen
2010-08-27
1
-1
/
+1
*
Print the verbose output of runCmd()/expect() to stderr instead of stdout.
Johnny Chen
2010-08-20
1
-40
/
+21
*
Added more informational assert message strings.
Johnny Chen
2010-08-19
1
-2
/
+2
*
Factored the "continue" command execution of the inferior process as part of the
Johnny Chen
2010-08-16
1
-4
/
+1
*
Modified the remaining test cases to display more meaningful assert messages.
Johnny Chen
2010-08-09
1
-9
/
+12
*
o Added unittest2 which has added the new features in unittest for Python 2.7
Johnny Chen
2010-08-05
1
-2
/
+2
*
When running a single test case, lldb.SBDebugger.Terminate() is not being called
Johnny Chen
2010-08-05
1
-1
/
+2
*
Fixed typos from cut-and-paste errors.
Johnny Chen
2010-07-27
1
-2
/
+2
*
Test that breakpoint by symbol name works correctly dlopen'ing a dynamic lib.
Johnny Chen
2010-07-07
1
-0
/
+72