1. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  2. b6f99aa Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  3. 65f39ed Fix some warnings from static analyzer. by Johnny Chen · 13 years ago
  4. 4617fcd Silence the static analyzer. by Johnny Chen · 13 years ago
  5. a65ac25 Fix two 'dereference of a null pointer' detected by the static analyzer. by Johnny Chen · 13 years ago
  6. c613971 Fixed LLDB's handling of ElaboratedTypes, which was by Sean Callanan · 13 years ago
  7. cebe965 Silence the static analyzer. by Johnny Chen · 13 years ago
  8. 20e663f Fix 'Undefined or garbage value returned to caller' (static analyzer). by Johnny Chen · 13 years ago
  9. 87ff150 Silence the static analyzer. by Johnny Chen · 13 years ago
  10. 7114831 changed some variables from char* to std::string by Enrico Granata · 13 years ago
  11. dfe2761 To silence the static analyzer. by Johnny Chen · 13 years ago
  12. 0811370 Fix the expect patterns to work for both OSX SnowLeopard and Lion. by Johnny Chen · 13 years ago
  13. 1ae0e69 Patch by Matt Johnson to build on his Linux machine with recent versions of libstdc++ and glibc! by Johnny Chen · 13 years ago
  14. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  15. c168065 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  16. 1239c1a Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional by Enrico Granata · 13 years ago
  17. 60a7df5 To silence the static analyzer. by Johnny Chen · 13 years ago
  18. b822658 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  19. 1e1460b To silence the static analyzer. by Johnny Chen · 13 years ago
  20. 7559f33 To silence the static analyzer. by Johnny Chen · 13 years ago
  21. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  22. f2bf870 Patch for "process load" by Filipe Cabecinhas. by Greg Clayton · 13 years ago
  23. b01760c Fix the broken build that happened with my last checkin. by Greg Clayton · 13 years ago
  24. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  25. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
  26. d96c9e8 Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure by Johnny Chen · 13 years ago
  27. 178e101 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  28. 8bc9af1 In the case where we are trying to resume a thread all the way to 0, if we get by Jim Ingham · 13 years ago
  29. 6fd55f1 When a benchmarks test fails, the re-run command should include the '+b' option instead of the '-t' option. by Johnny Chen · 13 years ago
  30. 0734eb0 Ignore the static analyzer, instead; and add comment why. by Johnny Chen · 13 years ago
  31. 9a7749c Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  32. ee6e790 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  33. 7c4fc6e Include the qLaunchSuccess and qC packets in the by Greg Clayton · 13 years ago
  34. 1b3d1df Fixed a problem that prevented access to members by Sean Callanan · 13 years ago
  35. 9d56ba9 Check log shared pointer before using it. by Johnny Chen · 13 years ago
  36. a7e1b6d renaming command "type synth" to "type synthetic" for added readability by Enrico Granata · 13 years ago
  37. 79d9136 Remove extra newline from end of 'frame info' command output. by Jason Molenda · 13 years ago
  38. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  39. 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
  40. 0f3cf06 Fix indentation for a log statement. by Johnny Chen · 13 years ago
  41. 58021cc Check log shared pointer before using it. by Johnny Chen · 13 years ago
  42. 122204d Check log shared pointer before using it. by Johnny Chen · 13 years ago
  43. 8818ae7 Fixed the type code to print "<invalid>" for NULL by Sean Callanan · 13 years ago
  44. a713b86 Fix indentation. by Johnny Chen · 13 years ago
  45. f6d3d79 Fix a bunch of places where we were calling log->Printf to put CStrings. by Jim Ingham · 13 years ago
  46. ed3f86b Fixed a potential crash in Process.cpp when we used a log unchecked. by Sean Callanan · 13 years ago
  47. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  48. eaaa8fd When unloading a library, pass the old complete version of the library to UnloadImageLoadAddress, since that by Jim Ingham · 13 years ago
  49. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago
  50. e789613 Silence clang warning. by Johnny Chen · 13 years ago
  51. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  52. 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
  53. c0c397f Fixed a problem where the HasAVX() code in by Sean Callanan · 13 years ago
  54. 1a78f6a Add a negative self.expect() to verify that the bug has been fixed. by Johnny Chen · 13 years ago
  55. 153191e The "bool HasAVX()" function doesn't backup and restore the by Greg Clayton · 13 years ago
  56. 716cefb Added some logging and did some member renaming. by Greg Clayton · 13 years ago
  57. 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
  58. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  59. 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
  60. 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
  61. 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago
  62. 899025f Added a "--global" option to the "target modules list" by Greg Clayton · 13 years ago
  63. 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
  64. 28c83e9 Fixed a loop that I was testing changes with and forgot to revert to zero. by Greg Clayton · 13 years ago
  65. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  66. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  67. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  68. 94c7c1d Fixed test suite failure of test_SBTypeList(). by Johnny Chen · 13 years ago
  69. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 13 years ago
  70. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  71. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 13 years ago
  72. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 13 years ago
  73. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  74. 3ee8520 The recently introduced SBTypeList is also iterable. by Johnny Chen · 13 years ago
  75. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  76. 5f0559d Complete Host::Backtrace prototype. Fixes Linux build. by Peter Collingbourne · 13 years ago
  77. 74597b8 Remove expectedFailure decorator for test_SBType, which does not take an empty constructor after the recent changes. by Johnny Chen · 13 years ago
  78. 80b01e5 fixed a potential memory leak ; small improvement in the formatters lookup algorithm by Enrico Granata · 13 years ago
  79. 96df5a1 Print out the stopwatch (which contains laps, total elapsed time, and average) by Johnny Chen · 13 years ago
  80. 952cc2b Add a benchmark comparing lldb vs. gdb with disassembly on a large function (lldb's Driver::MainLoop()). by Johnny Chen · 13 years ago
  81. 5c9a3c7 Fixed a problem that caused LLDB to fail to execute by Sean Callanan · 13 years ago
  82. a83f877 Make sure we track CXX and objc method decls. by Greg Clayton · 13 years ago
  83. 9faf327 Fix some typos. by Johnny Chen · 13 years ago
  84. c5bf375 Remove an extra 'for' in the comment. by Johnny Chen · 13 years ago
  85. 0b7566c Fix makefile rules to prevent CFLAGS from appearing twice in the command line. by Johnny Chen · 13 years ago
  86. 62d527e Add a test to check the integrity of the lldb public api directory containing SB*.h headers. by Johnny Chen · 13 years ago
  87. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  88. c931030 more logical behavior for SBValue::CreateValueFromAddress by Enrico Granata · 13 years ago
  89. 7718f3f copying std:: SynthProviders in examples/synthetic by Enrico Granata · 13 years ago
  90. 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
  91. 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
  92. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  93. 0c3d6d6 Basic handling of Objective-C tagged pointers: return a custom ISA and typename when one is detected by Enrico Granata · 13 years ago
  94. 4a1ef6f Minor modification to get the full path to the target program. by Johnny Chen · 13 years ago
  95. f31a4c2 Remove copy-and-paste residues. by Johnny Chen · 13 years ago
  96. d325115 Fix typos. by Johnny Chen · 13 years ago
  97. 37f6b79 Add license header comment. by Johnny Chen · 13 years ago
  98. a013b20 Conditionize the 'print "Set environment ..."' stmt. by Johnny Chen · 13 years ago
  99. 61e0247 Add a test directory for lldb C++ API programs. by Johnny Chen · 13 years ago
  100. af60381 Add a directory to make the second copy of libd.dylib in, so we don't have by Jim Ingham · 13 years ago