1. ed60571 Fix the linux build now that we link against the Linux and FreeBSD platforms. by Greg Clayton · 12 years ago
  2. 7ff467b Forgot to check in this file with r151593. by Johnny Chen · 12 years ago
  3. 6cdedde Extended the IR interpreter to support symbols that have valid load addresses. by Sean Callanan · 12 years ago
  4. fbb582e Add one more define for sdk==iphoneos. by Jason Molenda · 12 years ago
  5. ce75dce <rdar://problem/10942472> by Han Ming Ong · 12 years ago
  6. 50b1833 Add more test scenarios for 'memory read': one for a successful command execution by Johnny Chen · 12 years ago
  7. ab57878 Modify the expected error message accordingly after the recent change to DataExtractor.cpp. by Johnny Chen · 12 years ago
  8. f0ff42a During the test case tearDown(), give it one final blow to make sure the child process spawned by pexpect is terminated. by Johnny Chen · 12 years ago
  9. 4dd3d90 <rdar://problem/10017623> by Greg Clayton · 12 years ago
  10. ee2acc4 Fixed an overly-specific testcase that depended on libm being loaded. by Sean Callanan · 12 years ago
  11. 493050c Moved byte-size computation out of a by Sean Callanan · 12 years ago
  12. aa11af8 Harden the checks on the type returned from the by Sean Callanan · 12 years ago
  13. a605c64 Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used by Greg Clayton · 12 years ago
  14. 1fb32d1 Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project by Greg Clayton · 12 years ago
  15. 769908b Include stddef.h for ptrdiff_t, GCC 4.6 doesn't include it implicitly. by Benjamin Kramer · 12 years ago
  16. b8cfdfc Remove redundant declaration. Patch from Dmitry Vyukov <dvyukov@google.com>! by Johnny Chen · 12 years ago
  17. 2b737df Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes. by Greg Clayton · 12 years ago
  18. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 12 years ago
  19. 1d295e8 Avoid a throw in case we init a lldb_private::Address with an invalid SectionSP. by Greg Clayton · 12 years ago
  20. f96c883 <rdar://problem/9886712> by Greg Clayton · 12 years ago
  21. 116a5cd Make the Watchpoint IDs unique per target, not across targets as before. by Johnny Chen · 12 years ago
  22. f548fc6 Bumped Xcode project version to lldb-117 and debugserver-168. by Greg Clayton · 12 years ago
  23. 03dad48 Fix build for case sensitive file systems. by Greg Clayton · 12 years ago
  24. d1040dd <rdar://problem/3535148> by Han Ming Ong · 12 years ago
  25. 80efa5e Added some missing accessors to the SBAttachInfo for user and group ID by Greg Clayton · 12 years ago
  26. eccc8c4 Create an additional watchpoint during the test run and verify that the watchpoint fired has the expected watchpoint id. by Johnny Chen · 12 years ago
  27. 6c5438b Fixed a crasher that was happening after making ObjectFile objects have a by Greg Clayton · 12 years ago
  28. 8bcb0bd Newly created threads are to inherit from the global debug state of the process. by Johnny Chen · 12 years ago
  29. 98ca1e6 Fixed the launching code when using the new SBLaunchInfo. by Greg Clayton · 12 years ago
  30. b389c02 Reworking the ObjC formatters test case not to test everything in one huge code block - better for maintenance and debugging by Enrico Granata · 12 years ago
  31. b2dd15e Fixing an if condition which was causing issues in detecting the correct runtime version by Enrico Granata · 12 years ago
  32. 7637a3a Makefiles for new mach-core directory. by Johnny Chen · 12 years ago
  33. 92f1c2b Patch from Filipe Cabecinhas fixing a typo in the "lldb unwind" log output. by Jim Ingham · 12 years ago
  34. 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 12 years ago
  35. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  36. e350394 Add a class method HasWatchpointOccurred() to inspect the "method of debug entry" field by Johnny Chen · 12 years ago
  37. 96da3f3 commenting parts of std::map test case which would make the test case fail when using TOT clang, but succeed on older compiler releases by Enrico Granata · 12 years ago
  38. aa12be4 Updated LLVM to take some fixes that make the Intel disassembler usable. by Sean Callanan · 12 years ago
  39. edfdbe0 Add comments about address word offset and the calculation of byte address select mask for WCR. by Johnny Chen · 12 years ago
  40. e859697 fixing a syntax error with objc_runtime.py by Enrico Granata · 12 years ago
  41. c510fa1 This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 12 years ago
  42. b370df2 This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 12 years ago
  43. 8f84cfb This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 12 years ago
  44. d819489 Bumping version to lldb-116. by Jason Molenda · 12 years ago
  45. a4a1587 Make a nested if .. if .. else block nesting more explicit with some curly braces. by Jason Molenda · 12 years ago
  46. 6ebf9da typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory management is taken care of automatically so that Python users can simply say my_list = my_module.GetVersion() and receive a new list with the version numbers, if any, inside. by Enrico Granata · 12 years ago
  47. 78fa6c9 Made the hidden-ivar test a little more rigorous. by Sean Callanan · 13 years ago
  48. 931acec Added support for looking up the complete type for by Sean Callanan · 13 years ago
  49. 9a7e4c3 Add @expectedFailure decorator with radar number. by Johnny Chen · 13 years ago
  50. d846521 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 13 years ago
  51. 988be08 Added support for the DWARF 4 DW_FORM values. by Greg Clayton · 13 years ago
  52. e628a9f Remove extra semicolon (breaking g++ builds). by Benjamin Kramer · 13 years ago
  53. 21356b7 Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5. by Benjamin Kramer · 13 years ago
  54. 068d25b Makefile build: remove warning flag that's not supported by GCC. by Benjamin Kramer · 13 years ago
  55. 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 13 years ago
  56. ddbc8e8 Enable RTTI for the Makefile build, hopefully getting the linux build a bit further. by Benjamin Kramer · 13 years ago
  57. 9792d5c Minor modification. by Johnny Chen · 13 years ago
  58. 04720ae Updated our main LLDB page as it was vastly out of date. by Greg Clayton · 13 years ago
  59. 63fd41c Remove unused python includes from headers. by Benjamin Kramer · 13 years ago
  60. 7611330 For stepping performance I added the ability to outlaw all memory accesseses by Greg Clayton · 13 years ago
  61. 9a5bbd2 Change #ifdef markers around lockdown and SpringBoard by Jason Molenda · 13 years ago
  62. 6572b71 Use a sentry object to properly initialize/terminate LLDB. by Johnny Chen · 13 years ago
  63. fe29729 Install lldb tool into /usr/local/bin if sdk==iphoneos. by Jason Molenda · 13 years ago
  64. ae1d3eb Fix comment. by Johnny Chen · 13 years ago
  65. 1844426 Revert accidental commit. by Benjamin Kramer · 13 years ago
  66. e5eaa30 Linux fix patch from Dmitry Vyukov. by Greg Clayton · 13 years ago
  67. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  68. 2d9c2d4 Forgot to add two files from the last checkin. by Jim Ingham · 13 years ago
  69. 3383c17 Fixed an issue where empty sections or zero filled sections could return by Greg Clayton · 13 years ago
  70. c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 13 years ago
  71. b6883ec Fixed a crasher that would happen when supplying lldb with an application by Greg Clayton · 13 years ago
  72. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
  73. 5de3317 Pull side effects out of asserts. Fixes debugserver with NDEBUG defined. by Charles Davis · 13 years ago
  74. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 13 years ago
  75. 4eeac7e committing a patch from Dmitry Vyukov that solves compilation issues with FormatNavigator.h by Enrico Granata · 13 years ago
  76. 8e1d33f fixing documentation to refer to the correct name of the module init function __lldb_init_module by Enrico Granata · 13 years ago
  77. dd5e363 Fix compile error for DisassemblerLLVMC.cpp. by Johnny Chen · 13 years ago
  78. 8ebed65 Fix examples/lookup/main.cpp. by Johnny Chen · 13 years ago
  79. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 13 years ago
  80. 70c6cf4 Ignore the constness of the object pointer when fetching it. by Sean Callanan · 13 years ago
  81. 891d8ba making it so that the std::map test case does a better job at checking for interference between expression parser and synthetic children; plus being more verbose in the comments by Enrico Granata · 13 years ago
  82. 751a8ac Remove unneeded includes. by Jim Ingham · 13 years ago
  83. b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 13 years ago
  84. 4b091e4 reverting unwanted changes to scheme files with previous commit by Enrico Granata · 13 years ago
  85. d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 13 years ago
  86. 75a7c75 Fixed an error with the 'G' packet on ARM when using the default GDB by Greg Clayton · 13 years ago
  87. 32a56ec Added a new disassembler plugin, DisassemblerLLVMC, by Sean Callanan · 13 years ago
  88. 758835b memory read -f X doesn't print anything (lldb should warn when encountering an unsupported byte size) by Johnny Chen · 13 years ago
  89. 5564d80 memory read prints out duplicate entries when using vector formats by Johnny Chen · 13 years ago
  90. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
  91. e90903a Document that we now support the GDB shorthand format syntax on any commands by Greg Clayton · 13 years ago
  92. 51cd6f6 Stop finding bare symbols when we're explicitly told to look in a namespace. by Sean Callanan · 13 years ago
  93. 046ef69 adding a new test case for the SB formatters API by Enrico Granata · 13 years ago
  94. 16376ed <rdar://problem/10062621> by Enrico Granata · 13 years ago
  95. 52d0d02 Previoously the expression parser had to rely on the by Sean Callanan · 13 years ago
  96. 04200f6 Only allow expressions to use the JIT if memory can be allocated in the process. by Sean Callanan · 13 years ago
  97. 2b05e29 Remove the functionality of using 'frame variable -w' to set a watchpoint now that 'watchpoint set variable/expression' by Johnny Chen · 13 years ago
  98. 9658054 Remove @expectedFailure decorators as the bug has been fixed. by Johnny Chen · 13 years ago
  99. 132e7c3 by Enrico Granata · 13 years ago
  100. 7abba2a Add test cases exercising SBValue.GetObjectDescription() with the SBValue from SBTarget.FindGlobalVariables() by Johnny Chen · 13 years ago