1. 4084fe7 <rdar://problem/13764135> by Greg Clayton · 11 years ago
  2. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  3. ba50856 Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buildbots. by Ashok Thirumurthi · 11 years ago
  4. 0c7c90a A few more small tweaks to arm core file handling. by Jason Molenda · 11 years ago
  5. 2f03876 Small change to the previous checkin, read in the fpu register context by Jason Molenda · 11 years ago
  6. 3b244b7 Fixes to read the floating point and exception registers sets out by Jason Molenda · 11 years ago
  7. aa44e68 Adding new test cases for inferior crashing. by Andrew Kaylor · 11 years ago
  8. ca23ca1 Add expression tests for a function in an anonymous namespace. by Matt Kopec · 11 years ago
  9. 53cb310 Fix Mac OS X build issue introduced by incorrect using statements by Daniel Malea · 11 years ago
  10. 2e4c63b Prevent convenience registers from being included in "read register" as they are derived registers. by Ashok Thirumurthi · 11 years ago
  11. f1bc35d Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets by Daniel Malea · 11 years ago
  12. 8aa4acf Cleanup test output when run via cmake/make check targets by Daniel Malea · 11 years ago
  13. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  14. b4c63c3 Fixed build break introduced by r181717 by Daniel Malea · 11 years ago
  15. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  16. c6b4f9e Removed a duplicate entry from the GDB to by Sean Callanan · 11 years ago
  17. b080446 <rdar://problem/13875830> by Greg Clayton · 11 years ago
  18. 88e529b Fix Linux warning about missing virtual destructor in Operation classes by Daniel Malea · 11 years ago
  19. 4463d1e Unbreak cmake builds by skipping Darwin kernel plugin on non-Mac platforms by Daniel Malea · 11 years ago
  20. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  21. 7bef4e2 Also pass the MCRegInfo to createMCAsmInfo. Follow the modification introduced in commit r181680 of llvm by Sylvestre Ledru · 11 years ago
  22. aefeaa4 Under GNU/Linux, do not build lldbPluginDynamicLoaderDarwinKernel.a. It was breaking the build by Sylvestre Ledru · 11 years ago
  23. 6316650 Add a new constructor with ConstString (and not only const char *). Hopefully fixes the build of lldb by Sylvestre Ledru · 11 years ago
  24. f0c0882 Update ProcessKDP and ProcessMachCore to use ConstString plugin by Jason Molenda · 11 years ago
  25. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  26. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  27. cfc053e Use mangled and demangled names when checking for a function in a namespace and a function in an anonymous namespace, respectively. by Matt Kopec · 11 years ago
  28. f189358 Hardened LLDB against NULL conditions being passed to breakpoints. by Sean Callanan · 11 years ago
  29. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  30. 96641d8 Add temporary fix for calling c++ global/anonymous functions on Linux. by Matt Kopec · 11 years ago
  31. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  32. 92e33e9 Removed expectedFailureDarwin, and added a note about the disparity between the automated tests and testing at the lldb command-line. by Ashok Thirumurthi · 11 years ago
  33. 80a1fa6 Added an integration test to step through a crash and then test for globals, locals, arguments, registers and the back-trace. by Ashok Thirumurthi · 11 years ago
  34. 391d612 Scratch that, the problem was elsewhere. by Jason Molenda · 11 years ago
  35. f5e3377 Temporarily roll back r181375 - it is causing an unexpected regression, by Jason Molenda · 11 years ago
  36. 6c32437 Add an explicit check for a darwin kernel KDP_VERSIONSTRING when by Jason Molenda · 11 years ago
  37. 9d35870 Don't completely drop methods we don't want to put by Sean Callanan · 11 years ago
  38. c73fedb Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 11 years ago
  39. 11a8ab6 <rdar://problem/13831149> by Enrico Granata · 11 years ago
  40. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  41. 23dfe46 Skipping a test that asserts with gcc and icc to allow the test suite to run to completion on the gcc buildbot. by Ashok Thirumurthi · 11 years ago
  42. dc07851 Fixed a build failure introduced by r181501. by Ashok Thirumurthi · 11 years ago
  43. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  44. ac39f3c Providing a more interesting command template for LLDB by Enrico Granata · 11 years ago
  45. 56a41de Add all Decls found through FindExternalLexicalDecls by Sean Callanan · 11 years ago
  46. 8c0c20a Changing the std::map test case to use source breakpoints instead of relying on the nexting always "getting it right" to stop at the locations of interest by Enrico Granata · 11 years ago
  47. 0c90b2c Fix the error reporting for ProcessKDP::DoDetach. by Jim Ingham · 11 years ago
  48. 2bbe7d5 Fixed the process attach by name test to get the target _after_ doing process attach. Otherwise the target isn't valid. This fixes 2 test suite failures on darwin. by Greg Clayton · 11 years ago
  49. ba7354c Remove debug print statement. by Greg Clayton · 11 years ago
  50. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  51. 03e1677 Now that you can "command script import" packages, the docs should reflect the best practice by Enrico Granata · 11 years ago
  52. b335e70 Quiet g++-4.7 warnings about const issues and fix the scope of the "if (IsValid())". by Greg Clayton · 11 years ago
  53. edeed2d Test case added for importing packages by Enrico Granata · 11 years ago
  54. 994b86b <rdar://problem/13621080> by Enrico Granata · 11 years ago
  55. 6b2d9e1 Improvements to the package importing feature - test case will follow by Enrico Granata · 11 years ago
  56. 0dd7170 Update lldb status page to reflect watchpoint support on Linux. by Matt Kopec · 11 years ago
  57. d1828c3 Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot. by Matt Kopec · 11 years ago
  58. afbb2f6 Fix assertion from previous fix for debian os watchpoints. by Matt Kopec · 11 years ago
  59. a7c0f9f Attempt to fix failing watchpoints for debian os buildbot. by Matt Kopec · 11 years ago
  60. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  61. 015f7ad Adding test-case for llvm.org/pr15936 (known failure with GCC 4.6/4.7) by Daniel Malea · 11 years ago
  62. 4cb3248 Fix rdar-13338477 test-case for Linux. by Daniel Malea · 11 years ago
  63. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  64. 6cd6f3a If the MemoryCache is asked to look up an address that is in an invalid by Jim Ingham · 11 years ago
  65. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  66. 236c185 Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case where by Jason Molenda · 11 years ago
  67. 6c1a8cf Adding support for process attach by pid on Linux. by Andrew Kaylor · 11 years ago
  68. 8e8de5e Adding some LLDB-specific logic to the tracer (in a separate tracer module) to improve the quality of the output when debugging data formatters by Enrico Granata · 11 years ago
  69. 087fd12 First iteration of a Python tracer module by Enrico Granata · 11 years ago
  70. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  71. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  72. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  73. 69d7c10 Making it possible to specify a substring for a category name as long as the match is unique by Enrico Granata · 11 years ago
  74. 35efff8 In ProcessKDP, if the remote connection is not EFI, by Jason Molenda · 11 years ago
  75. e091960 <rdar://problem/13063912> by Enrico Granata · 11 years ago
  76. 15802aa Fix typo in C++11 flag for the GCC 4.6 code path: missing '-' by Daniel Malea · 11 years ago
  77. 8f0f475 <rdar://problem/11669154> by Enrico Granata · 11 years ago
  78. 6a94de3 Converting ScanFormatDescriptor to use std::string instead of a manually managed buffer of bytes by Enrico Granata · 11 years ago
  79. 5581a7e A few small fixes to make things like image list not by Jason Molenda · 11 years ago
  80. 5b80c93 Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolID by Jason Molenda · 11 years ago
  81. 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
  82. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  83. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  84. 84e098b Don’t use the resolved value to calculate the location unless the variable is in a register by Enrico Granata · 11 years ago
  85. ee72ab6 Unbreak lldb/test/macosx/universal. by Greg Clayton · 11 years ago
  86. f9c47ac Fixed a test suite typo error that caused the test to fail. by Greg Clayton · 11 years ago
  87. 5f0bc2b Don't check the private state in DoOnRemoval, check whether THIS event caused a restart. by Jim Ingham · 11 years ago
  88. 3b8dbf8 Small adjustment to PlatformDarwinKernel::ExamineKextForMatchingUUID to by Jason Molenda · 11 years ago
  89. 5fbfb91 Clear up any deadlocks on Apple builds that were due to the lldb_private::Process.m_private_run_lock variable. by Greg Clayton · 11 years ago
  90. 26aa43b Refactoring for struct UserArea: by Ashok Thirumurthi · 11 years ago
  91. ff1bbd7 Fix logic error in ProcessInfo::SetArg0 by Andrew Kaylor · 11 years ago
  92. 01400dc Harden against potential empty nodes in the map by Enrico Granata · 11 years ago
  93. c881c1d <rdar://problem/13749871> by Enrico Granata · 11 years ago
  94. 65da8c2 Added a few things that need to be installed on linux to build LLDB. by Greg Clayton · 11 years ago
  95. 7d18ec6 Fixed 'command script import' by eliminating the shadowing of basename. by Ashok Thirumurthi · 11 years ago
  96. 2d73f38 Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993. by Sylvestre Ledru · 11 years ago
  97. 2b77fb4 Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993. by Ashok Thirumurthi · 11 years ago
  98. 42086b4 Add a hard limit to how many frames lldb will unwind in a single by Jason Molenda · 11 years ago
  99. daecec0 Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. by Jason Molenda · 11 years ago
  100. 1cf06fa Remove unused OperatingSystem plugin. by Greg Clayton · 11 years ago