1. 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
  2. 6b47bca Revert of r179378 and r179329, which introduce a private thread lock around thread enumeration, by Ashok Thirumurthi · 11 years ago
  3. 81f4b89 Remove duplicate "friend" declaration. by Andy Gibbs · 11 years ago
  4. 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
  5. 4cdf705 Fix for regression in TestCPPStaticMethods.py due to refactoring in clang. by Ashok Thirumurthi · 11 years ago
  6. 1ce3d86 Silence some warnings about deprecated declarations by Daniel Malea · 11 years ago
  7. 7df01f9 Add missing include by Daniel Malea · 11 years ago
  8. 3e64905 Fix build on Linux by Daniel Malea · 11 years ago
  9. e2d0ace Revert 179694 -- it breaks remote debugging of mac os x targets for some folk by Daniel Malea · 11 years ago
  10. 3a201e4 Added a new API to the IRInterpreter (the old API by Sean Callanan · 11 years ago
  11. 44199f1 Made the IRInterpreter's methods static, since by Sean Callanan · 11 years ago
  12. e804caf Made the IRInterpreter be able to operate without by Sean Callanan · 11 years ago
  13. 6543e06 Fix Linux build of LLDB by Daniel Malea · 11 years ago
  14. 71c5d60 Removed the "expr" alias for "expression," which by Sean Callanan · 11 years ago
  15. 13615cf Updated the IRInterpreter to work with an by Sean Callanan · 11 years ago
  16. 86d6ac2 Modified the IRInterpreter to take an IRMemoryMap. by Sean Callanan · 11 years ago
  17. a6686e3 Flipped the big switch: LLDB now uses the new by Sean Callanan · 11 years ago
  18. 2ceae99 Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID(). by Jason Molenda · 11 years ago
  19. 0d546ed Make sure all the threads get a chance to compute their StopInfo's before we start running by Jim Ingham · 11 years ago
  20. 6ff916f Add warning messages for the cases where the inferior process shared cache by Jason Molenda · 11 years ago
  21. 2e8c976 Remove a debug print statement that I left in. by Greg Clayton · 11 years ago
  22. a81bf23 <rdar://problem/13657900> by Greg Clayton · 11 years ago
  23. bb75986 <rdar://problem/13468295> by Greg Clayton · 11 years ago
  24. 482bd43 Update the dyld_all_image_infos size definition in by Jason Molenda · 11 years ago
  25. 45c7550 The dyld_all_image_infos structure, at version 13 and higher, has by Jason Molenda · 11 years ago
  26. 2120aef Fix some minor code indentation mistakes in ObjectFileMachO. by Jason Molenda · 11 years ago
  27. 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
  28. 2c35472 Adding new Python API function to check for stopped threads. by Andrew Kaylor · 11 years ago
  29. 76f9879 Added logging to each entity in the Materializer by Sean Callanan · 11 years ago
  30. 56380f2 Fixed a few bugs in IRMemoryMap: by Sean Callanan · 11 years ago
  31. 177ac0d More updates to test cases by Enrico Granata · 11 years ago
  32. 4d77c18 Sketch test now runs 10 times Data formatters test outputs stddev by Enrico Granata · 11 years ago
  33. 973172e Added support for registers to the Materializer. by Sean Callanan · 11 years ago
  34. ec87e5c Enabling test case to write the average+stddev pair to the results by Enrico Granata · 11 years ago
  35. 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
  36. cecfa8f Removed a duplicate copy of the contents of by Sean Callanan · 11 years ago
  37. faafd19 Audited the existing Materializer code to ensure by Sean Callanan · 11 years ago
  38. f58438f Fixed issues with the way ELF symbols are parsed: by Greg Clayton · 11 years ago
  39. 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
  40. aa5dca0 Added symbol materialization support to the new Materializer. by Sean Callanan · 11 years ago
  41. e287e90 Now that ValueObjects permit writing, made the by Sean Callanan · 11 years ago
  42. 5ae1418 I don't know how I managed to build with that missing semicolon. by Sean Callanan · 11 years ago
  43. 847a0ad Make sure we expose SetData() through the Python interface. by Sean Callanan · 11 years ago
  44. ab8e00e Added a SetData() method to ValueObject. This by Sean Callanan · 11 years ago
  45. 8d31894 Handle an edge case where we step into a function whose UnwindPlan by Jason Molenda · 11 years ago
  46. 934d616 Implemented materialization and dematerialization by Sean Callanan · 11 years ago
  47. 6e792e9 Sketch test case improvements: by Enrico Granata · 11 years ago
  48. 9acf369 <rdar://problem/13491977> by Greg Clayton · 11 years ago
  49. f4b5948 Replicated the materialization logic for persistent by Sean Callanan · 11 years ago
  50. cc810f0 Fixed a bug where a few class forward declarations by Sean Callanan · 11 years ago
  51. 1d252a3 Change the default for PlatformDarwinKernel to be enabled a la by Jason Molenda · 11 years ago
  52. 814c813 New test suite option (-T) by Enrico Granata · 11 years ago
  53. 0ad9297 When specifying a relative path for the --framework option to dotest.py, Python would end up being confused and unable to locate the embedded_interpreter module, causing every testcase that uses the Script Interpreter (e.g. functionalities/data-formatter/data-formatter-stl/libstdcpp) to fail without even trying by Enrico Granata · 11 years ago
  54. 9cd337e <rdar://problem/13558484> by Enrico Granata · 11 years ago
  55. 0bc756d Save away the locations at the site we hit and iterate over that collection. Otherwise the action of one location by Jim Ingham · 11 years ago
  56. 3b83055 <rdar://problem/13623698> by Enrico Granata · 11 years ago
  57. 0e7cff4 <rdar://problem/13370286> by Greg Clayton · 11 years ago
  58. 1949951 Use std::unique_ptr instead of std::auto_ptr. by Greg Clayton · 11 years ago
  59. f3105b5 Fixed SBValueList to have a __str__ function like all other SB classes. Previously this was done as __repr__. by Greg Clayton · 11 years ago
  60. a365dc5 Fixed the thread list so it correctly updates after the first core thread exists. by Greg Clayton · 11 years ago
  61. ce66f96 Hand over the job of laying out the argument structure by Sean Callanan · 11 years ago
  62. 2a90dd0 Handle C++ static variables in the expression parser. by Sean Callanan · 11 years ago
  63. 3525576 Static variables inside classes were not being added to the RecordDecl, now they are. This gets us closer to being able to display static variables in classes. by Greg Clayton · 11 years ago
  64. 4245383 cmake build of lldb was complaining about missing files. by Sylvestre Ledru · 11 years ago
  65. 9afae62 Change the disassemble option to specify the architecture from '-a' to '-A'. by Jason Molenda · 11 years ago
  66. 9d2e69d Changed the way ClangExpressionDeclMap registers by Sean Callanan · 11 years ago
  67. 7905bad Updated the line on which to break for the formatters test by Enrico Granata · 11 years ago
  68. 3b16eb9 Added a Materializer class that contains by Sean Callanan · 11 years ago
  69. adf9e3d When ObjectFileMachO::ParseSections() notices that it has a truncated file, zero out the by Jason Molenda · 11 years ago
  70. e9b48f0 Don't erroneously put FunctionDecls into CXXRecordDecls by Sean Callanan · 11 years ago
  71. a47ab95 Fix the help for unwind-on-error, it no longer controls what happens when an expression hits a breakpoint. by Jim Ingham · 11 years ago
  72. 73e6eec Hardening so we won't crash if an Objective-C interface by Sean Callanan · 11 years ago
  73. 07b3a0f Fix the help message for “one-shot”. by Jim Ingham · 11 years ago
  74. 0b3cb0e Fixed the way we allocate executable memory on by Sean Callanan · 11 years ago
  75. 898ec0c Update PlatformDarwinKernel::GetMacDirectoriesToSearch to also try by Jason Molenda · 11 years ago
  76. e255a7d Cache the VM page size that we get from task_vm_info so we don't by Jason Molenda · 11 years ago
  77. dfb7c7f Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succeeds, too. by Jason Molenda · 11 years ago
  78. 9274848 Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call failure. by Jason Molenda · 11 years ago
  79. fb190f3 Update MachVMMemory::PageSize to get the page size of a specific process by Jason Molenda · 11 years ago
  80. 36b15e2 Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts' by Jason Molenda · 11 years ago
  81. 700ff7e Don't call DisableBreakpointSite (i.e. don't try to remove the breakpoint from the target process) if the target by Jim Ingham · 11 years ago
  82. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  83. 07e43bd Reorder the Platform plugin settings so that they're now by Jason Molenda · 11 years ago
  84. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 11 years ago
  85. 0bcec0b Fixme comment. by Jim Ingham · 11 years ago
  86. bbebdbe Add support for Platform plugins to have settings. by Jason Molenda · 11 years ago
  87. 3294938 Change CommandObjectPlatform commands to get the current platform by Jason Molenda · 11 years ago
  88. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 11 years ago
  89. c123883 Ah, forgot to include the header file and project file changes in r178827. by Jason Molenda · 11 years ago
  90. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 11 years ago
  91. 4bb82ac <rdar://problem/13477795> by Greg Clayton · 11 years ago
  92. 87e929f <rdar://problem/13449987> by Greg Clayton · 11 years ago
  93. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  94. 6f9236a Change EnumerateDirectory from using readdir() to using readdir_r() by Jason Molenda · 11 years ago
  95. 03dd6a4 The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic by Jim Ingham · 11 years ago
  96. 4aac096 Change the default for "use-fast-stepping" to on. by Jim Ingham · 11 years ago
  97. cfeaa43 <rdar://problem/13563697> by Enrico Granata · 11 years ago
  98. 427b7e8 <rdar://problem/13198919> by Greg Clayton · 11 years ago
  99. edd6ade <rdar://problem/12897145> by Greg Clayton · 11 years ago
  100. c85713d Revert code I didn't mean to check in. by Greg Clayton · 11 years ago