1. dcf03f8 Made Target own a ClangASTSource that will be used by Sean Callanan · 13 years ago
  2. d3812fa Eliminated a compile warning by removing dyn_cast where isa is good enough. by Sean Callanan · 13 years ago
  3. c41606f Fixed a bug where the variable-resolution code by Sean Callanan · 13 years ago
  4. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  5. e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
  6. 36deaee Speed improvements for ULEB128 reading from James McIlree. by Greg Clayton · 13 years ago
  7. 36fe991 Confirm should accept both "Y" and "y" in case somebody confuses the "default answer" indicator for a by Jim Ingham · 13 years ago
  8. 1d9ffe2 Fixed Objective-C method lookup for methods with by Sean Callanan · 13 years ago
  9. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  10. bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
  11. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  12. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  13. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  14. f2a0a5c Updated LLVM/Clang to pull in a fix for Objective-C by Sean Callanan · 13 years ago
  15. bc50070 Added report errors for when the .apple_XXXX hashed name table lookups contain by Greg Clayton · 13 years ago
  16. 3fccc90 Fix order of arguments for target stop-hook list/delete. Having by Jason Molenda · 13 years ago
  17. 4049bc3 Fix help strings that refer to the "commands" top-level noun. by Jason Molenda · 13 years ago
  18. 6e56157 <rdar://problem/9334299> by Greg Clayton · 13 years ago
  19. 668a6c7 Made the Host::SetCrashDescription(const char *) function copy the incoming by Greg Clayton · 13 years ago
  20. 0943687 Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print by Greg Clayton · 13 years ago
  21. 8688673 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  22. 0731d2c Removed debug printf statements. by Greg Clayton · 13 years ago
  23. 91048ef Added the ability for many of the "target modules dump xxx" commands to find by Greg Clayton · 13 years ago
  24. 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
  25. 3840cd7 <rdar://problem/10374840> by Greg Clayton · 13 years ago
  26. 9b71484 Added a function to ClangASTSource to service by Sean Callanan · 13 years ago
  27. 32e2564 Cleanup some warnings. by Greg Clayton · 13 years ago
  28. dd6201e "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 13 years ago
  29. 0922f7c Bitfields in uint8_t's will have format eFormatChar and DataExtractor::Dump by Jason Molenda · 13 years ago
  30. 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
  31. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  32. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  33. aa56141 Additional logging to track original versions of imported variables. by Sean Callanan · 13 years ago
  34. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  35. b47c998 Update a missed getHostTriple call, fixes non-__APPLE__ build by Peter Collingbourne · 13 years ago
  36. ce65d2f Patch from Dragos Tatulea which was a modified version of a patch from by Greg Clayton · 13 years ago
  37. 59efe90 Wrapped some logging statements in conditionals, to prevent crashes. by Sean Callanan · 13 years ago
  38. 7537dce Updated LLVM/Clang to pick up a fix for imports of by Sean Callanan · 13 years ago
  39. 06c306c Fix linux build after r143679. by Benjamin Kramer · 13 years ago
  40. 193cc83 Fixed a build issue on an older Xcode. by Greg Clayton · 13 years ago
  41. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  42. fa9e6dd Occasionally LLDB runs into contexts where the by Sean Callanan · 13 years ago
  43. 41a410d Fixed a problem where the "this" pointer didn't by Sean Callanan · 13 years ago
  44. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  45. 2dc2260 The alpha and system z backends were removed. by Benjamin Kramer · 13 years ago
  46. 1c38d10 Fixed the function that gets values for the by Sean Callanan · 13 years ago
  47. 28ebe88 Updated LLVM/Clang to pull in an MCJIT fix that by Sean Callanan · 13 years ago
  48. f84d4dd <rdar://problem/10020849> by Greg Clayton · 13 years ago
  49. 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
  50. 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
  51. 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
  52. 7b8eb76 Minor logging changes: added logging right before by Sean Callanan · 13 years ago
  53. abe2d36 Restructure the relationship between UnwindLLDB and the by Jason Molenda · 13 years ago
  54. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  55. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  56. 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
  57. 8006735 build: Add the Darwin-Kernel Makefile. by Daniel Dunbar · 13 years ago
  58. c2ff189 warnings: Fix another place with extension warnings I somehow missed. by Daniel Dunbar · 13 years ago
  59. bdc85ee ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 13 years ago
  60. c6ba554 build: Fix SWIG include paths on Darwin. by Daniel Dunbar · 13 years ago
  61. 8f4cdb4 build: Build in the Darwin-Kernel OperatingSystem plugin. by Daniel Dunbar · 13 years ago
  62. 8e584ec build: Fix Makefiles on Darwin to link proper dynamic loader plugin. by Daniel Dunbar · 13 years ago
  63. 37fdc1c warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings. by Daniel Dunbar · 13 years ago
  64. ca6bc7e warnings: Fix a non-standard escape sequence. by Daniel Dunbar · 13 years ago
  65. aed469f warnings: Fix use of a non-standard escape. by Daniel Dunbar · 13 years ago
  66. 354ffde warnings: Get rid of spurious semicolon. by Daniel Dunbar · 13 years ago
  67. a1ebbd2 build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles). by Daniel Dunbar · 13 years ago
  68. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  69. f09a857 warnings: Fix several uses of trailing comma on enumeration extensions. by Daniel Dunbar · 13 years ago
  70. 705a098 warnings: Fix up several const qualified return types. by Daniel Dunbar · 13 years ago
  71. b1668c9 build: Fixup Darwin process plugin build for Makefiles. by Daniel Dunbar · 13 years ago
  72. ce05757 AppleObjCTrampolineHandler: Use array_lengthof instead of unnecessary sentinel. by Daniel Dunbar · 13 years ago
  73. 8ca450b Revert 143359 and modify the test case to not include non-valid c identifier character. by Johnny Chen · 13 years ago
  74. 715f6b0 The IRDynamicChecks subsystem was not properly by Sean Callanan · 13 years ago
  75. a9c4f31 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  76. bec4180 Fix the r143266 check-in which broke TestCommandRegex.py. by Johnny Chen · 13 years ago
  77. 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
  78. 9394b5a Cloned FindExternalVisibleDecls from by Sean Callanan · 13 years ago
  79. bb715f9 Moved FindExternalLexicalDecls and a few smaller by Sean Callanan · 13 years ago
  80. 73b520f I moved the responsibility for interacting with the by Sean Callanan · 13 years ago
  81. a8f53b9 Remove alpha from list of known architectures -- it was just removed by Jason Molenda · 13 years ago
  82. d8a218d Fixed the "expression" command when it comes to using it with the new GDB format by Greg Clayton · 13 years ago
  83. e32a7bf Fix a type in Symbol::Compare which was causing calls to Compare with type eSymbolTypeAny to fail. by Jim Ingham · 13 years ago
  84. b09f847 Get a dummy target to allow for calculator mode while processing backticks. by Johnny Chen · 13 years ago
  85. 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
  86. f76afff As part of a general refactoring of ClangASTSource to by Sean Callanan · 13 years ago
  87. 1d4e4d5 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 13 years ago
  88. 3ec8bb7 Fixed the GDB format to allow the size and format characters to come in any by Greg Clayton · 13 years ago
  89. 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
  90. ca54193 Added support for C++0x char16_t and char32_t types. by Greg Clayton · 13 years ago
  91. 7268b4c Added the ability to have GDB formats appended to any command so you can do by Greg Clayton · 13 years ago
  92. 18fedd7 Added support for the C++Ox "nullptr_t" type. by Greg Clayton · 13 years ago
  93. 3dd49fd Added a bunch of logging to CompleteType for TagDecls and ObjCInterfaceDecls. by Sean Callanan · 13 years ago
  94. c0977b9 Python does some bad things to the signal masks in the current process and by Greg Clayton · 13 years ago
  95. 1c65853 Grab the address of the breakpoint site for the StopInfoBreakpoint so if by Jim Ingham · 13 years ago
  96. 8226e94 Fix up how we shut down the communication with debugserver so we don't rely on by Jim Ingham · 13 years ago
  97. 0881869 Fixed a leak in the LLVM disassembler where the by Sean Callanan · 13 years ago
  98. b7669b3 <rdar://problem/10357230> by Greg Clayton · 13 years ago
  99. f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
  100. 6f3bde7 Changed the way the expression parser handles variables by Sean Callanan · 13 years ago