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