1. 3b8a605 Fix a copy/paste error in a comment. by Jim Ingham · 13 years ago
  2. 6e2d282 Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...) by Greg Clayton · 13 years ago
  3. 36f6fb9 Change CommandObjectTargetModulesAdd to set the return status by Jason Molenda · 13 years ago
  4. 7dfb1bb bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as a pointer would crash LLDB ; minor improvements in dynamic formatters lookup by Enrico Granata · 13 years ago
  5. 113388f Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. by Johnny Chen · 13 years ago
  6. 9930990 Fixed a bug in which the DWARF reader did not distinguish by Sean Callanan · 13 years ago
  7. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  8. 6487558 Remove libEnhancedDisassembly.dylib by Greg Clayton · 13 years ago
  9. afb7c85 Fixed a bug where a variable could not be formatted in a summary if its datatype already had a custom format by Enrico Granata · 13 years ago
  10. bd43453 Simple renaming: self.swatch -> self.stopwatch. by Johnny Chen · 13 years ago
  11. cbfd093 Add a Stopwatch utility class to lldbench.py module and initialize an instance of by Johnny Chen · 13 years ago
  12. db67858 Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed. by Johnny Chen · 13 years ago
  13. c6b8c91 Remove the @expectedFailure decorator as rdar://problem/8668674 is fixed. by Johnny Chen · 13 years ago
  14. 71cb797 Add an abstract base class called BenchBase to be inherited by benchmark tests. by Johnny Chen · 13 years ago
  15. 57fb37e Fixed a problem in the expression parser that by Sean Callanan · 13 years ago
  16. cbe5126 More refactorings to migrate logic from TestBase to its parent class. by Johnny Chen · 13 years ago
  17. 366fb8c Start refactoring lldbtest.TestBase so that it inherits from a newly created lldbtest.Base class, by Johnny Chen · 13 years ago
  18. 3bd6433 Remove the @expectedFailure decorator since the bug has been fixed. by Johnny Chen · 13 years ago
  19. 166ba10 Added checking to make sure that the target has a by Sean Callanan · 13 years ago
  20. 9a87743 Fixed a bug where named constants were being by Sean Callanan · 13 years ago
  21. e6526bb Remove the deprecated MacOSX native plug-in. by Greg Clayton · 13 years ago
  22. f4a0148 Copy the native darwin register stuff out of the ProcessMacOSX plug-in folder. by Greg Clayton · 13 years ago
  23. 9b7d038 Updated LLVM to pick up a few new ARM targets. by Sean Callanan · 13 years ago
  24. 19395ef Update Xcode project versions to lldb-70 and debugserver-142. by Greg Clayton · 13 years ago
  25. c4d4fb5 Add reloc arg to standard JIT createJIT() by Peter Collingbourne · 13 years ago
  26. 37952c2 Protect a bit against uninitialized std::list objects, but there is more by Greg Clayton · 13 years ago
  27. 73ab7f1 Protect a bit better against uninitialized vectors. by Greg Clayton · 13 years ago
  28. 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago
  29. e626c49 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 13 years ago
  30. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago
  31. dcc59f0 Fixed a compile error. by Greg Clayton · 13 years ago
  32. bfc0613 changes in the new GetMinimumLanguages() ; robustness improvements in the CFStringSynthProvider object ; made a CFString_SummaryProvider function you can use if all you care about is the summary string for your NSString objects by Enrico Granata · 13 years ago
  33. 62fcf03 Moved some functionality from ValueObject to ClangASTType. by Greg Clayton · 13 years ago
  34. c5fa005 Add a redo.py script which takes a session directory name as arg and digs into the directory by Johnny Chen · 13 years ago
  35. 1bc04ed Logging and return code fixes. by Greg Clayton · 13 years ago
  36. 6a4e58e new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 13 years ago
  37. 979e20d Public API changes: by Enrico Granata · 13 years ago
  38. 86fbeeb Add regression test for rdar://problem/9531204. by Johnny Chen · 13 years ago
  39. ca8a206 Add test case for rdar://problem/9673664. by Johnny Chen · 13 years ago
  40. fe34c89 Add some descriptions about the default executable name being 'a.out' and can be overwritten by Johnny Chen · 13 years ago
  41. e032360 Add a reproducible test case (expression parser crashes) to the lldb test suite. by Johnny Chen · 13 years ago
  42. 626f11e Make the test criteria more stringent with respect to rdar://problem/8668674 to prevent accidental pass. by Johnny Chen · 13 years ago
  43. 28945d5 another possible incarnation of a C++ string straight from llvm-gcc build 5658 by Enrico Granata · 13 years ago
  44. 97742fe Modify: by Johnny Chen · 13 years ago
  45. 38581d2 The SBValue.linked_list_iter() API failed for an empty list. by Johnny Chen · 13 years ago
  46. ae18fbf make the C++stdlib string summary work even if for some reason std::basic_string<char> ends up in the debug info instead of std::string by Enrico Granata · 13 years ago
  47. 19334f4 Add docstrings and cross refs to SBCompileUnit and SBLineEntry. by Johnny Chen · 13 years ago
  48. c6f09f0 Add cross reference to SBThread from the SBFrame docstring. Also add a simple iteration example. by Johnny Chen · 13 years ago
  49. 7b9eeac Add deprecation docstrings for some APIs which take an SBFrame - SBValues know their own frames. by Johnny Chen · 13 years ago
  50. c4f3ade Fix indentation and add a docstring for the ctor. by Johnny Chen · 13 years ago
  51. 2fc7c4b Add skip test for clang, which has insufficient debug info for call site in main(). by Johnny Chen · 13 years ago
  52. 6a319e4 adding required utility function to SWIG interface by Enrico Granata · 13 years ago
  53. a4673e1 We can do better with the SBValue.linked_list_iter() API by supplying a default by Johnny Chen · 13 years ago
  54. 021cdc2 The test function to determine whether we have reached the end of the list was by Johnny Chen · 13 years ago
  55. f307cf7 lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files by Johnny Chen · 13 years ago
  56. d05213b RNBRemote.cpp, RNBRemote.h: Add a new qGetPid packet which returns by Jason Molenda · 13 years ago
  57. 7868bcc Indent the frames in the "thread.GetStatus" frame listing. Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5" by Jim Ingham · 13 years ago
  58. ead6fd6 Add newline at end of file. by Johnny Chen · 13 years ago
  59. 8cecd17 Minor modification. by Johnny Chen · 13 years ago
  60. 9ed9f8b Rename the parameter for the end-of-list test function from end_of_list to end_of_list_test. by Johnny Chen · 13 years ago
  61. de856cc Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 13 years ago
  62. 7d2af5d Add an example type summary -- for lldb::ConnectionStatus. by Johnny Chen · 13 years ago
  63. 11d72f2 bug fix in ClangASTType when trying to get size of a non-complete type by Enrico Granata · 13 years ago
  64. ad3a38e Add a stronger assert for the test to ensure that the visited items from iterating through by Johnny Chen · 13 years ago
  65. fbebbc9 Provide an add-on API to SBValue class by post-processing to provide a way by Johnny Chen · 13 years ago
  66. ca67cc1 Python synthetic providers must provide a num_children call; this was not specified in the docs up to now by Enrico Granata · 13 years ago
  67. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
  68. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  69. 9cbb125 Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable by Jim Ingham · 13 years ago
  70. 638ebcf Add an additional formatter class RecursiveDecentFormatter which prints the by Johnny Chen · 13 years ago
  71. 402056a Add new API for SBAddress to the fuzz test: by Johnny Chen · 13 years ago
  72. 590474f Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms, by Peter Collingbourne · 13 years ago
  73. 4755698 Update ProcessLinux::CanDebug prototype by Peter Collingbourne · 13 years ago
  74. ea6d783 Add support for platforms without sa_len to SocketAddress, and modify by Peter Collingbourne · 13 years ago
  75. de4059f some editing of data visualization error messages to make them more meaningful by Enrico Granata · 13 years ago
  76. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
  77. 8c06276 Fix comment. by Johnny Chen · 13 years ago
  78. 084fd89 Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil.py module by Johnny Chen · 13 years ago
  79. e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
  80. 62ebe5a Add test scenario of SBValue APIs for the 'days_of_week' global variable. by Johnny Chen · 13 years ago
  81. 4b06725 Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByteSize(). by Johnny Chen · 13 years ago
  82. 1e3a522 Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  83. aa43001 If we are telling only one thread to run in debugserver, and that thread has been suspended from outside by Jim Ingham · 13 years ago
  84. fb25b10 essentials contains two small summaries that you might really want to use; lldb contains some basic summaries for use in debugging LLDB itself. to use them, you must type category enable lldb by Enrico Granata · 13 years ago
  85. 7b13922 More KDP fixes and logging cleanup. by Greg Clayton · 13 years ago
  86. 39f3310 Change docstring wording: from 'method' to 'function'. by Johnny Chen · 13 years ago
  87. b44dc56 Add docstring for SBInstructionList class. by Johnny Chen · 13 years ago
  88. 4b53e65 Add docstring for SBCommandReturnObject class. by Johnny Chen · 13 years ago
  89. dca4097 Add docstring for SBCommandInterpreter class. by Johnny Chen · 13 years ago
  90. f3b8992 Add docstring for SBBroadcaster class. by Johnny Chen · 13 years ago
  91. bc92ef0 Add a note. by Johnny Chen · 13 years ago
  92. 79f1106 Minor modification. by Johnny Chen · 13 years ago
  93. da4d479 Skip the remaining -Y? (skipping ? layers of summaries) tests if using a known version by Johnny Chen · 13 years ago
  94. 234981a Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 13 years ago
  95. 0b723ce Remove extra launch arguments. by Greg Clayton · 13 years ago
  96. ec15f50 Added register reading support for ARM, i386 and x86_64. by Greg Clayton · 13 years ago
  97. fd33bac Add some docstrings for SBFileSpec class. by Johnny Chen · 13 years ago
  98. c7162a5 Add some docstrings for SBError class. by Johnny Chen · 13 years ago
  99. 02afd34 A more succinct assertTrue. by Johnny Chen · 13 years ago
  100. 2a458f9 Minor change; add an assertTrue stmt. by Johnny Chen · 13 years ago