1. 538d305 Added 64-bit POSIX support to write floating-point vector registers. by Ashok Thirumurthi · 11 years ago
  2. e34ed40 Closing parentheses once they are open is a good idea by Enrico Granata · 11 years ago
  3. 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
  4. cbeb328 Splitting the appkit data formatters test in smaller test cases - this should enable us to get a more detailed perspective on which individual data formatters are broken by Enrico Granata · 11 years ago
  5. f78bf6c Fix CheckPublicAPIHeaders test case by Daniel Malea · 11 years ago
  6. 11ac316 Look for an inexact match in just the commands before searching the alias commands as well. by Matt Kopec · 11 years ago
  7. c582bbf Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425) by Daniel Malea · 11 years ago
  8. 3a5c74d Added 64-bit POSIX support to write general-purpose floating-point registers. by Ashok Thirumurthi · 11 years ago
  9. 0c5fa86 Splits register_commands into a passing test on Linux (to improve test coverage), by Ashok Thirumurthi · 11 years ago
  10. f40162d Remove duplicate define by Sylvestre Ledru · 11 years ago
  11. ab69984 One line I forgot to remove. by Jason Molenda · 11 years ago
  12. 83ea875 Update the unwind_diagnose script to work correctly with both by Jason Molenda · 11 years ago
  13. 5a55906 Add a new -a / --address argument to image show-unwind to get the by Jason Molenda · 11 years ago
  14. 2014fa9 Forgot to include the diagnose_unwind.py script in the initialization of by Jason Molenda · 11 years ago
  15. 848d772 Add a new python file to help diagnose backtrace failures in the field. by Jason Molenda · 11 years ago
  16. fe26a23 <rdar://problem/13437949> by Enrico Granata · 11 years ago
  17. ca85d93 Much better way to get at the size of an std::list by Enrico Granata · 11 years ago
  18. bf26ea6 Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API. by Enrico Granata · 11 years ago
  19. 1340c4f Update CMakeLists.txt as per new file RegisterContextDummy.cpp by Daniel Malea · 11 years ago
  20. b6bac2a Proper English not optional by Enrico Granata · 11 years ago
  21. ac630b8 Fix lock hierarchy violation in Listener/Broadcaster by Daniel Malea · 11 years ago
  22. c1c3690 When parsing dwarf, add C functions to the fullname index. by Matt Kopec · 11 years ago
  23. ba6b37d Fix data race in Address class by wrapping m_offset in std::atomic by Daniel Malea · 11 years ago
  24. 49ff4e6 <rdar://problem/13590152> by Enrico Granata · 11 years ago
  25. 977260c Fix for expression/breakpoint setting of gnu indirect functions. by Matt Kopec · 11 years ago
  26. 6c7168f Fixed the expression parser's handling of result by Sean Callanan · 11 years ago
  27. 41efd0e Fixed an error message. by Sean Callanan · 11 years ago
  28. 5042acf <rdar://problem/13697881> by Greg Clayton · 11 years ago
  29. dbeac80 Be sure to include initializer_list when needed. by Greg Clayton · 11 years ago
  30. 9716719 Make sure file rangle integers are large enough for very large core files. by Greg Clayton · 11 years ago
  31. 683cb69 Fixed being able to mmap an entire file by letting the default args "do the right thing". by Greg Clayton · 11 years ago
  32. 6f8d385 Change my patch to TargetList::CreateTarget to only try by Jason Molenda · 11 years ago
  33. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  34. 14d09ee Improved tests for nested structs when anonymous structs are involved. by Ashok Thirumurthi · 11 years ago
  35. 2c81087 Fixed two problems when reading constant/register by Sean Callanan · 11 years ago
  36. 4e7965a Fix (failing) test name reporting on buildbots by Daniel Malea · 11 years ago
  37. 06761aa Simplified the management of the data buffer for by Sean Callanan · 11 years ago
  38. c15fb8c Adding a test case for the changes made to ValueObjects to use iteration instead of recursion for navigating to their root - beware: a regression here will most probably cause a crash instead of a failure by Enrico Granata · 11 years ago
  39. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  40. 2ce786d Removed 2800+ lines of code that no longer do anything by Sean Callanan · 11 years ago
  41. 28195f9 Optimized the way breakpoint conditions are evaluated. by Sean Callanan · 11 years ago
  42. a707cf1 Reverted 179810, which breaks the expression parser. by Sean Callanan · 11 years ago
  43. c442bad Change TargetList::CreateTarget to realpath the c-string filename of the by Jason Molenda · 11 years ago
  44. 73cb33a Made IRMemoryMap::FindSpace a little cleverer, by Sean Callanan · 11 years ago
  45. 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
  46. 86981e5 Split Linux-specific and OS X specific stuff. Add include_directories by Filipe Cabecinhas · 11 years ago
  47. 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
  48. 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
  49. 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
  50. 0f0551e This commit changes the way LLDB executes user expressions. by Sean Callanan · 11 years ago
  51. 28ba525 Document how to get "info line" information from "image lookup -v". by Jim Ingham · 11 years ago
  52. 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
  53. 0b10ef6 Missed some cases when switching over to using our STD_UNIQUE_PTR macros. by Greg Clayton · 11 years ago
  54. 0df4246 Make KQueue import the header in the correct path. by Filipe Cabecinhas · 11 years ago
  55. ba9b2ae <rdar://problem/13627061> by Greg Clayton · 11 years ago
  56. c1fe322 Added unit tests for register read (should pass) and the expression interpreter (xfail) after the inferior has crashed. by Ashok Thirumurthi · 11 years ago
  57. d8b8215 <rdar://problem/13678882> by Greg Clayton · 11 years ago
  58. 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
  59. 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
  60. 6b47bca Revert of r179378 and r179329, which introduce a private thread lock around thread enumeration, by Ashok Thirumurthi · 11 years ago
  61. 81f4b89 Remove duplicate "friend" declaration. by Andy Gibbs · 11 years ago
  62. b3381b7 Fixed a few m_private_run_lock issues when attaching and also fixed the process to not try to restart the process if the process is exited, crashed or detached. Partial patch from Carlo Kok. by Greg Clayton · 11 years ago
  63. 4cdf705 Fix for regression in TestCPPStaticMethods.py due to refactoring in clang. by Ashok Thirumurthi · 11 years ago
  64. 1ce3d86 Silence some warnings about deprecated declarations by Daniel Malea · 11 years ago
  65. 7df01f9 Add missing include by Daniel Malea · 11 years ago
  66. 3e64905 Fix build on Linux by Daniel Malea · 11 years ago
  67. e2d0ace Revert 179694 -- it breaks remote debugging of mac os x targets for some folk by Daniel Malea · 11 years ago
  68. 3a201e4 Added a new API to the IRInterpreter (the old API by Sean Callanan · 11 years ago
  69. 44199f1 Made the IRInterpreter's methods static, since by Sean Callanan · 11 years ago
  70. e804caf Made the IRInterpreter be able to operate without by Sean Callanan · 11 years ago
  71. 6543e06 Fix Linux build of LLDB by Daniel Malea · 11 years ago
  72. 71c5d60 Removed the "expr" alias for "expression," which by Sean Callanan · 11 years ago
  73. 13615cf Updated the IRInterpreter to work with an by Sean Callanan · 11 years ago
  74. 86d6ac2 Modified the IRInterpreter to take an IRMemoryMap. by Sean Callanan · 11 years ago
  75. a6686e3 Flipped the big switch: LLDB now uses the new by Sean Callanan · 11 years ago
  76. 2ceae99 Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID(). by Jason Molenda · 11 years ago
  77. 0d546ed Make sure all the threads get a chance to compute their StopInfo's before we start running by Jim Ingham · 11 years ago
  78. 6ff916f Add warning messages for the cases where the inferior process shared cache by Jason Molenda · 11 years ago
  79. 2e8c976 Remove a debug print statement that I left in. by Greg Clayton · 11 years ago
  80. a81bf23 <rdar://problem/13657900> by Greg Clayton · 11 years ago
  81. bb75986 <rdar://problem/13468295> by Greg Clayton · 11 years ago
  82. 482bd43 Update the dyld_all_image_infos size definition in by Jason Molenda · 11 years ago
  83. 45c7550 The dyld_all_image_infos structure, at version 13 and higher, has by Jason Molenda · 11 years ago
  84. 2120aef Fix some minor code indentation mistakes in ObjectFileMachO. by Jason Molenda · 11 years ago
  85. 442b3f6 New CallNext action for the test case that causes the next action in the sequence to be called right away by Enrico Granata · 11 years ago
  86. 2c35472 Adding new Python API function to check for stopped threads. by Andrew Kaylor · 11 years ago
  87. 76f9879 Added logging to each entity in the Materializer by Sean Callanan · 11 years ago
  88. 56380f2 Fixed a few bugs in IRMemoryMap: by Sean Callanan · 11 years ago
  89. 177ac0d More updates to test cases by Enrico Granata · 11 years ago
  90. 4d77c18 Sketch test now runs 10 times Data formatters test outputs stddev by Enrico Granata · 11 years ago
  91. 973172e Added support for registers to the Materializer. by Sean Callanan · 11 years ago
  92. ec87e5c Enabling test case to write the average+stddev pair to the results by Enrico Granata · 11 years ago
  93. b8158c8 - Adding a relaunch feature to the performance tester: you can use the relaunch if you want to measure multiple runs of your app keeping the same metrics alive. New arguments must be supplied - and the step counter will not be reset (this makes it easy to avoid endless loops) by Enrico Granata · 11 years ago
  94. cecfa8f Removed a duplicate copy of the contents of by Sean Callanan · 11 years ago
  95. faafd19 Audited the existing Materializer code to ensure by Sean Callanan · 11 years ago
  96. f58438f Fixed issues with the way ELF symbols are parsed: by Greg Clayton · 11 years ago
  97. b104986 Remove the useless SRCROOT declaration from the call of build-swig-wrapper-classes.sh & finish-swig-wrapper-classes.sh by Sylvestre Ledru · 11 years ago
  98. aa5dca0 Added symbol materialization support to the new Materializer. by Sean Callanan · 11 years ago
  99. e287e90 Now that ValueObjects permit writing, made the by Sean Callanan · 11 years ago
  100. 5ae1418 I don't know how I managed to build with that missing semicolon. by Sean Callanan · 11 years ago