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