1. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  2. 1ec27e8 Add an expression command: by Johnny Chen · 14 years ago
  3. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  4. 0633400 Updated comment. by Johnny Chen · 14 years ago
  5. cf660db Fix one of the golden output of "frame variable -t *self" to be: by Johnny Chen · 14 years ago
  6. fd570ba Added a test for finding the correct values for ivars when a property causes the ivar offsets by Jim Ingham · 14 years ago
  7. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  8. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
  9. 4d426c6 Modify the TestObjCMethods2.py test to fix a typo (should be str_id, not id). by Johnny Chen · 14 years ago
  10. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
  11. 0bbe13a Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table by Johnny Chen · 14 years ago
  12. f9954b5 The do_simple_disasm() also needs to be modified to accommodate the recent changes by Johnny Chen · 14 years ago
  13. 61a000d Add expect matching patterns for some self.expect() statements. by Johnny Chen · 14 years ago
  14. 265da22 Add TestObjCMethods2.py to exercise more expression command sequences with objc. by Johnny Chen · 14 years ago
  15. e6eb972 Minor comment string change. by Johnny Chen · 14 years ago
  16. 726cbce More descriptive comment string. by Johnny Chen · 14 years ago
  17. 3ab6cf0 Modify Test_Selector's comment string, too. by Johnny Chen · 14 years ago
  18. 4f1ef9d Disambiguate the comment strings in order to be used from the .py test file. by Johnny Chen · 14 years ago
  19. e54840c Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory. by Johnny Chen · 14 years ago
  20. 6e5d9e0 Added more test case functions to cover more objective C functionality. by Greg Clayton · 14 years ago
  21. 0d037c9 Remove @skip decorators for fixed crashes. by Johnny Chen · 14 years ago
  22. a707b02 Skipped two test cases due to seg fault while hadnling command: by Johnny Chen · 14 years ago
  23. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  24. 9b557e5 Fixed the initWithNSString: function to properly initialize self. by Greg Clayton · 14 years ago
  25. 710dfe0 Run commands 'expression self->str' and 'expression self->date'. by Johnny Chen · 14 years ago
  26. 917b09a Added a simple test for: by Johnny Chen · 14 years ago
  27. 61c1b8b The r117616 check in broken these two test cases: by Johnny Chen · 14 years ago
  28. 43eefce Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression') by Johnny Chen · 14 years ago
  29. 895c2c5 Remove the @expectedFailure decorators, as rdar://problem/8542091 is supposed to be fixed. by Johnny Chen · 14 years ago
  30. e33ea6b Remove the @skip("Skip due to deadlock?") decorators. Change the command to by Johnny Chen · 14 years ago
  31. 84a6d6f This is an initial version of test driver enhanceent to be able to dump the by Johnny Chen · 14 years ago
  32. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  33. c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
  34. f8c0af3 Forgor to also check in this change with r116337. by Johnny Chen · 14 years ago
  35. ee52fa2 Update the @expectedFailure decorator with additional bug info: by Johnny Chen · 14 years ago
  36. 018236c The 'regexp-break' command now prints out the command that results from by Johnny Chen · 14 years ago
  37. 5349ee2 Make the test module with unique name instead of just the generic name TestDisassembly. by Johnny Chen · 14 years ago
  38. 0ac2b92 Filename renamings. by Johnny Chen · 14 years ago
  39. 54e1ea4 Do 'disassemble -s start_addr -e end_addr' on stdc++ library function entries. by Johnny Chen · 14 years ago
  40. 609fb48 Use a more robust regexp to search for the 'Code' symbol. Plus compile the by Johnny Chen · 14 years ago
  41. a77534e I committed too fast. Both "struct objc_selector *" and "SEL" are possible, by Johnny Chen · 14 years ago
  42. 56bdc28 Updated the expected match string when stopped on an objc instance method from: by Johnny Chen · 14 years ago
  43. a20392f Commented out two debug prints. by Johnny Chen · 14 years ago
  44. 4199819 o Added a new feature to the test framework to skip long running tests conditionally. by Johnny Chen · 14 years ago
  45. c3bfbd1 Add a simple test for the lldb 'disassemble' command. The initial version just by Johnny Chen · 14 years ago
  46. 594a381 Test new feature with r115115: by Johnny Chen · 14 years ago
  47. 0bebf9a Updated the comment section for running 'expr self->string' and 'expr self->date'. by Johnny Chen · 14 years ago
  48. 7d08aae Added two @expectedFailure decorators for test_data_type_and_expr_with_dsym() and by Johnny Chen · 14 years ago
  49. 93d576d Updated to reflect the updated tot r115023. Will be filing a bug next. by Johnny Chen · 14 years ago
  50. 9c504f2 Removed the @expectedFailure decorators; it was fixed with r114258. by Johnny Chen · 14 years ago
  51. ee975b8 Fixed a typo and supplied a more appropriate assert message. by Johnny Chen · 14 years ago
  52. 9792f8e Added test cases to FoundationTestCase to exercise lookup of objc data types and by Johnny Chen · 14 years ago
  53. 5b07b25 Changed test case method names. by Johnny Chen · 14 years ago
  54. 321301d Added extra test scenarios to break on a selector with: by Johnny Chen · 14 years ago
  55. cc7c097 Fixed wrong doc strings from cut-and-paste. by Johnny Chen · 14 years ago
  56. ee26359 Added a simple test case to set breakpoints on objc class/instance methods. by Johnny Chen · 14 years ago
  57. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  58. e310624 Added an objective C test case. by Greg Clayton · 14 years ago