1. 934fc6b Bumped Xcode project version for lldb-88 and debugserver-152. by Greg Clayton · 13 years ago
  2. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  3. e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
  4. f48acd4 Add bench entries. by Johnny Chen · 13 years ago
  5. 36deaee Speed improvements for ULEB128 reading from James McIlree. by Greg Clayton · 13 years ago
  6. 36fe991 Confirm should accept both "Y" and "y" in case somebody confuses the "default answer" indicator for a by Jim Ingham · 13 years ago
  7. 4474729 Dependency file for dylib source was not being cleaned up. by Johnny Chen · 13 years ago
  8. dba0f7f Add more info on the failure. by Johnny Chen · 13 years ago
  9. 1d9ffe2 Fixed Objective-C method lookup for methods with by Sean Callanan · 13 years ago
  10. c536ba7 Don't build optimized unless we are trying to test inlining. by Greg Clayton · 13 years ago
  11. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  12. bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
  13. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  14. d14d518 Make the test case more robust by using line number to break, instead. by Johnny Chen · 13 years ago
  15. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  16. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  17. d882da2 build/Make: Tweak Clang include paths to use LLVM_{SRC,OBJ}_ROOT instead of by Daniel Dunbar · 13 years ago
  18. f2a0a5c Updated LLVM/Clang to pull in a fix for Objective-C by Sean Callanan · 13 years ago
  19. 70d7092 Fixed a bug that inhibited symbol lookup. The by Sean Callanan · 13 years ago
  20. bc50070 Added report errors for when the .apple_XXXX hashed name table lookups contain by Greg Clayton · 13 years ago
  21. 22a3afd Allow the Apple hash tables to be emtpy. by Greg Clayton · 13 years ago
  22. 3fccc90 Fix order of arguments for target stop-hook list/delete. Having by Jason Molenda · 13 years ago
  23. 4049bc3 Fix help strings that refer to the "commands" top-level noun. by Jason Molenda · 13 years ago
  24. 6e56157 <rdar://problem/9334299> by Greg Clayton · 13 years ago
  25. 668a6c7 Made the Host::SetCrashDescription(const char *) function copy the incoming by Greg Clayton · 13 years ago
  26. 0943687 Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print by Greg Clayton · 13 years ago
  27. 8688673 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  28. 0731d2c Removed debug printf statements. by Greg Clayton · 13 years ago
  29. 91048ef Added the ability for many of the "target modules dump xxx" commands to find by Greg Clayton · 13 years ago
  30. 6db3594 Using the wrong type for the break id's (user_id_t is an unsigned int, but internal breakpoints can be negative, and anyway it is a good idea to use break_id_t for breakpoints, no?) by Jim Ingham · 13 years ago
  31. 3840cd7 <rdar://problem/10374840> by Greg Clayton · 13 years ago
  32. 9b71484 Added a function to ClangASTSource to service by Sean Callanan · 13 years ago
  33. 32e2564 Cleanup some warnings. by Greg Clayton · 13 years ago
  34. dd6201e "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 13 years ago
  35. bcf07b3 Remove the QAddressIsExecutable packet I added last night. by Jason Molenda · 13 years ago
  36. 106d593 Add a missing ')' in the comment. by Johnny Chen · 13 years ago
  37. dc8ff30 Add "QAddressIsExecutable" packet to debugserver. Used to test by Jason Molenda · 13 years ago
  38. 0922f7c Bitfields in uint8_t's will have format eFormatChar and DataExtractor::Dump by Jason Molenda · 13 years ago
  39. 0296fe7 Do a better job of detecting when a breakpoint command has set the target running again (except you have to ignore by Jim Ingham · 13 years ago
  40. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  41. d7a6281 Moved the fixed ScriptSummaryFormat forward declaration into the #ifndef LLDB_DISABLE_PYTHON so it doesn't show up in builds where it is supposed to be disabled. by Greg Clayton · 13 years ago
  42. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  43. aa56141 Additional logging to track original versions of imported variables. by Sean Callanan · 13 years ago
  44. 9d60ca8 Remove duplicate and contradictory forward declaration. by Eric Christopher · 13 years ago
  45. 9badf14 Fix the test suite failure. The particular line in the test case was there since the initial version by Johnny Chen · 13 years ago
  46. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  47. d1d9f75 Bumped Xcode project version for lldb-86 and debugserver-151 by Greg Clayton · 13 years ago
  48. 49cddea Xcode project changes to install "lldb" into "/usr/bin" and have LLDB.framework by Greg Clayton · 13 years ago
  49. b47c998 Update a missed getHostTriple call, fixes non-__APPLE__ build by Peter Collingbourne · 13 years ago
  50. b607f42 Missed part of a previous patch. by Greg Clayton · 13 years ago
  51. ce65d2f Patch from Dragos Tatulea which was a modified version of a patch from by Greg Clayton · 13 years ago
  52. 59efe90 Wrapped some logging statements in conditionals, to prevent crashes. by Sean Callanan · 13 years ago
  53. 7537dce Updated LLVM/Clang to pick up a fix for imports of by Sean Callanan · 13 years ago
  54. 289880c For "Debug" and "Release" builds, don't build llvm into the $(OBJROOT) since by Greg Clayton · 13 years ago
  55. e959f78 Fixed the LD_DYLIB_INSTALL_NAME to the LLDB.framework. by Greg Clayton · 13 years ago
  56. 06c306c Fix linux build after r143679. by Benjamin Kramer · 13 years ago
  57. 07c51d0 Include limits.h for PATH_MAX. by Benjamin Kramer · 13 years ago
  58. 193cc83 Fixed a build issue on an older Xcode. by Greg Clayton · 13 years ago
  59. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  60. fa9e6dd Occasionally LLDB runs into contexts where the by Sean Callanan · 13 years ago
  61. 10dd7a4 Add a utility script: by Johnny Chen · 13 years ago
  62. 41a410d Fixed a problem where the "this" pointer didn't by Sean Callanan · 13 years ago
  63. 425743e Print out the task suspend count as well. by Jim Ingham · 13 years ago
  64. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  65. 2dc2260 The alpha and system z backends were removed. by Benjamin Kramer · 13 years ago
  66. 1c38d10 Fixed the function that gets values for the by Sean Callanan · 13 years ago
  67. ec31b37 Bumping Xcode project versions for lldb-85 and debugserver-150. by Greg Clayton · 13 years ago
  68. 1ea79b0 ...And forgot to check in build-llvm.pl. Sigh. by Sean Callanan · 13 years ago
  69. c1d750f Whoops, forgot to commit the updated .zip file. by Sean Callanan · 13 years ago
  70. 0fcc7d2 Try to unbreak Makefile builds. by Benjamin Kramer · 13 years ago
  71. 28ebe88 Updated LLVM/Clang to pull in an MCJIT fix that by Sean Callanan · 13 years ago
  72. f84d4dd <rdar://problem/10020849> by Greg Clayton · 13 years ago
  73. 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
  74. 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
  75. 99e6e6c Add bench entries. by Johnny Chen · 13 years ago
  76. ad670e4 Change the expected substrings for 'frame variable' output to: by Johnny Chen · 13 years ago
  77. 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
  78. 7b8eb76 Minor logging changes: added logging right before by Sean Callanan · 13 years ago
  79. fd0c1f4 build: liblldb now depends on the linker library by Daniel Dunbar · 13 years ago
  80. abe2d36 Restructure the relationship between UnwindLLDB and the by Jason Molenda · 13 years ago
  81. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  82. e5a4e81 Bumped Xcode project version to lldb-84 and debugserver-149. by Greg Clayton · 13 years ago
  83. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  84. b67c2a2 We can't have the global vector of modules be a static object, or it might get destroyed by Jim Ingham · 13 years ago
  85. 8006735 build: Add the Darwin-Kernel Makefile. by Daniel Dunbar · 13 years ago
  86. c2ff189 warnings: Fix another place with extension warnings I somehow missed. by Daniel Dunbar · 13 years ago
  87. 869ccb0 Add expectedFailure decorators. by Johnny Chen · 13 years ago
  88. c6b20fc Add some expr evaluations for simple STL data types. Radar to be filed soon. by Johnny Chen · 13 years ago
  89. 2bd310c tests: Improve Makefile/dotest to properly set LLDB_HERE variable used in some by Daniel Dunbar · 13 years ago
  90. bdc85ee ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 13 years ago
  91. c6ba554 build: Fix SWIG include paths on Darwin. by Daniel Dunbar · 13 years ago
  92. 8f4cdb4 build: Build in the Darwin-Kernel OperatingSystem plugin. by Daniel Dunbar · 13 years ago
  93. 8e584ec build: Fix Makefiles on Darwin to link proper dynamic loader plugin. by Daniel Dunbar · 13 years ago
  94. 37fdc1c warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings. by Daniel Dunbar · 13 years ago
  95. ca6bc7e warnings: Fix a non-standard escape sequence. by Daniel Dunbar · 13 years ago
  96. aed469f warnings: Fix use of a non-standard escape. by Daniel Dunbar · 13 years ago
  97. 354ffde warnings: Get rid of spurious semicolon. by Daniel Dunbar · 13 years ago
  98. f727cbf build: Add some -Wno's for things LLDB isn't clean on yet. by Daniel Dunbar · 13 years ago
  99. a1ebbd2 build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles). by Daniel Dunbar · 13 years ago
  100. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago