1. 1439142 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  2. 2016d3d Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  3. 7bafa91 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  4. 75be616 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  5. 83626d4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  6. 4b6630e Fix an obvious cut-and-paste error. by Johnny Chen · 14 years ago
  7. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  8. f8c0af3 Forgor to also check in this change with r116337. by Johnny Chen · 14 years ago
  9. ee52fa2 Update the @expectedFailure decorator with additional bug info: by Johnny Chen · 14 years ago
  10. 018236c The 'regexp-break' command now prints out the command that results from by Johnny Chen · 14 years ago
  11. 7972335 Update comments. by Johnny Chen · 14 years ago
  12. 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  13. 1490600 Add a utility function to lldbtest.py to return the line number of a matched string by Johnny Chen · 14 years ago
  14. 548aefd Added the capability for the test driver to relocate the tests and the intermediate by Johnny Chen · 14 years ago
  15. 46be75d Help text modification. by Johnny Chen · 14 years ago
  16. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  17. 4d72c74 Simplify the generator adaptor to a Python function instead of a class definition, by Johnny Chen · 14 years ago
  18. 164bf88 Add a generator adaptor class named 'Iterator' which turns lldb aggregate data by Johnny Chen · 14 years ago
  19. 54d099e Update do_conditional_break() method impl to use all lldb Python APIs. by Johnny Chen · 14 years ago
  20. 584f9da Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 14 years ago
  21. 8a73f5e Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 14 years ago
  22. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  23. dee3047 Pass '-f' option to rm command so that it won't report an error if the file to by Johnny Chen · 14 years ago
  24. 160baed The expected term-width output string should be put within a list, not as a list of characters. by Johnny Chen · 14 years ago
  25. be683bc Move the enum to string utility functions from lldbtest.py to lldbuti.py and by Johnny Chen · 14 years ago
  26. b51d87d Add a test case which uses the SBProcess and SBThread APIs to iterate through by Johnny Chen · 14 years ago
  27. 30425e9 Add a keyword argument string_buffer (with a default value of False) to the by Johnny Chen · 14 years ago
  28. e479abb Minor cleanup with added comment. by Johnny Chen · 14 years ago
  29. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  30. c890433 Updated expected match strings because the print representations of SBProcess, SBThread, SBBreakpoint, and SBFrame have changed. by Johnny Chen · 14 years ago
  31. f11f705 Use the updated process launch API. by Johnny Chen · 14 years ago
  32. ce2212c Fix logic error of the option processing loop. by Johnny Chen · 14 years ago
  33. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  34. b62436b Enhance the test driver with a '-f filterspec' option to specify the by Johnny Chen · 14 years ago
  35. ea86392 Remove the @expectedFailure decorator since the SBTarget.LaunchProcess() race by Johnny Chen · 14 years ago
  36. 57c5709 Use the SBTarget process launch API for api testings. by Johnny Chen · 14 years ago
  37. 6e81fa3 Change the regular expression used to grok the data type associated the output of by Johnny Chen · 14 years ago
  38. 385c39b Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 14 years ago
  39. a4274f1 Modification of the expected start strings for simple 'expr' output involving persistent variables. by Johnny Chen · 14 years ago
  40. 0573742 Modification of the expected pattern for 'expr this->m_c_int' output. by Johnny Chen · 14 years ago
  41. 780f577 Modification of the expected substrings for the print representations of SBProcess and SBThread. by Johnny Chen · 14 years ago
  42. be95581 Modified to accomodate gcc, llvm-gcc, and clang as compilers. by Johnny Chen · 14 years ago
  43. 10cd823 Add a test class to call lldb 'disassemble -n function' command on each call frame when stopped on C's ctor. by Johnny Chen · 14 years ago
  44. 5349ee2 Make the test module with unique name instead of just the generic name TestDisassembly. by Johnny Chen · 14 years ago
  45. 0ac2b92 Filename renamings. by Johnny Chen · 14 years ago
  46. 0cae7e2 Move two files to the 'attic'. by Johnny Chen · 14 years ago
  47. 54e1ea4 Do 'disassemble -s start_addr -e end_addr' on stdc++ library function entries. by Johnny Chen · 14 years ago
  48. 90d73bc Initial version of a test case meant to disassemble each and every function from by Johnny Chen · 14 years ago
  49. 14df3d4 Remove file:lineno from the expected substrings. Matching 'a_function, i.e., by Johnny Chen · 14 years ago
  50. 7e3449d Remove file:lineno from the expected substrings. Matching 'a.out`string_not_empty', i.e., by Johnny Chen · 14 years ago
  51. 2b4b9ad The 'thread list' command no longer displays the file:lineno after the recent check-in. by Johnny Chen · 14 years ago
  52. bf76c96 Remove the @skip() and @expectedFaiure decorators, the previously affected tests by Johnny Chen · 14 years ago
  53. 609fb48 Use a more robust regexp to search for the 'Code' symbol. Plus compile the by Johnny Chen · 14 years ago
  54. a77534e I committed too fast. Both "struct objc_selector *" and "SEL" are possible, by Johnny Chen · 14 years ago
  55. 56bdc28 Updated the expected match string when stopped on an objc instance method from: by Johnny Chen · 14 years ago
  56. a20392f Commented out two debug prints. by Johnny Chen · 14 years ago
  57. 4199819 o Added a new feature to the test framework to skip long running tests conditionally. by Johnny Chen · 14 years ago
  58. 91de129 Only skip the test cases which are currently crashing, instead of the whole class. by Johnny Chen · 14 years ago
  59. e9048a2 Added bug number to the @skip decorator. by Johnny Chen · 14 years ago
  60. 677a86b These currently crash (from running 'expr' command). Disable the entire class for the time being. by Johnny Chen · 14 years ago
  61. 90e325d Added correct C++ method declarations for destructors and for conversion by Greg Clayton · 14 years ago
  62. c3bfbd1 Add a simple test for the lldb 'disassemble' command. The initial version just by Johnny Chen · 14 years ago
  63. 64db587 Updated to remove most of the @expectedFailure decorators for: by Johnny Chen · 14 years ago
  64. c8f5e40 Modification required to test clang, gcc, and llvm-gcc. by Johnny Chen · 14 years ago
  65. 94f21c0 Add a more complex test scenario for breakpoint locations, with breakpoint enable/disable. by Johnny Chen · 14 years ago
  66. 594a381 Test new feature with r115115: by Johnny Chen · 14 years ago
  67. 18a921f Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make by Johnny Chen · 14 years ago
  68. cc03f68 These prints should go to stderr as well. Plus add a global assert string. by Johnny Chen · 14 years ago
  69. 72afa8d These prints should go to stderr as well. Plus add a global assert string. by Johnny Chen · 14 years ago
  70. 0e0491a Add extra value string to self.expect(). by Johnny Chen · 14 years ago
  71. ffd5229 Added a utility function to return the counterpart C++ compiler of $(CC) and use by Johnny Chen · 14 years ago
  72. cdf1513 Simple refactoring. by Johnny Chen · 14 years ago
  73. 5fed90a Wrapped the regexp grokking of data type within a try:expect: instead of letting by Johnny Chen · 14 years ago
  74. 5a3a3d9 Added an example 'frame variable' output to demonstrate how the generic_type_tester by Johnny Chen · 14 years ago
  75. 16939ab Added @expectedFailure decorators for test suite failures: by Johnny Chen · 14 years ago
  76. bbeb60e Turn on generic type tester for expression parser; preparing to file bugs. by Johnny Chen · 14 years ago
  77. 9507ca1 Removed the two @skip class decorators. The assert failures have been fixed. by Johnny Chen · 14 years ago
  78. 0bebf9a Updated the comment section for running 'expr self->string' and 'expr self->date'. by Johnny Chen · 14 years ago
  79. 7d08aae Added two @expectedFailure decorators for test_data_type_and_expr_with_dsym() and by Johnny Chen · 14 years ago
  80. 93d576d Updated to reflect the updated tot r115023. Will be filing a bug next. by Johnny Chen · 14 years ago
  81. af25e19 Removed the two @expectedFailure decorators for expression parser, they have been fixed. by Johnny Chen · 14 years ago
  82. 605e916 Removed the @expectedFailure decorator from test_persistent_variables(). by Johnny Chen · 14 years ago
  83. b6c15f5 Added TestIntegerTypesExpr.py and TestFloatTypesExpr.py which exercise 'expr' by Johnny Chen · 14 years ago
  84. 22faf18 Sanity check the print representations of SBThread, SBFrame, and SBValue. by Johnny Chen · 14 years ago
  85. 560a77c Trivial assert message modification. by Johnny Chen · 14 years ago
  86. 51a9e00 Use a better name for the abstract base class which contains the generic_type_tester() by Johnny Chen · 14 years ago
  87. 7c52ff1 Added "float" and "double" to types/TestBasicTypes.py. Abstracted the generic by Johnny Chen · 14 years ago
  88. 8caee98 Modified doc string. by Johnny Chen · 14 years ago
  89. 044bc36 Added @expectedFailure decorator for the "long long" and "unsigned long long" by Johnny Chen · 14 years ago
  90. 8ba13e6 Added "long long" and "unsigned long long" to the TestBasicTypes.py. by Johnny Chen · 14 years ago
  91. 0a39c7d Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. by Johnny Chen · 14 years ago
  92. 55e1632 Commented out a debug stmt. by Johnny Chen · 14 years ago
  93. 4ec9785 Added 'char'/'unsigned char'/'short'/'unsigned short' to the test suite. by Johnny Chen · 14 years ago
  94. 40fc10f Added comments about the usage of int(string, 0) and long(string, 0) which pass by Johnny Chen · 14 years ago
  95. 757396a Added two new .cpp files to be tested via TestBasicTypes.py for correct display by Johnny Chen · 14 years ago
  96. f353183 Made 'frame variable' printing of unsigned types more readable, like gdb. by Johnny Chen · 14 years ago
  97. 091bb1d Added a generic_type_tester() to the TestBasicTypes class to be used for by Johnny Chen · 14 years ago
  98. 832ad6e Fixed a typo in member name; should be m_b, not b_a. by Johnny Chen · 14 years ago
  99. 397636e Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. by Johnny Chen · 14 years ago
  100. 84495e1 Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. by Johnny Chen · 14 years ago