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