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