- Aug 08, 2012
-
-
Filipe Cabecinhas authored
llvm-svn: 161492
-
rdar://problem/11975483Enrico Granata authored
<rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. llvm-svn: 161467
-
- Aug 07, 2012
-
-
Filipe Cabecinhas authored
llvm-svn: 161419
-
- Aug 01, 2012
-
-
Johnny Chen authored
You run with trace mode by passing '-t' to the test driver. llvm-svn: 161130
-
- Jul 25, 2012
-
-
Filipe Cabecinhas authored
Make git not delete some empty dirs. Otherwise a git checkout would be different from an svn checkout. llvm-svn: 160717
-
- Jul 19, 2012
-
-
Filipe Cabecinhas authored
Make git not delete my_working_dir. Otherwise a git checkout would be different from an svn checkout. llvm-svn: 160506
-
- Jul 18, 2012
-
-
Sean Callanan authored
single element. Also modified our struct test case to test this. llvm-svn: 160449
-
- Jul 13, 2012
-
-
- Jul 12, 2012
-
-
Filipe Cabecinhas authored
path passed with -w Test this functionality. llvm-svn: 160130
-
- Jul 06, 2012
-
-
Filipe Cabecinhas authored
llvm-svn: 159832
-
- Jun 29, 2012
-
-
- Jun 20, 2012
-
-
Filipe Cabecinhas authored
Adds a utility class method to TestBase that checks and removes a temp file. Removed every use of system() to execute rm -f. llvm-svn: 158809
-
- Jun 19, 2012
-
-
Johnny Chen authored
Test suite cleanup: use Python API to remove files as part of cleanup instead of running OS commands. llvm-svn: 158737
-
Johnny Chen authored
lldb confused by single quote in executable path Also add a test case. llvm-svn: 158693
-
- Jun 08, 2012
-
-
Johnny Chen authored
llvm-svn: 158232
-
Filipe Cabecinhas authored
llvm-svn: 158207
-
- Jun 05, 2012
-
-
Johnny Chen authored
Fix confusing error message about "expression did not evaluate to an address" when doing 'watchpoint set expression". Instead of using 0 as the fail_value when invoking ValueObject::GetValueAsUnsigned(), modify the API to take an addition bool pointer (defaults to NULL) to indicate success/failure of value conversion. llvm-svn: 158016
-
Johnny Chen authored
Refactorings of watchpoint creation APIs so that SBTarget::WatchAddress(), SBValue::Watch(), and SBValue::WatchPointee() now take an additional 'SBError &error' parameter (at the end) to contain the reason if there is some failure in the operation. Update 'watchpoint set variable/expression' commands to take advantage of that. Update existing test cases to reflect the API change and add test cases to verify that the SBError mechanism works for SBTarget::WatchAddress() by passing an invalid watch_size. llvm-svn: 157964
-
- May 30, 2012
-
-
Filipe Cabecinhas authored
llvm-svn: 157679
-
Filipe Cabecinhas authored
llvm-svn: 157678
-
Filipe Cabecinhas authored
llvm-svn: 157677
-
Filipe Cabecinhas authored
llvm-svn: 157669
-
- May 29, 2012
-
-
Johnny Chen authored
Do not show the derived registers like "eax", ... for the vanilla "register read" command. Also add a test scenario for that. llvm-svn: 157647
-
Filipe Cabecinhas authored
llvm-svn: 157620
-
- May 28, 2012
-
-
Filipe Cabecinhas authored
llvm-svn: 157562
-
- May 26, 2012
-
-
Johnny Chen authored
Make 'help arch' return the list of supported architectures. Add a convenience method StringList::Join(const char *separator) which is called from the help function for 'arch'. Also add a simple test case. llvm-svn: 157507
-
- May 25, 2012
-
-
Johnny Chen authored
Allow setting conditions inline with breakpoints. Add test cases. llvm-svn: 157497
-
- May 24, 2012
-
-
Johnny Chen authored
Supports the use-case scenario of immediately continuing the process once attached. Add a simple completion test case from "process attach --con" to "process attach --continue ". llvm-svn: 157361
-
Johnny Chen authored
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. Add/modify some test cases. llvm-svn: 157353
-
- May 23, 2012
-
-
Johnny Chen authored
Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. Add default Process::GetWatchpointSupportInfo() impl which returns an error of "not supported". Add "qWatchpointSupportInfo" packet to the gdb communication layer to support this, and modify TestWatchpointCommands.py to test it. llvm-svn: 157345
-
Johnny Chen authored
self.expect("expr -- $ax == (($ah << 8) | $al)", substrs = ['true']) llvm-svn: 157302
-
- May 22, 2012
-
-
Johnny Chen authored
llvm-svn: 157278
-
Johnny Chen authored
Plus fix the test class name as well as wrong directory path. llvm-svn: 157277
-
Johnny Chen authored
./dotest.py No progress bar appears. llvm-svn: 157226
-
Sean Callanan authored
(actually, mainly just hooked up support that was already there). Added a test case, although it's expected to fail right now unless you're using top-of-tree LLVM. llvm-svn: 157220
-
Sean Callanan authored
print string literals. llvm-svn: 157213
-
- May 21, 2012
-
-
Sean Callanan authored
when stopped in a const method. Also updated our testsuite to ensure that JIT is forced in this case. llvm-svn: 157208
-
rdar://problem/11355592Enrico Granata authored
<rdar://problem/11355592> Fixing a bug where we would incorrectly try and determine a dynamic type for a variable of a pointer type that is not a valid generic type for dynamic pointers. llvm-svn: 157190
-