1. b220388 by Caroline Tice · 13 years ago
  2. b48239f Add radar info. by Johnny Chen · 13 years ago
  3. 106f9bd Add TestCallStdStringFunction.py which calls std::string member functions while stopped on a breakpoint. by Johnny Chen · 13 years ago
  4. b5fe80c Let's also stick the svn info for the base directory into a file under by Johnny Chen · 13 years ago
  5. 2077f0d Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 13 years ago
  6. 3deea8f Fix a bug in the test case file (doesn't affect the tests.) by Jim Ingham · 13 years ago
  7. 36bff9a Clang makes two breakpoints for some fairly simple lines, not sure why but no need to check for this by Jim Ingham · 13 years ago
  8. 8e62654 Fix bad test case; not all compilers are guaranteed to step into code inlined from the STL header file. by Johnny Chen · 13 years ago
  9. a79a21c Add implementation of built-in function len() for those lldb containers with by Johnny Chen · 13 years ago
  10. f8b6525 Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme. by Johnny Chen · 13 years ago
  11. 87575f9 Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve the general purpose register set. by Johnny Chen · 13 years ago
  12. 30e4850 Test commit from a git-svn-cloned lldb/trunk repository. by Johnny Chen · 13 years ago
  13. bbc18b6 When trying to print out the function name corresponding to the frame, if the function obj by Johnny Chen · 13 years ago
  14. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  15. b656f4e Cleaned up the expected substring for output from the stop-hook mechanism. by Johnny Chen · 13 years ago
  16. abb3b2d Add two utility functions: by Johnny Chen · 13 years ago
  17. fd1175c Add more docstrings for get_GPRs(frame), getFPRs(frame), and get_ESRs(frame). by Johnny Chen · 13 years ago
  18. c773060 More string matching criterion. by Johnny Chen · 13 years ago
  19. 9400432 Add TestObjCTypeQueryFromOtherCompileUnit.py to test that when stopped in the 'main.c' by Johnny Chen · 13 years ago
  20. 728255b Add a utility function get_registers(frame, kind) to get the registers of a given frame and of a given kind. by Johnny Chen · 13 years ago
  21. 3d50a54 Add TestExprs2.py for recent check-ins related to the 'expression' subsystem. by Johnny Chen · 13 years ago
  22. 2ba5ef6 Add a test case test_process_info_with_no_arg(self) to 'class PlatformCommandTestCase' by Johnny Chen · 13 years ago
  23. b299877 Fix docstring. by Johnny Chen · 13 years ago
  24. 185e2c1 Add test scenario to verify 'eax' register is available when launching the i386 slice by Johnny Chen · 13 years ago
  25. 9157f5d Modify the test case related to "target modules search-paths" as it suffers from code rotting. by Johnny Chen · 13 years ago
  26. ac91027 Add an API test script file for SBCommandInterpreter. by Johnny Chen · 13 years ago
  27. 04427e1 Fix wrong test method name due to cut-and-paste. by Johnny Chen · 13 years ago
  28. ab2f066 For a test with unexpected success status, we also dump its session info into a unique file. by Johnny Chen · 13 years ago
  29. d4a094e Comment. by Johnny Chen · 13 years ago
  30. dedf087 Add comment for self.child_in_script_interpreter. by Johnny Chen · 13 years ago
  31. 058a24d Use standard lldb enum -- lldb.eStopReasonBreakpoint. by Johnny Chen · 13 years ago
  32. 311b1d6 Change the process iteration pattern to a more concise: by Johnny Chen · 13 years ago
  33. 3a4622e Add a test script for verifying that the convenience variables: by Johnny Chen · 13 years ago
  34. 930fbb8 Use '-f c' to print each element of a string as a char. by Johnny Chen · 13 years ago
  35. 1acbdc0 Forgot to check in this change with r130811. by Johnny Chen · 13 years ago
  36. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  37. cf60768 Make the negative test more robust in light of more than one lldb prompts being emitted by Johnny Chen · 13 years ago
  38. 2ec2922 Add comments about 'image' being an alias for 'target modules'. by Johnny Chen · 13 years ago
  39. 7e0dbcf Update the golden output strings to match against after the recent change. by Johnny Chen · 13 years ago
  40. 13f96c3 Remove debug statement. by Johnny Chen · 13 years ago
  41. c4ca1b3 Use a more gentle way of shutting down the child process spawned during the test execution using pexpect. by Johnny Chen · 13 years ago
  42. 2edbaa2 Modify test_image_search_paths(self) to check for the pattern "%s-[^-]*-[^-]*" % self.getArchitecture() by Johnny Chen · 13 years ago
  43. ec80b9d Rename TestStopHook.py to the more appropriate TestStopHookMechanism.py, and update the docstrings. by Johnny Chen · 13 years ago
  44. c8ef3d9 Modified to exercise the 'target stop-hook add/disable/enable/delete/list' commands. by Johnny Chen · 13 years ago
  45. 22ae967 A more robust pexpect-based test case for testing against the firing of stop hooks. by Johnny Chen · 13 years ago
  46. dc1d43a Add a test case to exercise the 'target stop-hook add' command without relying on pexpect by Johnny Chen · 13 years ago
  47. 7616cb9 Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a test case to take advantage of 'ths_module == that_module'. by Johnny Chen · 13 years ago
  48. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  49. 3a3d659 Add the Python rich comparison methods for SBBreakpoint, where GetID() returns by Johnny Chen · 13 years ago
  50. d643c08 Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that by Johnny Chen · 13 years ago
  51. 1409780 Move the iteration protocol of lldb objects to the auto-generated lldb Python module. by Johnny Chen · 13 years ago
  52. 8229390 Add a utility function smart_iter() which has knowledge of the getsize and the getelem by Johnny Chen · 13 years ago
  53. 7f591d9 Use new string formatting operations in assert messages to simplify things. by Johnny Chen · 13 years ago
  54. 67f51bb Add another test case for lldb_iter(), this time using SBTarget to get at its SBBreakpoint containees. by Johnny Chen · 13 years ago
  55. 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  56. f25364b Add a test case for lldbutil.lldb_iter() which returns an iterator object by Johnny Chen · 13 years ago
  57. f2c7b28 Docstring. by Johnny Chen · 13 years ago
  58. efdc26a Docstring. by Johnny Chen · 13 years ago
  59. 8a3b54e Update comment. by Johnny Chen · 13 years ago
  60. 979cb5d Docstring changees. by Johnny Chen · 13 years ago
  61. eee9b86 Simplify the parsing of ARCH and Compiler specs. by Johnny Chen · 13 years ago
  62. 318aaa0 For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  63. e428d33 Move two functions around. by Johnny Chen · 13 years ago
  64. bdc36bd Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 13 years ago
  65. 1220eac Fix test failure for '-A i386'. by Johnny Chen · 13 years ago
  66. 0b44a0e Update startstr argument of self.expect() to "a.out`sum(int, int)" to respond to recent change. by Johnny Chen · 13 years ago
  67. eda9065 Convert the rest of the test suite to use the lldbutil.get_description() utility function. by Johnny Chen · 13 years ago
  68. bc1a93e Add a simple utility function get_description(lldb_obj, option=None) to lldbutil.py by Johnny Chen · 13 years ago
  69. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  70. e78d2b6 Add test cases for the SBTarget.GetDescription() API which takes an extra lldb::DescriptionLevel enum. by Johnny Chen · 13 years ago
  71. f854c51 We are only interested in logging the child's output to sys.stdout. by Johnny Chen · 13 years ago
  72. ebf1587 Fix comment. by Johnny Chen · 13 years ago
  73. 00b8112 Make test_connect_remote() more robust by waiting on the server ready message by Johnny Chen · 13 years ago
  74. d938c00 Fix a typo. by Johnny Chen · 13 years ago
  75. f0a0a71 Remove old emulation test data files. by Caroline Tice · 13 years ago
  76. 2c11caa by Caroline Tice · 13 years ago
  77. f3a8f39 by Caroline Tice · 13 years ago
  78. cafc3c6 Make the test case more robust by installing a teardown hook to kill the inferior by Johnny Chen · 13 years ago
  79. 2e92229 Conditionalize the self.expect("dis -f", ...) test scenario to check on Intel disassembly by Johnny Chen · 13 years ago
  80. 281aed3 Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py by Johnny Chen · 13 years ago
  81. 26d132f Hopefully fix the last fallout of 'commands' to 'command' change. by Johnny Chen · 13 years ago
  82. a2486f2 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  83. 09008d0 Use self.TraceOn() API to decide whether to print debug output. by Johnny Chen · 13 years ago
  84. 9e4c3d7 Fixed some more 'commands' to 'command' change. by Johnny Chen · 13 years ago
  85. 4ff200e Replace 'commands' with 'command', and update to the latest prompt. by Johnny Chen · 13 years ago
  86. bd81ebe Use self.TraceOn() API. by Johnny Chen · 13 years ago
  87. ff81248 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  88. 44134ae Fix wrong comment. by Johnny Chen · 13 years ago
  89. da414c3 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  90. 36961a4 Add a simple test scenario for 'command regex' invocation and subsequent use. by Johnny Chen · 13 years ago
  91. a82853d Add a test scenario for 'source list -b' which shows the line table locations from by Johnny Chen · 13 years ago
  92. 6b8d3b5 by Caroline Tice · 13 years ago
  93. edce677 Rename test/threads to python_api/lldbutil; it uses lldbutil functions to print stack traces. by Johnny Chen · 13 years ago
  94. df18b15 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  95. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 13 years ago
  96. 512cc33 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  97. 244a86b Converted to use SBProcess.LaunchSimple(). And use self.TraceOn() API. by Johnny Chen · 13 years ago
  98. eb60e1f Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  99. b015c21 Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  100. ed97643 Use self.TraceOn() API. by Johnny Chen · 13 years ago