1. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 13 years ago
  2. 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 13 years ago
  3. 5ed59a7 I have modified the part of the code that finds and by Sean Callanan · 13 years ago
  4. 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
  5. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
  6. 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 13 years ago
  7. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
  8. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
  9. 434b7dd Tightened up the variable list to deal with by Sean Callanan · 13 years ago
  10. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
  11. e1301a6 As part of the work to make Objective-C type information by Sean Callanan · 13 years ago
  12. 31ad9cc Correct typo in method name (AddSymbolFileRepresendation...) by Jim Ingham · 13 years ago
  13. 16d2187 Added the ability for clients to grab a set of symbol table indexes and then by Greg Clayton · 13 years ago
  14. d0b7cfa Testcase fixes with the new symbol lookup code for by Sean Callanan · 13 years ago
  15. 2fc7e8d Added ClangExternalASTSourceCommon, a local superclass by Sean Callanan · 13 years ago
  16. 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
  17. ad382c5 Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from by Jim Ingham · 13 years ago
  18. bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 13 years ago
  19. d5b0b44 After moving lldb::pid_t to 64 bits, keep a deprecated version around for by Greg Clayton · 13 years ago
  20. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  21. 21ef5bb Made symbol lookup in the expression parser more robust: by Sean Callanan · 13 years ago
  22. fa21ffd rdar://problem/10501020 by Johnny Chen · 13 years ago
  23. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  24. ed5a4b1 Added #ifdef wrappers around the contents of ASTDumper.h. by Sean Callanan · 13 years ago
  25. 89e7df3 Modified ClangExpressionDeclMap to use existing by Sean Callanan · 13 years ago
  26. a3d0447 Changed ClangASTImporter to allow finer-grained by Sean Callanan · 13 years ago
  27. 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
  28. ce04560 Remove incorrect return type from SetHeaderDataByteSize accessor (partial by Greg Clayton · 13 years ago
  29. 2eb5122 Got the sizeof(lldb_private::Symbol) down to 64 bytes (from 72 bytes) by not by Greg Clayton · 13 years ago
  30. 0c496cd 12% allocated memory savings when debugging clang with DWARF in .o files by by Greg Clayton · 13 years ago
  31. be9875d Many GDB users always want to display disassembly when they stop by using by Greg Clayton · 13 years ago
  32. fecc09c Pulled in a new revision of LLVM/Clang and added by Sean Callanan · 13 years ago
  33. 323ce42 Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match by Jim Ingham · 13 years ago
  34. a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
  35. 5a55c7a This commit completes the rearchitecting of ClangASTSource by Sean Callanan · 13 years ago
  36. 464c616 Use a pseudoterminal for local processes if no STDIO redirection or other by Greg Clayton · 13 years ago
  37. ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
  38. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  39. 595553a Added support to the ASTImporter for passing by Sean Callanan · 13 years ago
  40. d01bf88 Changed the ClangASTImporter to store metadata by Sean Callanan · 13 years ago
  41. cf3c7bd Added a CopyType method to the ASTImporter that handles opaque QualTypes. by Sean Callanan · 13 years ago
  42. 4938bd6 I made the ClangASTImporter owned by the target by Sean Callanan · 13 years ago
  43. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  44. e0b7f94 Fixed a problem where the target didn't use a by Sean Callanan · 13 years ago
  45. dcf03f8 Made Target own a ClangASTSource that will be used by Sean Callanan · 13 years ago
  46. e9cd03a Removed the ClangASTImporter pointer from by Sean Callanan · 13 years ago
  47. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  48. e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
  49. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  50. bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
  51. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  52. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  53. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  54. 70d7092 Fixed a bug that inhibited symbol lookup. The by Sean Callanan · 13 years ago
  55. 22a3afd Allow the Apple hash tables to be emtpy. by Greg Clayton · 13 years ago
  56. 6e56157 <rdar://problem/9334299> by Greg Clayton · 13 years ago
  57. 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
  58. 9b71484 Added a function to ClangASTSource to service by Sean Callanan · 13 years ago
  59. 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
  60. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  61. 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
  62. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  63. 9d60ca8 Remove duplicate and contradictory forward declaration. by Eric Christopher · 13 years ago
  64. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  65. b607f42 Missed part of a previous patch. by Greg Clayton · 13 years ago
  66. 07c51d0 Include limits.h for PATH_MAX. by Benjamin Kramer · 13 years ago
  67. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  68. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  69. 0fcc7d2 Try to unbreak Makefile builds. by Benjamin Kramer · 13 years ago
  70. 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
  71. 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
  72. 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
  73. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  74. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  75. f09a857 warnings: Fix several uses of trailing comma on enumeration extensions. by Daniel Dunbar · 13 years ago
  76. 705a098 warnings: Fix up several const qualified return types. by Daniel Dunbar · 13 years ago
  77. 3ac9f04 warnings: Fixup a number of mismatched tags problems. by Daniel Dunbar · 13 years ago
  78. 715f6b0 The IRDynamicChecks subsystem was not properly by Sean Callanan · 13 years ago
  79. 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
  80. 9394b5a Cloned FindExternalVisibleDecls from by Sean Callanan · 13 years ago
  81. bb715f9 Moved FindExternalLexicalDecls and a few smaller by Sean Callanan · 13 years ago
  82. 73b520f I moved the responsibility for interacting with the by Sean Callanan · 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. f76afff As part of a general refactoring of ClangASTSource to by Sean Callanan · 13 years ago
  85. 3ec8bb7 Fixed the GDB format to allow the size and format characters to come in any by Greg Clayton · 13 years ago
  86. 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
  87. 7268b4c Added the ability to have GDB formats appended to any command so you can do by Greg Clayton · 13 years ago
  88. f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
  89. 6f3bde7 Changed the way the expression parser handles variables by Sean Callanan · 13 years ago
  90. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  91. 4b3cef0 Extended the IR interpreter to handle the variables by Sean Callanan · 13 years ago
  92. cfbfb1a Use full path to ClangForward.h by Peter Collingbourne · 13 years ago
  93. a31b4dd Added a new #define, LLVM_NDEBUG_OFF, that should by Sean Callanan · 13 years ago
  94. 65193b3 Fixed VerifyDecl to use shared forward declarations. by Sean Callanan · 13 years ago
  95. 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
  96. 5e8eb5c Fixed an issue where a class that resides inside another class wasn't getting by Greg Clayton · 13 years ago
  97. c6d161e Added VerifyDecl, a function that, when LLDB is by Sean Callanan · 13 years ago
  98. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  99. c7ca466 Improved handling of static data in the expression by Sean Callanan · 13 years ago
  100. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago