1. 9d35870 Don't completely drop methods we don't want to put by Sean Callanan · 11 years ago
  2. c73fedb Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 11 years ago
  3. 11a8ab6 <rdar://problem/13831149> by Enrico Granata · 11 years ago
  4. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  5. 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
  6. dc07851 Fixed a build failure introduced by r181501. by Ashok Thirumurthi · 11 years ago
  7. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  8. ac39f3c Providing a more interesting command template for LLDB by Enrico Granata · 11 years ago
  9. 56a41de Add all Decls found through FindExternalLexicalDecls by Sean Callanan · 11 years ago
  10. 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
  11. 0c90b2c Fix the error reporting for ProcessKDP::DoDetach. by Jim Ingham · 11 years ago
  12. 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
  13. ba7354c Remove debug print statement. by Greg Clayton · 11 years ago
  14. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  15. 03e1677 Now that you can "command script import" packages, the docs should reflect the best practice by Enrico Granata · 11 years ago
  16. b335e70 Quiet g++-4.7 warnings about const issues and fix the scope of the "if (IsValid())". by Greg Clayton · 11 years ago
  17. edeed2d Test case added for importing packages by Enrico Granata · 11 years ago
  18. 994b86b <rdar://problem/13621080> by Enrico Granata · 11 years ago
  19. 6b2d9e1 Improvements to the package importing feature - test case will follow by Enrico Granata · 11 years ago
  20. 0dd7170 Update lldb status page to reflect watchpoint support on Linux. by Matt Kopec · 11 years ago
  21. d1828c3 Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot. by Matt Kopec · 11 years ago
  22. afbb2f6 Fix assertion from previous fix for debian os watchpoints. by Matt Kopec · 11 years ago
  23. a7c0f9f Attempt to fix failing watchpoints for debian os buildbot. by Matt Kopec · 11 years ago
  24. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  25. 015f7ad Adding test-case for llvm.org/pr15936 (known failure with GCC 4.6/4.7) by Daniel Malea · 11 years ago
  26. 4cb3248 Fix rdar-13338477 test-case for Linux. by Daniel Malea · 11 years ago
  27. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  28. 6cd6f3a If the MemoryCache is asked to look up an address that is in an invalid by Jim Ingham · 11 years ago
  29. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  30. 236c185 Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case where by Jason Molenda · 11 years ago
  31. 6c1a8cf Adding support for process attach by pid on Linux. by Andrew Kaylor · 11 years ago
  32. 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
  33. 087fd12 First iteration of a Python tracer module by Enrico Granata · 11 years ago
  34. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  35. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  36. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  37. 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
  38. 35efff8 In ProcessKDP, if the remote connection is not EFI, by Jason Molenda · 11 years ago
  39. e091960 <rdar://problem/13063912> by Enrico Granata · 11 years ago
  40. 15802aa Fix typo in C++11 flag for the GCC 4.6 code path: missing '-' by Daniel Malea · 11 years ago
  41. 8f0f475 <rdar://problem/11669154> by Enrico Granata · 11 years ago
  42. 6a94de3 Converting ScanFormatDescriptor to use std::string instead of a manually managed buffer of bytes by Enrico Granata · 11 years ago
  43. 5581a7e A few small fixes to make things like image list not by Jason Molenda · 11 years ago
  44. 5b80c93 Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolID by Jason Molenda · 11 years ago
  45. 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
  46. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  47. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  48. 84e098b Don’t use the resolved value to calculate the location unless the variable is in a register by Enrico Granata · 11 years ago
  49. ee72ab6 Unbreak lldb/test/macosx/universal. by Greg Clayton · 11 years ago
  50. f9c47ac Fixed a test suite typo error that caused the test to fail. by Greg Clayton · 11 years ago
  51. 5f0bc2b Don't check the private state in DoOnRemoval, check whether THIS event caused a restart. by Jim Ingham · 11 years ago
  52. 3b8dbf8 Small adjustment to PlatformDarwinKernel::ExamineKextForMatchingUUID to by Jason Molenda · 11 years ago
  53. 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
  54. 26aa43b Refactoring for struct UserArea: by Ashok Thirumurthi · 11 years ago
  55. ff1bbd7 Fix logic error in ProcessInfo::SetArg0 by Andrew Kaylor · 11 years ago
  56. 01400dc Harden against potential empty nodes in the map by Enrico Granata · 11 years ago
  57. c881c1d <rdar://problem/13749871> by Enrico Granata · 11 years ago
  58. 65da8c2 Added a few things that need to be installed on linux to build LLDB. by Greg Clayton · 11 years ago
  59. 7d18ec6 Fixed 'command script import' by eliminating the shadowing of basename. by Ashok Thirumurthi · 11 years ago
  60. 2d73f38 Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993. by Sylvestre Ledru · 11 years ago
  61. 2b77fb4 Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993. by Ashok Thirumurthi · 11 years ago
  62. 42086b4 Add a hard limit to how many frames lldb will unwind in a single by Jason Molenda · 11 years ago
  63. daecec0 Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. by Jason Molenda · 11 years ago
  64. 1cf06fa Remove unused OperatingSystem plugin. by Greg Clayton · 11 years ago
  65. 24248bf Pass down the architecture of the module we're trying to by Jason Molenda · 11 years ago
  66. 0765e32 <rdar://problem/11742979> by Enrico Granata · 11 years ago
  67. a828fe3 <rdar://problem/13751683> by Greg Clayton · 11 years ago
  68. 52dd223 Adding test for non-API process attach by Andrew Kaylor · 11 years ago
  69. 00a8278 <rdar://problem/11558812> by Enrico Granata · 11 years ago
  70. a153f63 If HandleCommands is called with add_to_history set to false, turn on the m_command_source_depth so that when we forget the value for regex & alias commands it still stays off. by Jim Ingham · 11 years ago
  71. 17a9d26 <rdar://problem/13732521> by Enrico Granata · 11 years ago
  72. be32d6d Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. The tests are already skipped on linux. by Greg Clayton · 11 years ago
  73. cdee761 <rdar://problem/13788674> by Greg Clayton · 11 years ago
  74. 2d46e9b If the Target's current architecture is incompatible with the kernel by Jason Molenda · 11 years ago
  75. beb7ac7 <rdar://problem/13788579> by Greg Clayton · 11 years ago
  76. 9c57067 Fix check_public_api_headers test on mac os x, and refactor some logic into lldbtest.py by Daniel Malea · 11 years ago
  77. 2e126c5 Add missing include to LLDB.h -- SBStream by Daniel Malea · 11 years ago
  78. ac874f9 Changing the test to use eax rather than rax for compatibility with i386. by Ashok Thirumurthi · 11 years ago
  79. efc7e55 <rdar://problem/13338477> by Enrico Granata · 11 years ago
  80. 78280ba <rdar://problem/13499317> by Enrico Granata · 11 years ago
  81. 2cfedf5 We aren't ready for the assertions to be enabled on the ReadWriteLock classes yet. by Greg Clayton · 11 years ago
  82. a2ef70a Clear the register context if our process is no longer alive. by Greg Clayton · 11 years ago
  83. 2ad6fc8 This is a useful scheme for running a particular testsuite case under Xcode. Just edit the by Jim Ingham · 11 years ago
  84. 29ce16f Update CMakeLists with RegisterContext* files added by Daniel Malea · 11 years ago
  85. a946795 Correctly create the register contexts in RegisterContextThreadMemory. by Greg Clayton · 11 years ago
  86. d4f102f Since the IR interpreter does not (currently) by Sean Callanan · 11 years ago
  87. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  88. a0fbd46 Return zero when we don't support the byte size. Previously is we were asked to read 3, 5, 6, or 7 byte integers, we would set the error, but still return that we read that number of bytes without populating the scalar. by Greg Clayton · 11 years ago
  89. bb53fe5 Make our eliding of artificially-generated methods by Sean Callanan · 11 years ago
  90. f408e99 Fixed Process::ReadScalarIntegerFromMemory() by Sean Callanan · 11 years ago
  91. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  92. 32657de Build fixes for FreeBSD 9.1. - TODO: Support extended register sets on FreeBSD. by Ashok Thirumurthi · 11 years ago
  93. dae196d Platform-specific specialization for the GPR register file. by Ashok Thirumurthi · 11 years ago
  94. c3ba2bf Refactored convenience register tests to provide some coverage on Linux that is not marked xfail. by Ashok Thirumurthi · 11 years ago
  95. 0b78f43 Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: by Daniel Malea · 11 years ago
  96. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  97. 4ca3715 Change CommandReturnObject::AppendMessage to print an empty line if by Jason Molenda · 11 years ago
  98. 3e486f3 Print a backtrace line for a pc value even if we can't make an SBAddress by Jason Molenda · 11 years ago
  99. d7bb1ba TestCallCPPFunction is an expected failure on Linux; marking as such. by Sean Callanan · 11 years ago
  100. 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