1. 00db215 Enable all the new accelerator tables if they are present and don't manually by Greg Clayton · 13 years ago
  2. 044c02b Bumped Xcode project version for lldb-80 and debugserver-145. by Greg Clayton · 13 years ago
  3. 467c449 Remove the "-feliminate-unused-debug-types" OTHER_CFLAGS. by Greg Clayton · 13 years ago
  4. f6e3de2 Convert over to the latest and greatest on disc accelerator by Greg Clayton · 13 years ago
  5. 919a434 Enable the following CFLAGS in the Xcode project build: by Greg Clayton · 13 years ago
  6. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
  7. 096c293 Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to by Johnny Chen · 13 years ago
  8. de3d27e Factored out handling of the source code for an by Sean Callanan · 13 years ago
  9. 15ef51e Added the ability to get all section contents, or the section by Greg Clayton · 13 years ago
  10. 9a29f00 Add GetAddress to SBBreakpointLocation, and put the .i files in the API section of the Xcode project. by Jim Ingham · 13 years ago
  11. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  12. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  13. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  14. 6a64bbf The first part of a fix for being able to select an architecture slice from by Greg Clayton · 13 years ago
  15. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  16. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  17. 47dc457 This patch modifies the expression parser to allow it by Sean Callanan · 13 years ago
  18. 4003f57 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 13 years ago
  19. 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago
  20. e9f4982 Added first pass at PE COFF file reading support. It parses the sections by Greg Clayton · 13 years ago
  21. 9a3c2a5 Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. by Johnny Chen · 13 years ago
  22. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  23. c8cf5e2 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 13 years ago
  24. d84cc04 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 13 years ago
  25. d587a58 Separated FormatNavigator and FormatManager in two different files ; moved FormatCategoryItem enum out of FormatManager.h as a debugger-wide lldb_private enum ; minor style cleanups by Enrico Granata · 13 years ago
  26. 17f3d05 Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". by Greg Clayton · 13 years ago
  27. 0be2e9b More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files by Enrico Granata · 13 years ago
  28. 37f962e Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 13 years ago
  29. 9aac285 Whoops, accidentally committed my local scheme. by Sean Callanan · 13 years ago
  30. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  31. 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
  32. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  33. c5d97ed Bumped Xcode project versions for lldb-73 and debugserver-144. by Greg Clayton · 13 years ago
  34. c2a2825 Python commands: by Enrico Granata · 13 years ago
  35. e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
  36. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  37. 1239c1a Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional by Enrico Granata · 13 years ago
  38. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  39. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  40. e6526bb Remove the deprecated MacOSX native plug-in. by Greg Clayton · 13 years ago
  41. 19395ef Update Xcode project versions to lldb-70 and debugserver-142. by Greg Clayton · 13 years ago
  42. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  43. e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
  44. 0b723ce Remove extra launch arguments. by Greg Clayton · 13 years ago
  45. 051900b Fix build error for StringSummaryFormat undefined symbols. by Johnny Chen · 13 years ago
  46. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  47. ac304e4 Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and by Greg Clayton · 13 years ago
  48. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  49. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  50. 1e5b021 Added the ability to connect using "tcp://<host>:<port>" which is the by Greg Clayton · 13 years ago
  51. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  52. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  53. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  54. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  55. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  56. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  57. 2149c25 Revert some Xcode project changes that I didn't intend to checkin. by Greg Clayton · 13 years ago
  58. a5f99b6 Bumped Xcode project version for lldb-68. by Greg Clayton · 13 years ago
  59. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  60. e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
  61. 461c87a Useless Xcode project change that Xcode keeps wanting to add to my project so by Greg Clayton · 13 years ago
  62. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  63. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  64. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  65. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  66. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  67. f2fa5dd Bump Xcode project version to 64. by Greg Clayton · 13 years ago
  68. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  69. 4acd5ec Bumping Xcode project version for lldb-63. by Greg Clayton · 13 years ago
  70. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  71. 30ccc22 Add some extra linker flags to LLDB.framework so we can track down why we by Greg Clayton · 13 years ago
  72. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
  73. ed876b1 Add InferiorCallPOSIX.cpp/.h into the xcode project file to fix build error. by Johnny Chen · 13 years ago
  74. 1f56bd9 Bumped Xcode project version for lldb-60. by Greg Clayton · 13 years ago
  75. d8662f5 by Caroline Tice · 13 years ago
  76. 730b955 Remove the "a.out" argument from somewhere on Greg's machine in the lldb-tool run scheme. by Jim Ingham · 13 years ago
  77. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  78. 8fd872c lldb-58 by Greg Clayton · 13 years ago
  79. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  80. 80493d6 lldb-57 by Greg Clayton · 13 years ago
  81. 7d20d2b lldb-56 with codesign settings fixed in the Xcode projects. by Greg Clayton · 13 years ago
  82. 225b8e7 Bumping Xcode project versions for lldb-55 and debugserver-139. by Greg Clayton · 13 years ago
  83. c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
  84. 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
  85. 13d4ce9 Modified the lldb.xcodeproj to not have the headers in a copy files phase by Greg Clayton · 13 years ago
  86. 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
  87. d980518 Remove the custom working directory form the xcscheme. by Greg Clayton · 13 years ago
  88. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  89. 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 13 years ago
  90. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  91. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  92. a6297a7 by Caroline Tice · 13 years ago
  93. 4a34808 by Caroline Tice · 13 years ago
  94. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  95. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  96. 0400230 Removing Greg's working directory & startup arguments from the shared lldb-tool scheme. by Jim Ingham · 13 years ago
  97. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 13 years ago
  98. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  99. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 13 years ago
  100. 9a1941b Even more renaming. by Greg Clayton · 13 years ago