1. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  2. 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 13 years ago
  3. 0f3cf06 Fix indentation for a log statement. by Johnny Chen · 13 years ago
  4. 58021cc Check log shared pointer before using it. by Johnny Chen · 13 years ago
  5. 122204d Check log shared pointer before using it. by Johnny Chen · 13 years ago
  6. 8818ae7 Fixed the type code to print "<invalid>" for NULL by Sean Callanan · 13 years ago
  7. a713b86 Fix indentation. by Johnny Chen · 13 years ago
  8. f6d3d79 Fix a bunch of places where we were calling log->Printf to put CStrings. by Jim Ingham · 13 years ago
  9. ed3f86b Fixed a potential crash in Process.cpp when we used a log unchecked. by Sean Callanan · 13 years ago
  10. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  11. eaaa8fd When unloading a library, pass the old complete version of the library to UnloadImageLoadAddress, since that by Jim Ingham · 13 years ago
  12. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago
  13. e789613 Silence clang warning. by Johnny Chen · 13 years ago
  14. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  15. c143d62 Fix a crash while running the test suite. Need to check the (LogSP)log shared pointer before using it. by Johnny Chen · 13 years ago
  16. c0c397f Fixed a problem where the HasAVX() code in by Sean Callanan · 13 years ago
  17. 1a78f6a Add a negative self.expect() to verify that the bug has been fixed. by Johnny Chen · 13 years ago
  18. 153191e The "bool HasAVX()" function doesn't backup and restore the by Greg Clayton · 13 years ago
  19. 716cefb Added some logging and did some member renaming. by Greg Clayton · 13 years ago
  20. 21f37ad Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the by Jim Ingham · 13 years ago
  21. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  22. 082a3d0 Check in a customized benchmark which compares the Xcode 4.1 vs. Xcode 4.2's gdb disassembly speed by Johnny Chen · 13 years ago
  23. 24e0d61 Don't create a new stop info if we've already calculated one and it is still valid. by Jim Ingham · 13 years ago
  24. 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago
  25. 899025f Added a "--global" option to the "target modules list" by Greg Clayton · 13 years ago
  26. ec07c0d Add EvaluateWithError static method. Fix a bug in handling constant expressions - we weren't setting the result even though the expression evaluation succeeded... by Jim Ingham · 13 years ago
  27. 28c83e9 Fixed a loop that I was testing changes with and forgot to revert to zero. by Greg Clayton · 13 years ago
  28. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  29. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  30. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  31. 94c7c1d Fixed test suite failure of test_SBTypeList(). by Johnny Chen · 13 years ago
  32. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 13 years ago
  33. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  34. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 13 years ago
  35. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 13 years ago
  36. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  37. 3ee8520 The recently introduced SBTypeList is also iterable. by Johnny Chen · 13 years ago
  38. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  39. 5f0559d Complete Host::Backtrace prototype. Fixes Linux build. by Peter Collingbourne · 13 years ago
  40. 74597b8 Remove expectedFailure decorator for test_SBType, which does not take an empty constructor after the recent changes. by Johnny Chen · 13 years ago
  41. 80b01e5 fixed a potential memory leak ; small improvement in the formatters lookup algorithm by Enrico Granata · 13 years ago
  42. 96df5a1 Print out the stopwatch (which contains laps, total elapsed time, and average) by Johnny Chen · 13 years ago
  43. 952cc2b Add a benchmark comparing lldb vs. gdb with disassembly on a large function (lldb's Driver::MainLoop()). by Johnny Chen · 13 years ago
  44. 5c9a3c7 Fixed a problem that caused LLDB to fail to execute by Sean Callanan · 13 years ago
  45. a83f877 Make sure we track CXX and objc method decls. by Greg Clayton · 13 years ago
  46. 9faf327 Fix some typos. by Johnny Chen · 13 years ago
  47. c5bf375 Remove an extra 'for' in the comment. by Johnny Chen · 13 years ago
  48. 0b7566c Fix makefile rules to prevent CFLAGS from appearing twice in the command line. by Johnny Chen · 13 years ago
  49. 62d527e Add a test to check the integrity of the lldb public api directory containing SB*.h headers. by Johnny Chen · 13 years ago
  50. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  51. c931030 more logical behavior for SBValue::CreateValueFromAddress by Enrico Granata · 13 years ago
  52. 7718f3f copying std:: SynthProviders in examples/synthetic by Enrico Granata · 13 years ago
  53. 4e5397c New formatting symbol %# can be used in summary strings to get the "count of children" of a variable by Enrico Granata · 13 years ago
  54. c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 13 years ago
  55. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  56. 0c3d6d6 Basic handling of Objective-C tagged pointers: return a custom ISA and typename when one is detected by Enrico Granata · 13 years ago
  57. 4a1ef6f Minor modification to get the full path to the target program. by Johnny Chen · 13 years ago
  58. f31a4c2 Remove copy-and-paste residues. by Johnny Chen · 13 years ago
  59. d325115 Fix typos. by Johnny Chen · 13 years ago
  60. 37f6b79 Add license header comment. by Johnny Chen · 13 years ago
  61. a013b20 Conditionize the 'print "Set environment ..."' stmt. by Johnny Chen · 13 years ago
  62. 61e0247 Add a test directory for lldb C++ API programs. by Johnny Chen · 13 years ago
  63. af60381 Add a directory to make the second copy of libd.dylib in, so we don't have by Jim Ingham · 13 years ago
  64. 9f39a7b Patch from David Forsythe for FreeBSD build! by Johnny Chen · 13 years ago
  65. b4e4ecc Add expectedFailure decorator. rdar://problem/9890530 by Johnny Chen · 13 years ago
  66. 1684446 Unquote the env_cmd_string variable. by Johnny Chen · 13 years ago
  67. 77ee393 Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed down to by Jim Ingham · 13 years ago
  68. 2bb136a temporarily blacklisting a test case causing hangs on Mac OS X by Enrico Granata · 13 years ago
  69. 433c64a testing for a previous issue where formats in summaries where not enforced in all cases ; removed an unused local variable by Enrico Granata · 13 years ago
  70. 3c24b49 Improved the expression parser's detection of the by Sean Callanan · 13 years ago
  71. 6678676 Fixed an issue of wrong (by +2) branch target calculation in the disassembler's symbolic information output. by Johnny Chen · 13 years ago
  72. ddb213d Fixed an issue with parsing object files from .a archives. by Greg Clayton · 13 years ago
  73. 441f08c Fixed an issue where the KVO swizzled type would be returned as the dynamic type instead of the actual user-level type by Enrico Granata · 13 years ago
  74. e013e10 Add a test file to go with r136745. It fails, though, for: by Johnny Chen · 13 years ago
  75. 34ce4ea Create the scratch AST context in the accessor function, not by Greg Clayton · 13 years ago
  76. 51b11e0 Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, after we by Jim Ingham · 13 years ago
  77. 3b8a605 Fix a copy/paste error in a comment. by Jim Ingham · 13 years ago
  78. 6e2d282 Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...) by Greg Clayton · 13 years ago
  79. 36f6fb9 Change CommandObjectTargetModulesAdd to set the return status by Jason Molenda · 13 years ago
  80. 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
  81. 113388f Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. by Johnny Chen · 13 years ago
  82. 9930990 Fixed a bug in which the DWARF reader did not distinguish by Sean Callanan · 13 years ago
  83. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  84. 6487558 Remove libEnhancedDisassembly.dylib by Greg Clayton · 13 years ago
  85. 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
  86. bd43453 Simple renaming: self.swatch -> self.stopwatch. by Johnny Chen · 13 years ago
  87. cbfd093 Add a Stopwatch utility class to lldbench.py module and initialize an instance of by Johnny Chen · 13 years ago
  88. db67858 Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed. by Johnny Chen · 13 years ago
  89. c6b8c91 Remove the @expectedFailure decorator as rdar://problem/8668674 is fixed. by Johnny Chen · 13 years ago
  90. 71cb797 Add an abstract base class called BenchBase to be inherited by benchmark tests. by Johnny Chen · 13 years ago
  91. 57fb37e Fixed a problem in the expression parser that by Sean Callanan · 13 years ago
  92. cbe5126 More refactorings to migrate logic from TestBase to its parent class. by Johnny Chen · 13 years ago
  93. 366fb8c Start refactoring lldbtest.TestBase so that it inherits from a newly created lldbtest.Base class, by Johnny Chen · 13 years ago
  94. 3bd6433 Remove the @expectedFailure decorator since the bug has been fixed. by Johnny Chen · 13 years ago
  95. 166ba10 Added checking to make sure that the target has a by Sean Callanan · 13 years ago
  96. 9a87743 Fixed a bug where named constants were being by Sean Callanan · 13 years ago
  97. e6526bb Remove the deprecated MacOSX native plug-in. by Greg Clayton · 13 years ago
  98. f4a0148 Copy the native darwin register stuff out of the ProcessMacOSX plug-in folder. by Greg Clayton · 13 years ago
  99. 9b7d038 Updated LLVM to pick up a few new ARM targets. by Sean Callanan · 13 years ago
  100. 19395ef Update Xcode project versions to lldb-70 and debugserver-142. by Greg Clayton · 13 years ago