1. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  2. cf60768 Make the negative test more robust in light of more than one lldb prompts being emitted by Johnny Chen · 13 years ago
  3. 2ec2922 Add comments about 'image' being an alias for 'target modules'. by Johnny Chen · 13 years ago
  4. 7e0dbcf Update the golden output strings to match against after the recent change. by Johnny Chen · 13 years ago
  5. 13f96c3 Remove debug statement. by Johnny Chen · 13 years ago
  6. 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
  7. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  8. 6af65cb by Caroline Tice · 13 years ago
  9. f147af7 by Caroline Tice · 13 years ago
  10. 388ca8f by Caroline Tice · 13 years ago
  11. 2edbaa2 Modify test_image_search_paths(self) to check for the pattern "%s-[^-]*-[^-]*" % self.getArchitecture() by Johnny Chen · 13 years ago
  12. ec80b9d Rename TestStopHook.py to the more appropriate TestStopHookMechanism.py, and update the docstrings. by Johnny Chen · 13 years ago
  13. c8ef3d9 Modified to exercise the 'target stop-hook add/disable/enable/delete/list' commands. by Johnny Chen · 13 years ago
  14. 22ae967 A more robust pexpect-based test case for testing against the firing of stop hooks. by Johnny Chen · 13 years ago
  15. dc1d43a Add a test case to exercise the 'target stop-hook add' command without relying on pexpect by Johnny Chen · 13 years ago
  16. 4495390 The 'target stop-hook add' command is missing the stop hook added message for one-liner. by Johnny Chen · 13 years ago
  17. 60fe60e Add a one-liner option, for example, "-o 'expr ptr'", to the 'target stop-hook add' command. by Johnny Chen · 13 years ago
  18. a6297a7 by Caroline Tice · 13 years ago
  19. 11513e8 Added a "--triple [<width>]" ("-t<width>" as a short option) option to the by Greg Clayton · 13 years ago
  20. 4a34808 by Caroline Tice · 13 years ago
  21. 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
  22. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  23. 6ea16c7 Fix a typo in comment. by Johnny Chen · 13 years ago
  24. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  25. 3063c95 Added the start of the CFI row production using the emulate instruction classes. by Greg Clayton · 13 years ago
  26. 22e418a Update comments. by Johnny Chen · 13 years ago
  27. a2f86e8 Fix a bug introduced in my previous checkin, where the state was not properly by Johnny Chen · 13 years ago
  28. 3a3d659 Add the Python rich comparison methods for SBBreakpoint, where GetID() returns by Johnny Chen · 13 years ago
  29. c622005 Fix a typo. by Johnny Chen · 13 years ago
  30. a3cd947 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  31. 5949d28 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  32. d643c08 Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that by Johnny Chen · 13 years ago
  33. 1409780 Move the iteration protocol of lldb objects to the auto-generated lldb Python module. by Johnny Chen · 13 years ago
  34. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  35. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  36. 8229390 Add a utility function smart_iter() which has knowledge of the getsize and the getelem by Johnny Chen · 13 years ago
  37. 7f591d9 Use new string formatting operations in assert messages to simplify things. by Johnny Chen · 13 years ago
  38. 67f51bb Add another test case for lldb_iter(), this time using SBTarget to get at its SBBreakpoint containees. by Johnny Chen · 13 years ago
  39. 0400230 Removing Greg's working directory & startup arguments from the shared lldb-tool scheme. by Jim Ingham · 13 years ago
  40. 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  41. f25364b Add a test case for lldbutil.lldb_iter() which returns an iterator object by Johnny Chen · 13 years ago
  42. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 13 years ago
  43. f2c7b28 Docstring. by Johnny Chen · 13 years ago
  44. efdc26a Docstring. by Johnny Chen · 13 years ago
  45. 8a3b54e Update comment. by Johnny Chen · 13 years ago
  46. 979cb5d Docstring changees. by Johnny Chen · 13 years ago
  47. eee9b86 Simplify the parsing of ARCH and Compiler specs. by Johnny Chen · 13 years ago
  48. 1d29a85 Modify EmulateInstructionARM::SetArchitecture() to treat "arm" and "thumb" as wild card architectures by Johnny Chen · 13 years ago
  49. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  50. 318aaa0 For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  51. a2cffd3 by Caroline Tice · 13 years ago
  52. e428d33 Move two functions around. by Johnny Chen · 13 years ago
  53. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 13 years ago
  54. 9a1941b Even more renaming. by Greg Clayton · 13 years ago
  55. f6e287a More moving things around for the unwind plan and assembly unwind plug-ins. by Greg Clayton · 13 years ago
  56. bdc36bd Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 13 years ago
  57. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 13 years ago
  58. 1220eac Fix test failure for '-A i386'. by Johnny Chen · 13 years ago
  59. 0b44a0e Update startstr argument of self.expect() to "a.out`sum(int, int)" to respond to recent change. by Johnny Chen · 13 years ago
  60. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  61. eda9065 Convert the rest of the test suite to use the lldbutil.get_description() utility function. by Johnny Chen · 13 years ago
  62. bc1a93e Add a simple utility function get_description(lldb_obj, option=None) to lldbutil.py by Johnny Chen · 13 years ago
  63. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  64. e78d2b6 Add test cases for the SBTarget.GetDescription() API which takes an extra lldb::DescriptionLevel enum. by Johnny Chen · 13 years ago
  65. f854c51 We are only interested in logging the child's output to sys.stdout. by Johnny Chen · 13 years ago
  66. ebf1587 Fix comment. by Johnny Chen · 13 years ago
  67. 00b8112 Make test_connect_remote() more robust by waiting on the server ready message by Johnny Chen · 13 years ago
  68. e144eaf Reroute the blog link to the LLVM blog site. by Greg Clayton · 13 years ago
  69. 91c9dcf Erase from a string instead of using substr when you don't really need to. by Greg Clayton · 13 years ago
  70. d938c00 Fix a typo. by Johnny Chen · 13 years ago
  71. f0a0a71 Remove old emulation test data files. by Caroline Tice · 13 years ago
  72. 2c11caa by Caroline Tice · 13 years ago
  73. f3a8f39 by Caroline Tice · 13 years ago
  74. dfb2e20 by Caroline Tice · 13 years ago
  75. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  76. cafc3c6 Make the test case more robust by installing a teardown hook to kill the inferior by Johnny Chen · 13 years ago
  77. 2e92229 Conditionalize the self.expect("dis -f", ...) test scenario to check on Intel disassembly by Johnny Chen · 13 years ago
  78. 281aed3 Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py by Johnny Chen · 13 years ago
  79. fc78af3 Fixed a case where if a function, inlined function, or global with a mangled by Greg Clayton · 13 years ago
  80. 26d132f Hopefully fix the last fallout of 'commands' to 'command' change. by Johnny Chen · 13 years ago
  81. a2486f2 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  82. 09008d0 Use self.TraceOn() API to decide whether to print debug output. by Johnny Chen · 13 years ago
  83. c08770b More iteration on the new option value stuff. We now define an by Greg Clayton · 13 years ago
  84. e972845 Made the constructors public for all OptionValue classes by Greg Clayton · 13 years ago
  85. c940887 Added a blog page with a description and tutorial on using the new "command regex" by Greg Clayton · 13 years ago
  86. 9e4c3d7 Fixed some more 'commands' to 'command' change. by Johnny Chen · 13 years ago
  87. 4ff200e Replace 'commands' with 'command', and update to the latest prompt. by Johnny Chen · 13 years ago
  88. bd81ebe Use self.TraceOn() API. by Johnny Chen · 13 years ago
  89. 40e4824 Renamed the "commands" command to "command" as this is the way we were using by Greg Clayton · 13 years ago
  90. ff81248 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  91. 44134ae Fix wrong comment. by Johnny Chen · 13 years ago
  92. da414c3 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  93. 36961a4 Add a simple test scenario for 'command regex' invocation and subsequent use. by Johnny Chen · 13 years ago
  94. a82853d Add a test scenario for 'source list -b' which shows the line table locations from by Johnny Chen · 13 years ago
  95. 4a5aeb3 by Caroline Tice · 13 years ago
  96. 1cee1e6 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 13 years ago
  97. 27a8727 Added the ability for arrays and dictionaries to contain only specific by Greg Clayton · 13 years ago
  98. f91b735 by Caroline Tice · 13 years ago
  99. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 13 years ago
  100. 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 13 years ago