1. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  2. eda9065 Convert the rest of the test suite to use the lldbutil.get_description() utility function. by Johnny Chen · 13 years ago
  3. bc1a93e Add a simple utility function get_description(lldb_obj, option=None) to lldbutil.py by Johnny Chen · 13 years ago
  4. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  5. e78d2b6 Add test cases for the SBTarget.GetDescription() API which takes an extra lldb::DescriptionLevel enum. by Johnny Chen · 13 years ago
  6. f854c51 We are only interested in logging the child's output to sys.stdout. by Johnny Chen · 13 years ago
  7. ebf1587 Fix comment. by Johnny Chen · 13 years ago
  8. 00b8112 Make test_connect_remote() more robust by waiting on the server ready message by Johnny Chen · 13 years ago
  9. e144eaf Reroute the blog link to the LLVM blog site. by Greg Clayton · 13 years ago
  10. 91c9dcf Erase from a string instead of using substr when you don't really need to. by Greg Clayton · 13 years ago
  11. d938c00 Fix a typo. by Johnny Chen · 13 years ago
  12. f0a0a71 Remove old emulation test data files. by Caroline Tice · 13 years ago
  13. 2c11caa by Caroline Tice · 13 years ago
  14. f3a8f39 by Caroline Tice · 13 years ago
  15. dfb2e20 by Caroline Tice · 13 years ago
  16. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  17. cafc3c6 Make the test case more robust by installing a teardown hook to kill the inferior by Johnny Chen · 13 years ago
  18. 2e92229 Conditionalize the self.expect("dis -f", ...) test scenario to check on Intel disassembly by Johnny Chen · 13 years ago
  19. 281aed3 Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py by Johnny Chen · 13 years ago
  20. fc78af3 Fixed a case where if a function, inlined function, or global with a mangled by Greg Clayton · 13 years ago
  21. 26d132f Hopefully fix the last fallout of 'commands' to 'command' change. by Johnny Chen · 13 years ago
  22. a2486f2 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  23. 09008d0 Use self.TraceOn() API to decide whether to print debug output. by Johnny Chen · 13 years ago
  24. c08770b More iteration on the new option value stuff. We now define an by Greg Clayton · 13 years ago
  25. e972845 Made the constructors public for all OptionValue classes by Greg Clayton · 13 years ago
  26. c940887 Added a blog page with a description and tutorial on using the new "command regex" by Greg Clayton · 13 years ago
  27. 9e4c3d7 Fixed some more 'commands' to 'command' change. by Johnny Chen · 13 years ago
  28. 4ff200e Replace 'commands' with 'command', and update to the latest prompt. by Johnny Chen · 13 years ago
  29. bd81ebe Use self.TraceOn() API. by Johnny Chen · 13 years ago
  30. 40e4824 Renamed the "commands" command to "command" as this is the way we were using by Greg Clayton · 13 years ago
  31. ff81248 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  32. 44134ae Fix wrong comment. by Johnny Chen · 13 years ago
  33. da414c3 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  34. 36961a4 Add a simple test scenario for 'command regex' invocation and subsequent use. by Johnny Chen · 13 years ago
  35. a82853d Add a test scenario for 'source list -b' which shows the line table locations from by Johnny Chen · 13 years ago
  36. 4a5aeb3 by Caroline Tice · 13 years ago
  37. 1cee1e6 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 13 years ago
  38. 27a8727 Added the ability for arrays and dictionaries to contain only specific by Greg Clayton · 13 years ago
  39. f91b735 by Caroline Tice · 13 years ago
  40. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 13 years ago
  41. 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 13 years ago
  42. 6b8d3b5 by Caroline Tice · 13 years ago
  43. edce677 Rename test/threads to python_api/lldbutil; it uses lldbutil functions to print stack traces. by Johnny Chen · 13 years ago
  44. df18b15 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  45. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 13 years ago
  46. 512cc33 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  47. 244a86b Converted to use SBProcess.LaunchSimple(). And use self.TraceOn() API. by Johnny Chen · 13 years ago
  48. eb60e1f Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  49. b015c21 Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  50. ed97643 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  51. 257c608 Converted to use SBProcess.LaunchSimple() API. by Johnny Chen · 13 years ago
  52. 7dbe42d Converted to use SBProcess.LaunchSimple(). And use self.TraceOn() API. by Johnny Chen · 13 years ago
  53. 0d073ef Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  54. 8c2fd48 Only print more debug out when self.TraceOn() returns True. by Johnny Chen · 13 years ago
  55. a52c0e5 Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  56. c391239 Modify docstring. by Johnny Chen · 13 years ago
  57. ab6378a Add a TraceOn(self) method to the base test class, which returns True if we are by Johnny Chen · 13 years ago
  58. 6fb32b0 Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  59. 4db6c92 Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  60. a263d09 Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  61. a3bb19b Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  62. 47524b6 Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 13 years ago
  63. eac25db Convert some tests to use the SBProcess.LaunchSimple API requiring only args, envs, and cwd by Johnny Chen · 13 years ago
  64. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 13 years ago
  65. 9ce9c3c Fixed an issue where if you specify an architecture from the command line like: by Greg Clayton · 13 years ago
  66. 0c130e4 Rename some variables, no functionality change. by Johnny Chen · 13 years ago
  67. 44dc9d3 Add a test script for exercising the "taregt create", "target list", and "target select" commands. by Johnny Chen · 13 years ago
  68. c7ae75a Add header comment. by Johnny Chen · 13 years ago
  69. 0b4dfac Add docstring. by Johnny Chen · 13 years ago
  70. 37ac00b Modify some docstrings. by Johnny Chen · 13 years ago
  71. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  72. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  73. 9994a0b Fix comment typo. by Jim Ingham · 13 years ago
  74. 87a58ce Work around a llvm gcc bug where the name of a reference doesn't include the "&". by Jim Ingham · 13 years ago
  75. 3035967 Get rid the of set membership test (log(m)) and, instead, use an index variable 'i' by Johnny Chen · 13 years ago
  76. 0cbc573 Update both the src and dst pointers at the end of the loop. by Johnny Chen · 13 years ago
  77. 388c057 Optimize address range coalescing. by Johnny Chen · 13 years ago
  78. 33cd0c3 Forgot to check in this change with http://llvm.org/viewvc/llvm-project?view=rev&revision=129542. by Johnny Chen · 13 years ago
  79. 6b41e0b Rewording of assert message. by Johnny Chen · 13 years ago
  80. d2dff7b Add a test to check that lldb reliably catches a crashing inferior (both command and Python API). by Johnny Chen · 13 years ago
  81. 2a8c338 Updated LLVM to pick up fixes to the ARM instruction tables. by Sean Callanan · 13 years ago
  82. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  83. 55e569e by Caroline Tice · 13 years ago
  84. 4f347cb Have "-h" print just the command arguments, and "-h -v" print the examples as well. by Jim Ingham · 13 years ago
  85. 523c554 by Caroline Tice · 14 years ago
  86. b9223bf Revert newer xcscheme project file to avoid conflict with older Xcode versions. by Greg Clayton · 14 years ago
  87. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  88. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  89. d0e6b57 Added a few more commands, but I mainly wanted to include how to run lldb by Greg Clayton · 14 years ago
  90. dbeb3e1 Order of initialization lists. by Stephen Wilson · 14 years ago
  91. d7d3af7 Fix struct vs. class warning. by Stephen Wilson · 14 years ago
  92. 1f954f5 by Caroline Tice · 14 years ago
  93. 0fe5a53 by Caroline Tice · 14 years ago
  94. 9335643 Really fix the test suite crasher this time. by Johnny Chen · 14 years ago
  95. 0e0636d Fix a test suite crasher. by Johnny Chen · 14 years ago
  96. ec2d978 Add missing headers. by Stephen Wilson · 14 years ago
  97. 62794e4 Add the ARM instruction emulation makefile. by Stephen Wilson · 14 years ago
  98. ec113d4 Add makefile support for the ARM instruction emulation plugin. by Stephen Wilson · 14 years ago
  99. 6e49b96 linux: add missing arguments to FindFirstModuleForFileSpec by Stephen Wilson · 14 years ago
  100. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago