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