1. b9f6fd8 Use libxml2 on Mac OS X. by Filipe Cabecinhas · 12 years ago
  2. a5c92b6 Resolve any bundle paths we are given when the specified executable is a bundle. by Greg Clayton · 12 years ago
  3. 36d507f More fixes from MSVC warnings found by Carlo Kok. by Greg Clayton · 12 years ago
  4. e1f745a Carlo Kok was compiling with MSVC, caught some more issues. by Greg Clayton · 12 years ago
  5. 34507e4 Carlo Kok found an issue where default parameters were causing the wrong argument to be passed. I got rid of the default args so we don't run into this. by Greg Clayton · 12 years ago
  6. 93e2693 Patch for issue found by Carlo Kok. Fixed a type issue where an ';' was incorrectly following an if statement. There actually isn't a need for the if statement, so it was removed. by Greg Clayton · 12 years ago
  7. 1e4d8f0 Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 12 years ago
  8. 50ba5ad Removed some spurious files from our Copy Headers build phase. by Sean Callanan · 12 years ago
  9. c71397b Fixed a crash when we couldn't create a by Sean Callanan · 12 years ago
  10. 0a68226 Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstruction by Jason Molenda · 12 years ago
  11. fd670c2 <rdar://problem/12586188> Make ImportError a special case for "command script import", such that the error message for the exception becomes the error for the entire import operation by Enrico Granata · 12 years ago
  12. b5431d0 <rdar://problem/12602978> by Greg Clayton · 12 years ago
  13. f0fab4f Fixed build warnings. by Greg Clayton · 12 years ago
  14. c7f17c0 Make blocks that capture their containing method's object pointer look like methods of by Jim Ingham · 12 years ago
  15. 8fda922 Change a couple of raw printf's to expression log output. by Jim Ingham · 12 years ago
  16. f256975 Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look up by Jason Molenda · 12 years ago
  17. 7c5e22f Path from Ashok Thirumurthi: by Greg Clayton · 12 years ago
  18. 08f7fff Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) by Enrico Granata · 12 years ago
  19. a3da572 Patch from Matt Kopec <matt.kopec@intel.com> to handle stepping into multiply-nested inlined code. by Jim Ingham · 12 years ago
  20. 4af3835 Patch from Matt Kopec: by Greg Clayton · 12 years ago
  21. 42dc5a5 Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR. by Greg Clayton · 12 years ago
  22. 4756b67 Use the "data()" accessor on the std::vector<clang_type_t> in case it is empty. by Greg Clayton · 12 years ago
  23. 9927057 Added the ability to get function return and argument types to SBType(): by Greg Clayton · 12 years ago
  24. aaf0088 Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok. by Greg Clayton · 12 years ago
  25. 82913de Ensuring that the swig typemaps for SBData set the size to 0 along with the pointer to NULL by Enrico Granata · 12 years ago
  26. db05491 <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it by Enrico Granata · 12 years ago
  27. 8433278 <rdar://problem/12500785> by Greg Clayton · 12 years ago
  28. ca57bc5 Fix an incorrect comment... by Jim Ingham · 12 years ago
  29. a955275 Improve the broadcast event dumping. by Greg Clayton · 12 years ago
  30. a32c5a5 This is the first phase of supporting the DW_AT_object_pointer tag. I expanded the decl metadata by Jim Ingham · 12 years ago
  31. 4fa015b If we got what looks like a single step exception but we weren't single stepping then just report by Jim Ingham · 12 years ago
  32. 89fda00 Moving ValueObjectCast over to its own .h/.cpp files instead of sharing ValueObjectDynamic.h/.cpp by Enrico Granata · 12 years ago
  33. c62f5ab Fixes to the Objective-C V2 runtime: by Sean Callanan · 12 years ago
  34. b856a45 Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt 5" usage. by Jason Molenda · 12 years ago
  35. 6021b24 Document "bt <n>" for "thread backtrace -c <n>", note that it is available by Jason Molenda · 12 years ago
  36. 51d7a39 This patch updates comments in the Predicate class to describe a subtle behavior that callers may need to be aware. It also adds documentation for one function which didn’t have any. by Andrew Kaylor · 12 years ago
  37. fee26ee Add API to get the process plugin name & short name. by Jim Ingham · 12 years ago
  38. b34ca85 Updated the "breakpoint command add" documentation and fixed the web site docs for the signature of the python breakpoint callback functions. by Greg Clayton · 12 years ago
  39. 37816a3 Add a new capability to RegisterContextLLDB: To recognize when the by Jason Molenda · 12 years ago
  40. 0a07c0e Document target.source-map as the replacement for gdb's directory command. by Jason Molenda · 12 years ago
  41. 9d9b063 Add a teardown function to TestAbbreviations so it doesn't error out when running for two archs. by Filipe Cabecinhas · 12 years ago
  42. fb46772 <rdar://problem/12570550> by Greg Clayton · 12 years ago
  43. 23f2194 Found a couple more places where we need to run all threads when stepping. by Jim Ingham · 12 years ago
  44. 02ed285 Add text to the help to explain how to set user defined variables. by Jim Ingham · 12 years ago
  45. 91a9f21 Allow operating system plug-ins to specify the address for registers so we don't have to create data up front. by Greg Clayton · 12 years ago
  46. d21d8aa Add section on creating convenience variables. by Jim Ingham · 12 years ago
  47. 90c6cd5 Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed. by Greg Clayton · 12 years ago
  48. cbe707c Updated LLDB's use of the DiagnosticsEngine to by Sean Callanan · 12 years ago
  49. d06bb50 Identify a kdp session that is connecting to an EFI monitor, by Jason Molenda · 12 years ago
  50. 0acf4c6 Added --framework and --executable arguments by Sean Callanan · 12 years ago
  51. 6319042 Fixing the test case for rdar://12481949 to do the right thing with our new rules for sign-extension in GetValueAsUnsigned() by Enrico Granata · 12 years ago
  52. fb6a8bb And one more logging message goes away by Enrico Granata · 12 years ago
  53. 03bc3fd Reverting unwanted changes to the test suite by Enrico Granata · 12 years ago
  54. 671dd55 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 12 years ago
  55. 4a0a125 Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropriate calls in Scalar - Making sure Scalar does the right thing when casting signed values to unsigned ones. by Enrico Granata · 12 years ago
  56. 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
  57. 467e1ea Added process and thread logging the python OperatingSystem plug-in. by Greg Clayton · 12 years ago
  58. b2c1a41 Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64. by Greg Clayton · 12 years ago
  59. 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
  60. c5fbd9a Cleanup some variable names to indicate auto pointers and also manager the llvm::Module memory more correctly. by Greg Clayton · 12 years ago
  61. 7b771d2 eArgTypePath was removed in r166533; change -c to expect eArgTypeFilename. by Jason Molenda · 12 years ago
  62. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  63. 9a91ef6 This is a fix for the command option parser. by Sean Callanan · 12 years ago
  64. 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
  65. 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
  66. 2bc5737 Added a testcase for runtime types in Objective-C. by Sean Callanan · 12 years ago
  67. c01344c <rdar://problem/12523238> Commit 2 of 3 by Enrico Granata · 12 years ago
  68. ed2b62a Turns out there are 8 bits in a byte. by Jim Ingham · 12 years ago
  69. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  70. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  71. d43f40d Change how the UnwindAssemblyInstEmulation class tracks the setup of by Jason Molenda · 12 years ago
  72. de1edce Clean up help/usage messages for kdp-remote / gdb-remote a little bit. by Jason Molenda · 12 years ago
  73. b8080cb Fixing a compiler warning about has_children being used before being initialized by Enrico Granata · 12 years ago
  74. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  75. 61ff3a3 Improved support for language types as command options: by Sean Callanan · 12 years ago
  76. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  77. b8183d4 Added support for zero-length arrays at the end by Sean Callanan · 12 years ago
  78. ad76439 Proper copyright notice by Enrico Granata · 12 years ago
  79. 6837dfd <rdar://problem/12524810> by Greg Clayton · 12 years ago
  80. 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
  81. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  82. b9bd4ee <rdar://problem/12473003> by Greg Clayton · 12 years ago
  83. 25a66bc Reorder the sections of "USE AND EXTENSIONS" so the most useful to by Jason Molenda · 12 years ago
  84. 33f7dd5 Rename the lldb/gdb command page. by Jason Molenda · 12 years ago
  85. 509c728 Fixed a bug that caused floating-point values to be printed truncated. by Sean Callanan · 12 years ago
  86. 0f32a66 Also remove PlatformiOSSimulator::GetProcessInfo decl from by Jason Molenda · 12 years ago
  87. 4e84674 Improved logging for the SBTarget's launching and attaching APIs. by Sean Callanan · 12 years ago
  88. 88d3971 Fixed the iOS simulator platform: by Sean Callanan · 12 years ago
  89. 307c7fd <rdar://problem/12491387> by Greg Clayton · 12 years ago
  90. 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
  91. ee7a663 Remove -w write flag to watch set var from tutorial.html. by Jason Molenda · 12 years ago
  92. 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
  93. 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
  94. 127291c Add a new target setting to disable automatic loading of kext images by Jason Molenda · 12 years ago
  95. 3b92456 typeo fix in comment by Jason Molenda · 12 years ago
  96. 6237746 Change CommunicationKDP::SendRequestWriteMemory to append data as binary by Jason Molenda · 12 years ago
  97. c7e5708 Fixed a bug where empty C structs were given size by Sean Callanan · 12 years ago
  98. 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
  99. 2e7f313 <rdar://problem/12491420> by Greg Clayton · 12 years ago
  100. e128068 Mention "break set -r" and "break set -p". by Jim Ingham · 12 years ago