- Oct 05, 2010
-
-
Johnny Chen authored
llvm-svn: 115579
-
Johnny Chen authored
llvm-svn: 115574
-
- Oct 04, 2010
-
-
Johnny Chen authored
the stdc++ library module. Right now, it doesn't do any disassembly at all. It merely locates the stdc++ library. Also tests the SBProcess object description and verifies it is in a 'Stopped' state. llvm-svn: 115536
-
Johnny Chen authored
the {function.name}, is sufficient for this test case. Plus added @expectedfailure decorator for a filed bug. llvm-svn: 115517
-
Johnny Chen authored
${module.file.basename}{`${function.name}, is sufficient for this test case. llvm-svn: 115514
-
Johnny Chen authored
Remove file:lineno from the expected substrings. llvm-svn: 115512
-
- Oct 02, 2010
-
-
Johnny Chen authored
have now all passed. rdar://problem/8502549 and rdar://problem/8493023 are fixed llvm-svn: 115399
-
Johnny Chen authored
regexp once and use it within the for loop for some speedup. llvm-svn: 115397
-
Johnny Chen authored
depending on the compiler used. Former if gcc/llvm-gcc, and latter if clang. llvm-svn: 115380
-
Johnny Chen authored
ARG: (struct objc_selector *) _cmd to ARG: (SEL) _cmd The change most likely resulted from an update from the llvm tot with a newer clang. llvm-svn: 115372
-
Johnny Chen authored
llvm-svn: 115369
-
Johnny Chen authored
To not skip long running tests, pass '-l' to the test driver (dotest.py). An example: @unittest2.skipIf(TestBase.skipLongRunningTest(), "Skip this long running test") def test_foundation_disasm(self): ... o Added a long running disassemble test to the foundation directory, which iterates the code symbols from Foundation.framework and kicks off a disassemble command for for the named function symbol. Found a crasher: rdar://problem/8504895. o Plus added/updated some comments for the TestBase class. llvm-svn: 115368
-
- Oct 01, 2010
-
-
Johnny Chen authored
Also, the break by location needs to be modified after changees made to the main.cpp source code. llvm-svn: 115320
-
Johnny Chen authored
llvm-svn: 115317
-
Johnny Chen authored
llvm-svn: 115316
-
Greg Clayton authored
operators. llvm-svn: 115290
-
Johnny Chen authored
sets some breakpoints and invokes 'disassemble' when the breakpoint hits, which just disassembles the bytes in the current function, i.e., frame #0's function. llvm-svn: 115249
-
Johnny Chen authored
# rdar://problem/8493023 # test/types failures for Test*TypesExpr.py: element offset computed wrong and sign error? Two failures remain for test_short* test cases. llvm-svn: 115229
-
Johnny Chen authored
llvm-svn: 115216
-
- Sep 30, 2010
-
-
Johnny Chen authored
llvm-svn: 115202
-
Johnny Chen authored
Add "-o" option to "expression" which prints the object description if available. llvm-svn: 115182
-
Johnny Chen authored
friendly CC and ARCH, instead. llvm-svn: 115169
-
Johnny Chen authored
llvm-svn: 115167
-
Johnny Chen authored
llvm-svn: 115166
-
Johnny Chen authored
llvm-svn: 115150
-
Johnny Chen authored
it inside Makefile.rules to return clang++ on clang and llvm-g++ on llvm-gcc. Removed CPLUSPLUSFLAGS which is simply wrong and CPPFLAGS which is unnecessary. llvm-svn: 115125
-
- Sep 29, 2010
-
-
Johnny Chen authored
llvm-svn: 115075
-
Johnny Chen authored
the Python runtime take over in case there isn't a match. llvm-svn: 115073
-
Johnny Chen authored
groks the data type of the variable. llvm-svn: 115070
-
Johnny Chen authored
# rdar://problem/8493023 # test/types failures for Test*TypesExpr.py: element offset computed wrong? llvm-svn: 115065
-
Johnny Chen authored
llvm-svn: 115063
-
Johnny Chen authored
llvm-svn: 115055
-
Johnny Chen authored
The failures are similar in nature to the radar already filed: # rdar://problem/8492646 # test/foundation fails after updating to tot r115023 # self->str displays nothing as output llvm-svn: 115052
-
Johnny Chen authored
test_data_type_and_expr_with_dwarf(). rdar://problem/8492646 test/foundation fails after updating to tot r115023: self->str displays nothing as output llvm-svn: 115050
-
Johnny Chen authored
llvm-svn: 115046
-
Johnny Chen authored
Also chnaged the expected string for 'frame variable this' from '(class C *const) this =' to 'C *const) this =' for the time being, while investigating the different output for tot r115023. runCmd: frame variable this output: (struct C *const) this = 0x0000000100000c2e llvm-svn: 115042
-
Johnny Chen authored
llvm-svn: 115000
-
- Sep 28, 2010
-
-
Johnny Chen authored
command on the various basic types, similar to TestIntegerTypes.py and TestFloatTypes.py, which exercise 'frame variable' on the various basic types. Right now, they don't employ the self.expect() facility to compare against the golden output. They just invoke the self.runCmd() method to run the 'expr' command. Decorated the two classes with @unittest2.skip decorators for the time being. llvm-svn: 114987
-
Johnny Chen authored
llvm-svn: 114970
-
Johnny Chen authored
llvm-svn: 114927
-