1. 82ad7ca Changing the NSDate data formatter to use GetData().uint64[] instead of relying on SBValue.GetValueAsUnsigned() to reinterpret a double as a uint64_t by Enrico Granata · 12 years ago
  2. 467e1ea Added process and thread logging the python OperatingSystem plug-in. by Greg Clayton · 12 years ago
  3. b2c1a41 Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64. by Greg Clayton · 12 years ago
  4. 0fd6c8d <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right thing when dealing with a 32-bit negative value by Enrico Granata · 12 years ago
  5. c5fbd9a Cleanup some variable names to indicate auto pointers and also manager the llvm::Module memory more correctly. by Greg Clayton · 12 years ago
  6. 7b771d2 eArgTypePath was removed in r166533; change -c to expect eArgTypeFilename. by Jason Molenda · 12 years ago
  7. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  8. 9a91ef6 This is a fix for the command option parser. by Sean Callanan · 12 years ago
  9. 2d32924 Better error message for invalid argument to --category - silenced the printout of the raw args when not in verbose mode by Enrico Granata · 12 years ago
  10. ef22b90 Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. by Greg Clayton · 12 years ago
  11. 2bc5737 Added a testcase for runtime types in Objective-C. by Sean Callanan · 12 years ago
  12. c01344c <rdar://problem/12523238> Commit 2 of 3 by Enrico Granata · 12 years ago
  13. ed2b62a Turns out there are 8 bits in a byte. by Jim Ingham · 12 years ago
  14. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  15. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  16. d43f40d Change how the UnwindAssemblyInstEmulation class tracks the setup of by Jason Molenda · 12 years ago
  17. de1edce Clean up help/usage messages for kdp-remote / gdb-remote a little bit. by Jason Molenda · 12 years ago
  18. b8080cb Fixing a compiler warning about has_children being used before being initialized by Enrico Granata · 12 years ago
  19. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  20. 61ff3a3 Improved support for language types as command options: by Sean Callanan · 12 years ago
  21. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  22. b8183d4 Added support for zero-length arrays at the end by Sean Callanan · 12 years ago
  23. ad76439 Proper copyright notice by Enrico Granata · 12 years ago
  24. 6837dfd <rdar://problem/12524810> by Greg Clayton · 12 years ago
  25. 14cf90e <rdar://problem/12479701> Use the plain pydoc pager to work around Python help() pagination conflicts with our I/O management by Enrico Granata · 12 years ago
  26. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  27. b9bd4ee <rdar://problem/12473003> by Greg Clayton · 12 years ago
  28. 25a66bc Reorder the sections of "USE AND EXTENSIONS" so the most useful to by Jason Molenda · 12 years ago
  29. 33f7dd5 Rename the lldb/gdb command page. by Jason Molenda · 12 years ago
  30. 509c728 Fixed a bug that caused floating-point values to be printed truncated. by Sean Callanan · 12 years ago
  31. 0f32a66 Also remove PlatformiOSSimulator::GetProcessInfo decl from by Jason Molenda · 12 years ago
  32. 4e84674 Improved logging for the SBTarget's launching and attaching APIs. by Sean Callanan · 12 years ago
  33. 88d3971 Fixed the iOS simulator platform: by Sean Callanan · 12 years ago
  34. 307c7fd <rdar://problem/12491387> by Greg Clayton · 12 years ago
  35. 2f27af8 Change the name of the variable used to detect if we are loading kexts to "load-kexts" instead of "disable-kext-loading" since the value is a boolean. This was requested by the person who requested the feature. It now defaults to true: by Greg Clayton · 12 years ago
  36. ee7a663 Remove -w write flag to watch set var from tutorial.html. by Jason Molenda · 12 years ago
  37. 2acbc2a Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyone starts using the settings for this plug-in. by Greg Clayton · 12 years ago
  38. 87e9d32 Added the infrastructure necessary for plug-ins to be able to add their own settings instead of having settings added to existing ones. In particular "target.disable-kext-loading" was added to "target" where it should actually be specific to the the dynamic loader plugin. Now the plug-in manager has the ability to create settings at the root level starting with "plugin". Each plug-in type can add new sub dictionaries, and then each plug-in can register a setting dictionary under its own short name. For example the DynamicLoaderDarwinKernel plug-in now registers a setting dictionary at: by Greg Clayton · 12 years ago
  39. 127291c Add a new target setting to disable automatic loading of kext images by Jason Molenda · 12 years ago
  40. 3b92456 typeo fix in comment by Jason Molenda · 12 years ago
  41. 6237746 Change CommunicationKDP::SendRequestWriteMemory to append data as binary by Jason Molenda · 12 years ago
  42. c7e5708 Fixed a bug where empty C structs were given size by Sean Callanan · 12 years ago
  43. 2657b6b Change the "rb" alias to "rbreak" since some people are used to typing more than "rb" and so weren't by Jim Ingham · 12 years ago
  44. 2e7f313 <rdar://problem/12491420> by Greg Clayton · 12 years ago
  45. e128068 Mention "break set -r" and "break set -p". by Jim Ingham · 12 years ago
  46. ed0a0fb <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 12 years ago
  47. 0c8446c <rdar://problem/12462048> by Greg Clayton · 12 years ago
  48. 7b69503 Improvements to the data formatters logging - plus, new log messages when our dynamic type changes by Enrico Granata · 12 years ago
  49. 6a97d42 Fixed ClangASTContext to own its TargetOptions by Sean Callanan · 12 years ago
  50. 683a97c Added support for "bool", "true", and "false" to by Sean Callanan · 12 years ago
  51. 3499e18 Added register write examples and also how to modify the pc. For this we show and example of GDB using the "jump" command, and LLDB using "register write" with an expression. by Greg Clayton · 12 years ago
  52. 0b2be9d <rdar://problem/12503640> Fixing an issue where the dynamic type of an Objective-C pointer changed but we still reported the one-true-definition for the previous type. This was causing issues where a variable could be reported as being of an entirely different type after an assignment by Enrico Granata · 12 years ago
  53. 6ca5be3 Add code to UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly by Jason Molenda · 12 years ago
  54. 75a443b API cleanup. by Greg Clayton · 12 years ago
  55. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  56. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  57. c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
  58. 1b97a65 llvm needs the OS to be set to either iOS or Mac OS X by Jason Molenda · 12 years ago
  59. db178a1 Patch from Matt Kopec: by Greg Clayton · 12 years ago
  60. 783ac95 If a full path to a compiler is provided on the by Sean Callanan · 12 years ago
  61. 5d30ea7 Add a new ABI plugin method which specifies whether the architecture by Jason Molenda · 12 years ago
  62. 6bc24c1 Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the by Jim Ingham · 12 years ago
  63. b859639 Added "process plugin packet send" and "process plugin packet history" for GDB remote. "process plugin packet send" will send a packet and receive a response. "process plugin packet history" will dump the packet history buffer. by Greg Clayton · 12 years ago
  64. 1ba663a Build with SDKROOT = macosx for "Debug" "DebugClang" and "Release" builds when building with Xcode. by Greg Clayton · 12 years ago
  65. 12f1d1e Fixed a logic error that showed up when compiling with a newer version of clang where: by Greg Clayton · 12 years ago
  66. f19e199 Patch from Daniel Malea -- Updated build instructions for Linux. by Greg Clayton · 12 years ago
  67. 45edd01 Mention that the code signing process also applies to Mountain Lion by Enrico Granata · 12 years ago
  68. 37d3fce Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 bit thread ID. by Greg Clayton · 12 years ago
  69. 13193d5 <rdar://problem/12491387> by Greg Clayton · 12 years ago
  70. 949b717 <rdar://problem/12490588> by Greg Clayton · 12 years ago
  71. 44aa393 Provide an SSL context ref in case SLL is needed for communication. by Greg Clayton · 12 years ago
  72. 82560f2 <rdar://problem/12490558> by Greg Clayton · 12 years ago
  73. fe3150f <rdar://problem/12489931> by Greg Clayton · 12 years ago
  74. 0bbb5b8 Fixed build problems with LLDB on Mac OS X, by Sean Callanan · 12 years ago
  75. 135c4eb Make SBDeclaration.h a public header in the LLDB.framework. by Greg Clayton · 12 years ago
  76. 6f01c93 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 12 years ago
  77. 5e91e37 Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux. by Greg Clayton · 12 years ago
  78. d1f0376 Patch from Andrew Kaylor that centralized where the info for: by Greg Clayton · 12 years ago
  79. d34a3b2 Modified patch from Matt Kopec that makes sure the run lock is acquired when attaching and makes sure the pid is being set on linux in the process info. by Greg Clayton · 12 years ago
  80. d9899e0 <rdar://problem/12042500> by Greg Clayton · 12 years ago
  81. 0bfb4b3 Fix build warnings. by Greg Clayton · 12 years ago
  82. 4fbe61b Fixed the IR interaction layer to deal with a by Sean Callanan · 12 years ago
  83. 3a98c89 Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map). by Greg Clayton · 12 years ago
  84. a510437 <rdar://problem/12331741> by Greg Clayton · 12 years ago
  85. 7971a03 Patch from Andrew Kaylor that fixes Linux default host triple values. by Greg Clayton · 12 years ago
  86. ce63358 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 12 years ago
  87. fb332f9 When OptionValueFileSpec is given a filename starting by Jason Molenda · 12 years ago
  88. e33ebf0 Change the scratch buffer for x86 assembly instructions in AssemblyParse_x86 from by Jason Molenda · 12 years ago
  89. 4930614 <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration by Enrico Granata · 12 years ago
  90. ef01f57 Move the scratch buffer allocation for x86 instructions from being allocated each instruction, by Jason Molenda · 12 years ago
  91. 94a5d0d Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 12 years ago
  92. f190a41 Don't make regexp commands as regular commands - they are "short cuts" and users should be able to override them with "unalias" but you can't unalias normal commands. by Jim Ingham · 12 years ago
  93. 38afc2e Free the opcode_data malloc'ed memory instead of leaking it - thanks for catching that, Chris. by Jason Molenda · 12 years ago
  94. dac50c2 Change the x86 unwinder from using edis as its disassembler by Jason Molenda · 12 years ago
  95. edb0d27 Someone was using vi and left a little something in the code. by Greg Clayton · 12 years ago
  96. bc92c01 Switched AppleObjCRuntimeV2::CreateClassDescriptor by Sean Callanan · 12 years ago
  97. 65529e3 Thinned the AppleObjCRuntimeV2's class descriptors. by Sean Callanan · 12 years ago
  98. b9bd5d1 <rdar://problem/12462575> Refactoring a block of shared code in the NSString data formatter by Enrico Granata · 12 years ago
  99. be2e964 Cleanup in the AppleObjCRuntimeV2 to make descriptors by Sean Callanan · 12 years ago
  100. ff06724 Patch from Dan Malea to fix a build break I introduced yesterday. by Jason Molenda · 12 years ago