1. 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
  2. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  3. 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
  4. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  5. aa56141 Additional logging to track original versions of imported variables. by Sean Callanan · 13 years ago
  6. 9d60ca8 Remove duplicate and contradictory forward declaration. by Eric Christopher · 13 years ago
  7. 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
  8. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  9. d1d9f75 Bumped Xcode project version for lldb-86 and debugserver-151 by Greg Clayton · 13 years ago
  10. 49cddea Xcode project changes to install "lldb" into "/usr/bin" and have LLDB.framework by Greg Clayton · 13 years ago
  11. b47c998 Update a missed getHostTriple call, fixes non-__APPLE__ build by Peter Collingbourne · 13 years ago
  12. b607f42 Missed part of a previous patch. by Greg Clayton · 13 years ago
  13. ce65d2f Patch from Dragos Tatulea which was a modified version of a patch from by Greg Clayton · 13 years ago
  14. 59efe90 Wrapped some logging statements in conditionals, to prevent crashes. by Sean Callanan · 13 years ago
  15. 7537dce Updated LLVM/Clang to pick up a fix for imports of by Sean Callanan · 13 years ago
  16. 289880c For "Debug" and "Release" builds, don't build llvm into the $(OBJROOT) since by Greg Clayton · 13 years ago
  17. e959f78 Fixed the LD_DYLIB_INSTALL_NAME to the LLDB.framework. by Greg Clayton · 13 years ago
  18. 06c306c Fix linux build after r143679. by Benjamin Kramer · 13 years ago
  19. 07c51d0 Include limits.h for PATH_MAX. by Benjamin Kramer · 13 years ago
  20. 193cc83 Fixed a build issue on an older Xcode. by Greg Clayton · 13 years ago
  21. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  22. fa9e6dd Occasionally LLDB runs into contexts where the by Sean Callanan · 13 years ago
  23. 10dd7a4 Add a utility script: by Johnny Chen · 13 years ago
  24. 41a410d Fixed a problem where the "this" pointer didn't by Sean Callanan · 13 years ago
  25. 425743e Print out the task suspend count as well. by Jim Ingham · 13 years ago
  26. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  27. 2dc2260 The alpha and system z backends were removed. by Benjamin Kramer · 13 years ago
  28. 1c38d10 Fixed the function that gets values for the by Sean Callanan · 13 years ago
  29. ec31b37 Bumping Xcode project versions for lldb-85 and debugserver-150. by Greg Clayton · 13 years ago
  30. 1ea79b0 ...And forgot to check in build-llvm.pl. Sigh. by Sean Callanan · 13 years ago
  31. c1d750f Whoops, forgot to commit the updated .zip file. by Sean Callanan · 13 years ago
  32. 0fcc7d2 Try to unbreak Makefile builds. by Benjamin Kramer · 13 years ago
  33. 28ebe88 Updated LLVM/Clang to pull in an MCJIT fix that by Sean Callanan · 13 years ago
  34. f84d4dd <rdar://problem/10020849> by Greg Clayton · 13 years ago
  35. 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
  36. 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
  37. 99e6e6c Add bench entries. by Johnny Chen · 13 years ago
  38. ad670e4 Change the expected substrings for 'frame variable' output to: by Johnny Chen · 13 years ago
  39. 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
  40. 7b8eb76 Minor logging changes: added logging right before by Sean Callanan · 13 years ago
  41. fd0c1f4 build: liblldb now depends on the linker library by Daniel Dunbar · 13 years ago
  42. abe2d36 Restructure the relationship between UnwindLLDB and the by Jason Molenda · 13 years ago
  43. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  44. e5a4e81 Bumped Xcode project version to lldb-84 and debugserver-149. by Greg Clayton · 13 years ago
  45. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  46. 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
  47. 8006735 build: Add the Darwin-Kernel Makefile. by Daniel Dunbar · 13 years ago
  48. c2ff189 warnings: Fix another place with extension warnings I somehow missed. by Daniel Dunbar · 13 years ago
  49. 869ccb0 Add expectedFailure decorators. by Johnny Chen · 13 years ago
  50. c6b20fc Add some expr evaluations for simple STL data types. Radar to be filed soon. by Johnny Chen · 13 years ago
  51. 2bd310c tests: Improve Makefile/dotest to properly set LLDB_HERE variable used in some by Daniel Dunbar · 13 years ago
  52. bdc85ee ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 13 years ago
  53. c6ba554 build: Fix SWIG include paths on Darwin. by Daniel Dunbar · 13 years ago
  54. 8f4cdb4 build: Build in the Darwin-Kernel OperatingSystem plugin. by Daniel Dunbar · 13 years ago
  55. 8e584ec build: Fix Makefiles on Darwin to link proper dynamic loader plugin. by Daniel Dunbar · 13 years ago
  56. 37fdc1c warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings. by Daniel Dunbar · 13 years ago
  57. ca6bc7e warnings: Fix a non-standard escape sequence. by Daniel Dunbar · 13 years ago
  58. aed469f warnings: Fix use of a non-standard escape. by Daniel Dunbar · 13 years ago
  59. 354ffde warnings: Get rid of spurious semicolon. by Daniel Dunbar · 13 years ago
  60. f727cbf build: Add some -Wno's for things LLDB isn't clean on yet. by Daniel Dunbar · 13 years ago
  61. a1ebbd2 build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles). by Daniel Dunbar · 13 years ago
  62. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  63. f09a857 warnings: Fix several uses of trailing comma on enumeration extensions. by Daniel Dunbar · 13 years ago
  64. 705a098 warnings: Fix up several const qualified return types. by Daniel Dunbar · 13 years ago
  65. 3ac9f04 warnings: Fixup a number of mismatched tags problems. by Daniel Dunbar · 13 years ago
  66. 2888f55 build: Fix Darwin linker flags which weren't properly passed (and aren't valid). by Daniel Dunbar · 13 years ago
  67. b1668c9 build: Fixup Darwin process plugin build for Makefiles. by Daniel Dunbar · 13 years ago
  68. ce05757 AppleObjCTrampolineHandler: Use array_lengthof instead of unnecessary sentinel. by Daniel Dunbar · 13 years ago
  69. 8ca450b Revert 143359 and modify the test case to not include non-valid c identifier character. by Johnny Chen · 13 years ago
  70. 715f6b0 The IRDynamicChecks subsystem was not properly by Sean Callanan · 13 years ago
  71. a9c4f31 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  72. 437e3ff Add bench entries. by Johnny Chen · 13 years ago
  73. bec4180 Fix the r143266 check-in which broke TestCommandRegex.py. by Johnny Chen · 13 years ago
  74. f35a112 Add a Python script to invoke each test file under the test root using a separate process. by Johnny Chen · 13 years ago
  75. 2f8d35b When running tests, prepend our LibDir to the user's SHLIBPATH_VAR by Peter Collingbourne · 13 years ago
  76. 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
  77. 9394b5a Cloned FindExternalVisibleDecls from by Sean Callanan · 13 years ago
  78. bb715f9 Moved FindExternalLexicalDecls and a few smaller by Sean Callanan · 13 years ago
  79. 73b520f I moved the responsibility for interacting with the by Sean Callanan · 13 years ago
  80. cf78037 Add a simple regression test to go with r143260. by Johnny Chen · 13 years ago
  81. a8f53b9 Remove alpha from list of known architectures -- it was just removed by Jason Molenda · 13 years ago
  82. d6ceffb Updated the project to use the "DEVELOPER_DIR" build setting that specifies by Greg Clayton · 13 years ago
  83. d8a218d Fixed the "expression" command when it comes to using it with the new GDB format by Greg Clayton · 13 years ago
  84. e32a7bf Fix a type in Symbol::Compare which was causing calls to Compare with type eSymbolTypeAny to fail. by Jim Ingham · 13 years ago
  85. cb442da Add bench entries. by Johnny Chen · 13 years ago
  86. b09f847 Get a dummy target to allow for calculator mode while processing backticks. by Johnny Chen · 13 years ago
  87. 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
  88. f76afff As part of a general refactoring of ClangASTSource to by Sean Callanan · 13 years ago
  89. 1d4e4d5 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 13 years ago
  90. 3ec8bb7 Fixed the GDB format to allow the size and format characters to come in any by Greg Clayton · 13 years ago
  91. 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
  92. ca54193 Added support for C++0x char16_t and char32_t types. by Greg Clayton · 13 years ago
  93. 0e8147b Enabled the "printf" attribute on all debugserver logging functions and fixed by Greg Clayton · 13 years ago
  94. 7268b4c Added the ability to have GDB formats appended to any command so you can do by Greg Clayton · 13 years ago
  95. e700b60 Remove extra newline in the docstring. by Johnny Chen · 13 years ago
  96. 18fedd7 Added support for the C++Ox "nullptr_t" type. by Greg Clayton · 13 years ago
  97. 47fb2df Add bench entries. by Johnny Chen · 13 years ago
  98. 91da005 Fix a typo. by Johnny Chen · 13 years ago
  99. b6ee2e5 Bumping Xcode project version in mainline to match the latest build that was by Greg Clayton · 13 years ago
  100. 3dd49fd Added a bunch of logging to CompleteType for TagDecls and ObjCInterfaceDecls. by Sean Callanan · 13 years ago