1. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  2. 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
  3. 8006735 build: Add the Darwin-Kernel Makefile. by Daniel Dunbar · 13 years ago
  4. c2ff189 warnings: Fix another place with extension warnings I somehow missed. by Daniel Dunbar · 13 years ago
  5. 869ccb0 Add expectedFailure decorators. by Johnny Chen · 13 years ago
  6. c6b20fc Add some expr evaluations for simple STL data types. Radar to be filed soon. by Johnny Chen · 13 years ago
  7. 2bd310c tests: Improve Makefile/dotest to properly set LLDB_HERE variable used in some by Daniel Dunbar · 13 years ago
  8. bdc85ee ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 13 years ago
  9. c6ba554 build: Fix SWIG include paths on Darwin. by Daniel Dunbar · 13 years ago
  10. 8f4cdb4 build: Build in the Darwin-Kernel OperatingSystem plugin. by Daniel Dunbar · 13 years ago
  11. 8e584ec build: Fix Makefiles on Darwin to link proper dynamic loader plugin. by Daniel Dunbar · 13 years ago
  12. 37fdc1c warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings. by Daniel Dunbar · 13 years ago
  13. ca6bc7e warnings: Fix a non-standard escape sequence. by Daniel Dunbar · 13 years ago
  14. aed469f warnings: Fix use of a non-standard escape. by Daniel Dunbar · 13 years ago
  15. 354ffde warnings: Get rid of spurious semicolon. by Daniel Dunbar · 13 years ago
  16. f727cbf build: Add some -Wno's for things LLDB isn't clean on yet. by Daniel Dunbar · 13 years ago
  17. a1ebbd2 build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles). by Daniel Dunbar · 13 years ago
  18. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  19. f09a857 warnings: Fix several uses of trailing comma on enumeration extensions. by Daniel Dunbar · 13 years ago
  20. 705a098 warnings: Fix up several const qualified return types. by Daniel Dunbar · 13 years ago
  21. 3ac9f04 warnings: Fixup a number of mismatched tags problems. by Daniel Dunbar · 13 years ago
  22. 2888f55 build: Fix Darwin linker flags which weren't properly passed (and aren't valid). by Daniel Dunbar · 13 years ago
  23. b1668c9 build: Fixup Darwin process plugin build for Makefiles. by Daniel Dunbar · 13 years ago
  24. ce05757 AppleObjCTrampolineHandler: Use array_lengthof instead of unnecessary sentinel. by Daniel Dunbar · 13 years ago
  25. 8ca450b Revert 143359 and modify the test case to not include non-valid c identifier character. by Johnny Chen · 13 years ago
  26. 715f6b0 The IRDynamicChecks subsystem was not properly by Sean Callanan · 13 years ago
  27. a9c4f31 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  28. 437e3ff Add bench entries. by Johnny Chen · 13 years ago
  29. bec4180 Fix the r143266 check-in which broke TestCommandRegex.py. by Johnny Chen · 13 years ago
  30. f35a112 Add a Python script to invoke each test file under the test root using a separate process. by Johnny Chen · 13 years ago
  31. 2f8d35b When running tests, prepend our LibDir to the user's SHLIBPATH_VAR by Peter Collingbourne · 13 years ago
  32. 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
  33. 9394b5a Cloned FindExternalVisibleDecls from by Sean Callanan · 13 years ago
  34. bb715f9 Moved FindExternalLexicalDecls and a few smaller by Sean Callanan · 13 years ago
  35. 73b520f I moved the responsibility for interacting with the by Sean Callanan · 13 years ago
  36. cf78037 Add a simple regression test to go with r143260. by Johnny Chen · 13 years ago
  37. a8f53b9 Remove alpha from list of known architectures -- it was just removed by Jason Molenda · 13 years ago
  38. d6ceffb Updated the project to use the "DEVELOPER_DIR" build setting that specifies by Greg Clayton · 13 years ago
  39. d8a218d Fixed the "expression" command when it comes to using it with the new GDB format by Greg Clayton · 13 years ago
  40. e32a7bf Fix a type in Symbol::Compare which was causing calls to Compare with type eSymbolTypeAny to fail. by Jim Ingham · 13 years ago
  41. cb442da Add bench entries. by Johnny Chen · 13 years ago
  42. b09f847 Get a dummy target to allow for calculator mode while processing backticks. by Johnny Chen · 13 years ago
  43. 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
  44. f76afff As part of a general refactoring of ClangASTSource to by Sean Callanan · 13 years ago
  45. 1d4e4d5 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 13 years ago
  46. 3ec8bb7 Fixed the GDB format to allow the size and format characters to come in any by Greg Clayton · 13 years ago
  47. 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
  48. ca54193 Added support for C++0x char16_t and char32_t types. by Greg Clayton · 13 years ago
  49. 0e8147b Enabled the "printf" attribute on all debugserver logging functions and fixed by Greg Clayton · 13 years ago
  50. 7268b4c Added the ability to have GDB formats appended to any command so you can do by Greg Clayton · 13 years ago
  51. e700b60 Remove extra newline in the docstring. by Johnny Chen · 13 years ago
  52. 18fedd7 Added support for the C++Ox "nullptr_t" type. by Greg Clayton · 13 years ago
  53. 47fb2df Add bench entries. by Johnny Chen · 13 years ago
  54. 91da005 Fix a typo. by Johnny Chen · 13 years ago
  55. b6ee2e5 Bumping Xcode project version in mainline to match the latest build that was by Greg Clayton · 13 years ago
  56. 3dd49fd Added a bunch of logging to CompleteType for TagDecls and ObjCInterfaceDecls. by Sean Callanan · 13 years ago
  57. c0977b9 Python does some bad things to the signal masks in the current process and by Greg Clayton · 13 years ago
  58. 1c65853 Grab the address of the breakpoint site for the StopInfoBreakpoint so if by Jim Ingham · 13 years ago
  59. 8226e94 Fix up how we shut down the communication with debugserver so we don't rely on by Jim Ingham · 13 years ago
  60. 0a833be Add a binutils.py which contains Python functions for displaying bit representation of numbers. by Johnny Chen · 13 years ago
  61. 8904eb0 Print out the version of the locally built 'lldb' binary, not the one found in your PATH env variable. by Johnny Chen · 13 years ago
  62. 88309fd This benchmark is meant to run the locally built 'lldb' binary, not the binary on the PATH env variable. by Johnny Chen · 13 years ago
  63. 0881869 Fixed a leak in the LLVM disassembler where the by Sean Callanan · 13 years ago
  64. b7669b3 <rdar://problem/10357230> by Greg Clayton · 13 years ago
  65. f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
  66. 6f3bde7 Changed the way the expression parser handles variables by Sean Callanan · 13 years ago
  67. 5e94f62 Add bench history entries. by Johnny Chen · 13 years ago
  68. 9351b4f Undo r142549 and r142543 which temporarily relax the expected substrings for by Johnny Chen · 13 years ago
  69. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  70. 8d167d6 Liberalized the "id" check a little; now "id" can be found in namespaces. by Sean Callanan · 13 years ago
  71. b549b0a Disabled lookups for the Objective-C builtin type "id;" by Sean Callanan · 13 years ago
  72. 9b947fc Updated the grossly out of date status page. by Greg Clayton · 13 years ago
  73. 0d80e07 Add display of min and max samples to Stopwatch's string representation. by Johnny Chen · 13 years ago
  74. 20b8a96 Added an extra parameter to the object-checker by Sean Callanan · 13 years ago
  75. ebbec4c Establish a baseline for bench.py score by using a fixed lldb executable as the by Johnny Chen · 13 years ago
  76. 4b3cef0 Extended the IR interpreter to handle the variables by Sean Callanan · 13 years ago
  77. 4cd531f Fixed the display of OSTypes (the four character codes). by Greg Clayton · 13 years ago
  78. eeddf87 When completing "help foo bar" if "foo" is not a real command, don't ask its NULL command object to complete the line. by Jim Ingham · 13 years ago
  79. 966096b Update the GDB format text to be a bit more clear. by Greg Clayton · 13 years ago
  80. cfbfb1a Use full path to ClangForward.h by Peter Collingbourne · 13 years ago
  81. a31b4dd Added a new #define, LLVM_NDEBUG_OFF, that should by Sean Callanan · 13 years ago
  82. 65193b3 Fixed VerifyDecl to use shared forward declarations. by Sean Callanan · 13 years ago
  83. 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
  84. 5e8eb5c Fixed an issue where a class that resides inside another class wasn't getting by Greg Clayton · 13 years ago
  85. c6d161e Added VerifyDecl, a function that, when LLDB is by Sean Callanan · 13 years ago
  86. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  87. 2395ede Fix typo in the docstring. by Johnny Chen · 13 years ago
  88. 2bb0549 Add another metric for startup delay -- run to breakpoint, which measures the time from issuing by Johnny Chen · 13 years ago
  89. 3a54676 Fixed a problem where local variables conflict with by Sean Callanan · 13 years ago
  90. 0409d99 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. by Johnny Chen · 13 years ago
  91. c7ca466 Improved handling of static data in the expression by Sean Callanan · 13 years ago
  92. 0eb2139 Fixed our handling of const functions, compensating by Sean Callanan · 13 years ago
  93. 5325ce9 Patch from Dragos to fix Linux build! by Johnny Chen · 13 years ago
  94. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  95. 3f2ec9b Prefix display/undisplay regexp command alises with "_regexp" as per the by Jason Molenda · 13 years ago
  96. a0a10d0 typeo by Jason Molenda · 13 years ago
  97. a2f701f Add examples of shortest-possible lldb commands where appropriate. by Jason Molenda · 13 years ago
  98. 66756c2 <rdar://problem/10335756> by Greg Clayton · 13 years ago
  99. 9d855c6 Simplified the CommandInterpreter::StripFirstWord logic by making it a static by Greg Clayton · 13 years ago
  100. 64df1aa Add a bench-history file to keep track of simple bench results. by Johnny Chen · 13 years ago