1. bb53fe5 Make our eliding of artificially-generated methods by Sean Callanan · 11 years ago
  2. f408e99 Fixed Process::ReadScalarIntegerFromMemory() by Sean Callanan · 11 years ago
  3. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  4. 32657de Build fixes for FreeBSD 9.1. - TODO: Support extended register sets on FreeBSD. by Ashok Thirumurthi · 11 years ago
  5. dae196d Platform-specific specialization for the GPR register file. by Ashok Thirumurthi · 11 years ago
  6. 0b78f43 Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: by Daniel Malea · 11 years ago
  7. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  8. 4ca3715 Change CommandReturnObject::AppendMessage to print an empty line if by Jason Molenda · 11 years ago
  9. b4e08ab Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 11 years ago
  10. 8b73c97 Make "process handle -n true -s false" actually notifies of the signal. by Jim Ingham · 11 years ago
  11. b5229b1 Make the warning message about not finding the kernel binary clearer by Jason Molenda · 11 years ago
  12. f62ba43 <rdar://problem/13776113> by Greg Clayton · 11 years ago
  13. d4d2d42 RegisterValues can now report their contents as by Sean Callanan · 11 years ago
  14. 10dc2a1 <rdar://problem/13695846> by Enrico Granata · 11 years ago
  15. 95cad86 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  16. 756bed4 Fixed completion of incomplete array types, fixing by Sean Callanan · 11 years ago
  17. 8a1e654 lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_private::Thread>) in case the thread goes away while the stop info still exists. by Greg Clayton · 11 years ago
  18. 2a91beb Avoiding a potentially memory allocating code path in the Python InputReader's CTRL+C handling code path - this can potentially cause a deadlock while interrupting a user-made Python command by Enrico Granata · 11 years ago
  19. 97a19b2 Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 11 years ago
  20. 30518e0 Don't return a reference to a local variable, and removed a redundant API. by Greg Clayton · 11 years ago
  21. 2154a41 When lldb stops in a stack frame where we have source level information (file, line number), don't by Jason Molenda · 11 years ago
  22. 18d5a27 Add a final fall-back to PlatformDarwin::GetDeveloperDirectory() which by Jason Molenda · 11 years ago
  23. bf1fa97 Add a few new methods to FileSpec to make it a little easier to work by Jason Molenda · 11 years ago
  24. cdc3ea5 Performance optimizations to ClangUserExpression, by Sean Callanan · 11 years ago
  25. 98e61d3 Fixed a crash when we tried dyn_cast<>ing a null pointer. by Sean Callanan · 11 years ago
  26. 5c2cd1f <rdar://problem/12529989> by Enrico Granata · 11 years ago
  27. 5d2dab4 Hardening to avoid null-pointer crashes in the by Sean Callanan · 11 years ago
  28. 3b04228 Change Malloc to request an aligned memory size. by Matt Kopec · 11 years ago
  29. 8b8a830 Fixing lldb log list text for commands category by Andrew Kaylor · 11 years ago
  30. 39ebb98 Make a synthetic children provider for the ObjC Class type by Enrico Granata · 11 years ago
  31. 1691dd2 Build fix for systems that do not support NT_X86_XSTATE ptrace support. by Matt Kopec · 11 years ago
  32. 66bd7d7 Adds 64-bit POSIX support for AVX by Ashok Thirumurthi · 11 years ago
  33. 7f27bcc Purged unnecessary data structures from the IR by Sean Callanan · 11 years ago
  34. f036768 Fixed a crash in ClangASTSource when logging is disabled. by Sean Callanan · 11 years ago
  35. 68899da In Process::ProcessEventData::DoOnRemoval, we need to handle the case where NO thread has a stop reason by Jim Ingham · 11 years ago
  36. aad68fa More CMake fixes for OS X. by Filipe Cabecinhas · 11 years ago
  37. 04ba2a8 Fix one small whitespace alignment mistake. by Jason Molenda · 11 years ago
  38. 2325022 <rdar://problem/13565393> by Greg Clayton · 11 years ago
  39. c5e3138 Don't print the type if there is none and don't print "<invalid type>". ValueObjects can be register sets and register groups and dumping those with: by Greg Clayton · 11 years ago
  40. cd3ba2d Don't crash if we try to interpret the IR (incorrectly in this case) and can't handle the size. This came from trying to do: by Greg Clayton · 11 years ago
  41. 36b877d Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)). by Greg Clayton · 11 years ago
  42. 98b449f See: http://stackoverflow.com/questions/16166897/c-how-to-obtain-address-of-stdvector-object-in-lldb-xcode by Enrico Granata · 11 years ago
  43. 323c037 <rdar://problem/13209140> by Enrico Granata · 11 years ago
  44. 2dbfe86 Fixed IRForTarget to handle Objective-C messages sent to "super". by Sean Callanan · 11 years ago
  45. 00f8d53 Temporarily recognize exc_type EXC_BREAKPOINT with an exc_code of 0 by Jason Molenda · 11 years ago
  46. e2172fd Fixed expression parser handling of empty strings. by Sean Callanan · 11 years ago
  47. 6a25e55 Fixed a build problem. by Sean Callanan · 11 years ago
  48. 967a997 Added support for pulling Objective-C class symbols by Sean Callanan · 11 years ago
  49. b07f8de <rdar://problem/13665446> by Greg Clayton · 11 years ago
  50. d9661be Changes to the ObjC runtime by Enrico Granata · 11 years ago
  51. 79e7ad8 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  52. ca87313 Closing parentheses is good - doing it while respecting printf format specifiers is even better by Enrico Granata · 11 years ago
  53. 764bca5 <rdar://problem/13298695> by Greg Clayton · 11 years ago
  54. acac081 Also look for kexts in /Library/Extensions if that directory exists. by Jason Molenda · 11 years ago
  55. d986551 Be sure to print out the fully mangled name when we are unable to find a function to call so we can easily look for this symbol if needed. by Greg Clayton · 11 years ago
  56. bf5d9d4 char32_t should use an uppercase U as its prefix by Enrico Granata · 11 years ago
  57. 538d305 Added 64-bit POSIX support to write floating-point vector registers. by Ashok Thirumurthi · 11 years ago
  58. e34ed40 Closing parentheses once they are open is a good idea by Enrico Granata · 11 years ago
  59. 66cd2b5 The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator by Enrico Granata · 11 years ago
  60. 11ac316 Look for an inexact match in just the commands before searching the alias commands as well. by Matt Kopec · 11 years ago
  61. c582bbf Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425) by Daniel Malea · 11 years ago
  62. 3a5c74d Added 64-bit POSIX support to write general-purpose floating-point registers. by Ashok Thirumurthi · 11 years ago
  63. 5a55906 Add a new -a / --address argument to image show-unwind to get the by Jason Molenda · 11 years ago
  64. fe26a23 <rdar://problem/13437949> by Enrico Granata · 11 years ago
  65. ca85d93 Much better way to get at the size of an std::list by Enrico Granata · 11 years ago
  66. bf26ea6 Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API. by Enrico Granata · 11 years ago
  67. 1340c4f Update CMakeLists.txt as per new file RegisterContextDummy.cpp by Daniel Malea · 11 years ago
  68. ac630b8 Fix lock hierarchy violation in Listener/Broadcaster by Daniel Malea · 11 years ago
  69. c1c3690 When parsing dwarf, add C functions to the fullname index. by Matt Kopec · 11 years ago
  70. ba6b37d Fix data race in Address class by wrapping m_offset in std::atomic by Daniel Malea · 11 years ago
  71. 49ff4e6 <rdar://problem/13590152> by Enrico Granata · 11 years ago
  72. 977260c Fix for expression/breakpoint setting of gnu indirect functions. by Matt Kopec · 11 years ago
  73. 6c7168f Fixed the expression parser's handling of result by Sean Callanan · 11 years ago
  74. 41efd0e Fixed an error message. by Sean Callanan · 11 years ago
  75. 5042acf <rdar://problem/13697881> by Greg Clayton · 11 years ago
  76. 9716719 Make sure file rangle integers are large enough for very large core files. by Greg Clayton · 11 years ago
  77. 683cb69 Fixed being able to mmap an entire file by letting the default args "do the right thing". by Greg Clayton · 11 years ago
  78. 6f8d385 Change my patch to TargetList::CreateTarget to only try by Jason Molenda · 11 years ago
  79. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  80. 2c81087 Fixed two problems when reading constant/register by Sean Callanan · 11 years ago
  81. 06761aa Simplified the management of the data buffer for by Sean Callanan · 11 years ago
  82. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  83. 2ce786d Removed 2800+ lines of code that no longer do anything by Sean Callanan · 11 years ago
  84. 28195f9 Optimized the way breakpoint conditions are evaluated. by Sean Callanan · 11 years ago
  85. a707cf1 Reverted 179810, which breaks the expression parser. by Sean Callanan · 11 years ago
  86. c442bad Change TargetList::CreateTarget to realpath the c-string filename of the by Jason Molenda · 11 years ago
  87. 73cb33a Made IRMemoryMap::FindSpace a little cleverer, by Sean Callanan · 11 years ago
  88. 1377cdc Remove an unneeded local var, a missing return statement in kernel search code, thanks to Greg Clayton for finding these. by Jason Molenda · 11 years ago
  89. 86981e5 Split Linux-specific and OS X specific stuff. Add include_directories by Filipe Cabecinhas · 11 years ago
  90. 6aa1c2c More fallout unique_ptr changes for from http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/3565. by Greg Clayton · 11 years ago
  91. 38f8c74 Try and unblock issue found in: http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/3564 by Greg Clayton · 11 years ago
  92. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  93. 0f0551e This commit changes the way LLDB executes user expressions. by Sean Callanan · 11 years ago
  94. da0e332 Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std::unique_ptr changes. by Greg Clayton · 11 years ago
  95. 0b10ef6 Missed some cases when switching over to using our STD_UNIQUE_PTR macros. by Greg Clayton · 11 years ago
  96. 0df4246 Make KQueue import the header in the correct path. by Filipe Cabecinhas · 11 years ago
  97. ba9b2ae <rdar://problem/13627061> by Greg Clayton · 11 years ago
  98. d8b8215 <rdar://problem/13678882> by Greg Clayton · 11 years ago
  99. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  100. 061ca65 Re-enable m_private_run_lock changes from 179329, but only for Apple hosted builds so it doesn't break the buildbots. We will try and work the issues out in the Apple build before enabling this feature for everyone. by Greg Clayton · 11 years ago