1. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  2. 236c185 Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case where by Jason Molenda · 11 years ago
  3. 6c1a8cf Adding support for process attach by pid on Linux. by Andrew Kaylor · 11 years ago
  4. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  5. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  6. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  7. 35efff8 In ProcessKDP, if the remote connection is not EFI, by Jason Molenda · 11 years ago
  8. 5b80c93 Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolID by Jason Molenda · 11 years ago
  9. 7bee8ab After recent OperatingsSystem plug-in changes, the lldb_private::Process and lldb_private::Thread subclasses were changed and the API was not respected properly. by Greg Clayton · 11 years ago
  10. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  11. 3b8dbf8 Small adjustment to PlatformDarwinKernel::ExamineKextForMatchingUUID to by Jason Molenda · 11 years ago
  12. 26aa43b Refactoring for struct UserArea: by Ashok Thirumurthi · 11 years ago
  13. 2b77fb4 Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993. by Ashok Thirumurthi · 11 years ago
  14. 42086b4 Add a hard limit to how many frames lldb will unwind in a single by Jason Molenda · 11 years ago
  15. 1cf06fa Remove unused OperatingSystem plugin. by Greg Clayton · 11 years ago
  16. 24248bf Pass down the architecture of the module we're trying to by Jason Molenda · 11 years ago
  17. a828fe3 <rdar://problem/13751683> by Greg Clayton · 11 years ago
  18. 2d46e9b If the Target's current architecture is incompatible with the kernel by Jason Molenda · 11 years ago
  19. a2ef70a Clear the register context if our process is no longer alive. by Greg Clayton · 11 years ago
  20. 29ce16f Update CMakeLists with RegisterContext* files added by Daniel Malea · 11 years ago
  21. a946795 Correctly create the register contexts in RegisterContextThreadMemory. by Greg Clayton · 11 years ago
  22. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  23. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  24. 32657de Build fixes for FreeBSD 9.1. - TODO: Support extended register sets on FreeBSD. by Ashok Thirumurthi · 11 years ago
  25. dae196d Platform-specific specialization for the GPR register file. by Ashok Thirumurthi · 11 years ago
  26. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  27. 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
  28. b5229b1 Make the warning message about not finding the kernel binary clearer by Jason Molenda · 11 years ago
  29. 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
  30. 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
  31. 18d5a27 Add a final fall-back to PlatformDarwin::GetDeveloperDirectory() which by Jason Molenda · 11 years ago
  32. bf1fa97 Add a few new methods to FileSpec to make it a little easier to work by Jason Molenda · 11 years ago
  33. 1691dd2 Build fix for systems that do not support NT_X86_XSTATE ptrace support. by Matt Kopec · 11 years ago
  34. 66bd7d7 Adds 64-bit POSIX support for AVX by Ashok Thirumurthi · 11 years ago
  35. aad68fa More CMake fixes for OS X. by Filipe Cabecinhas · 11 years ago
  36. 04ba2a8 Fix one small whitespace alignment mistake. by Jason Molenda · 11 years ago
  37. 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
  38. 00f8d53 Temporarily recognize exc_type EXC_BREAKPOINT with an exc_code of 0 by Jason Molenda · 11 years ago
  39. 6a25e55 Fixed a build problem. by Sean Callanan · 11 years ago
  40. 967a997 Added support for pulling Objective-C class symbols by Sean Callanan · 11 years ago
  41. d9661be Changes to the ObjC runtime by Enrico Granata · 11 years ago
  42. 764bca5 <rdar://problem/13298695> by Greg Clayton · 11 years ago
  43. acac081 Also look for kexts in /Library/Extensions if that directory exists. by Jason Molenda · 11 years ago
  44. 538d305 Added 64-bit POSIX support to write floating-point vector registers. by Ashok Thirumurthi · 11 years ago
  45. 3a5c74d Added 64-bit POSIX support to write general-purpose floating-point registers. by Ashok Thirumurthi · 11 years ago
  46. 1340c4f Update CMakeLists.txt as per new file RegisterContextDummy.cpp by Daniel Malea · 11 years ago
  47. c1c3690 When parsing dwarf, add C functions to the fullname index. by Matt Kopec · 11 years ago
  48. 49ff4e6 <rdar://problem/13590152> by Enrico Granata · 11 years ago
  49. 5042acf <rdar://problem/13697881> by Greg Clayton · 11 years ago
  50. 9716719 Make sure file rangle integers are large enough for very large core files. by Greg Clayton · 11 years ago
  51. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  52. 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
  53. 86981e5 Split Linux-specific and OS X specific stuff. Add include_directories by Filipe Cabecinhas · 11 years ago
  54. 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
  55. 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
  56. 0b10ef6 Missed some cases when switching over to using our STD_UNIQUE_PTR macros. by Greg Clayton · 11 years ago
  57. 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
  58. 3e64905 Fix build on Linux by Daniel Malea · 11 years ago
  59. e2d0ace Revert 179694 -- it breaks remote debugging of mac os x targets for some folk by Daniel Malea · 11 years ago
  60. 6543e06 Fix Linux build of LLDB by Daniel Malea · 11 years ago
  61. 2ceae99 Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID(). by Jason Molenda · 11 years ago
  62. 6ff916f Add warning messages for the cases where the inferior process shared cache by Jason Molenda · 11 years ago
  63. 2e8c976 Remove a debug print statement that I left in. by Greg Clayton · 11 years ago
  64. bb75986 <rdar://problem/13468295> by Greg Clayton · 11 years ago
  65. 482bd43 Update the dyld_all_image_infos size definition in by Jason Molenda · 11 years ago
  66. 45c7550 The dyld_all_image_infos structure, at version 13 and higher, has by Jason Molenda · 11 years ago
  67. 2120aef Fix some minor code indentation mistakes in ObjectFileMachO. by Jason Molenda · 11 years ago
  68. f58438f Fixed issues with the way ELF symbols are parsed: by Greg Clayton · 11 years ago
  69. 8d31894 Handle an edge case where we step into a function whose UnwindPlan by Jason Molenda · 11 years ago
  70. 9acf369 <rdar://problem/13491977> by Greg Clayton · 11 years ago
  71. 1d252a3 Change the default for PlatformDarwinKernel to be enabled a la by Jason Molenda · 11 years ago
  72. a365dc5 Fixed the thread list so it correctly updates after the first core thread exists. by Greg Clayton · 11 years ago
  73. 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
  74. 4245383 cmake build of lldb was complaining about missing files. by Sylvestre Ledru · 11 years ago
  75. adf9e3d When ObjectFileMachO::ParseSections() notices that it has a truncated file, zero out the by Jason Molenda · 11 years ago
  76. e9b48f0 Don't erroneously put FunctionDecls into CXXRecordDecls by Sean Callanan · 11 years ago
  77. 898ec0c Update PlatformDarwinKernel::GetMacDirectoriesToSearch to also try by Jason Molenda · 11 years ago
  78. 36b15e2 Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts' by Jason Molenda · 11 years ago
  79. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  80. 07e43bd Reorder the Platform plugin settings so that they're now by Jason Molenda · 11 years ago
  81. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 11 years ago
  82. 0bcec0b Fixme comment. by Jim Ingham · 11 years ago
  83. bbebdbe Add support for Platform plugins to have settings. by Jason Molenda · 11 years ago
  84. 3294938 Change CommandObjectPlatform commands to get the current platform by Jason Molenda · 11 years ago
  85. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 11 years ago
  86. c85713d Revert code I didn't mean to check in. by Greg Clayton · 11 years ago
  87. e3125ac More support for version 4 of DWARF. by Greg Clayton · 11 years ago
  88. c5ee7c8 Playing around with making performance test cases run from within python. by Greg Clayton · 11 years ago
  89. 00af72e <rdar://problem/13384801> by Greg Clayton · 11 years ago
  90. edb83a5 Fix build. by Rafael Espindola · 11 years ago
  91. 3f8c606 <rdar://problem/13561911> by Greg Clayton · 11 years ago
  92. 296b06d <rdar://problem/13506727> by Greg Clayton · 11 years ago
  93. a93eb8b Improved reporting of faults on i386. by Sean Callanan · 11 years ago
  94. 4ee040c <rdar://problem/13516463> by Greg Clayton · 11 years ago
  95. 0247cf5 Fix bug in ProcessPOSIX::IsAlive() exposed by r178324 by Daniel Malea · 11 years ago
  96. 4e0557f Fixed a crash if the Objective-C runtime module by Sean Callanan · 11 years ago
  97. e33bb5b Rationalize how we do Halt-ing before Destroy and Detach. by Jim Ingham · 11 years ago
  98. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  99. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 11 years ago
  100. d8f6b64 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 11 years ago