1. dbe390e Allow LLDB to be built on a system with an installed gcc/g++ that isn't the default. I recently installed gcc-4.7/g++-4.7 on Ubuntu and tried to build by specifying: by Greg Clayton · 11 years ago
  2. e4c2022 Fix CMake install target by Daniel Malea · 11 years ago
  3. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  4. 63188eb ProcessMonitor improvements for Linux. by Matt Kopec · 11 years ago
  5. 2686891 Append missing version number to lldb binary built by cmake by Daniel Malea · 11 years ago
  6. 4f1759b Update LLDB web docs with instructions to run individual test suites/directories by Daniel Malea · 11 years ago
  7. 473d0da Modifies the log directory to ensure that the log file will be found on tear-down (i.e. for CI agents that clean up artifacts aggressively). by Ashok Thirumurthi · 11 years ago
  8. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  9. d968be7 Uses a helper to consistently verify the stop reason in all tests. by Ashok Thirumurthi · 11 years ago
  10. b3080fe Updated TestAbbreviations to reflect the changed output in r182068. by Ashok Thirumurthi · 11 years ago
  11. b31044e Fixed the build to reflect the API name change in r182085. by Ashok Thirumurthi · 11 years ago
  12. 92025da Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  13. d40be9c Comment out ObjectFileELF::GetModuleSpecifications() function until I can debug where it's causing tests to fail. by Michael Sartain · 11 years ago
  14. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  15. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  16. 6680109 <rdar://problem/13893094> by Greg Clayton · 11 years ago
  17. 535df0c Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux code to deal with unknown arch properties. by Michael Sartain · 11 years ago
  18. 519bc3c test commit by Michael Sartain · 11 years ago
  19. f043618 Fix ObjectFileELF to not use the file_offset twice. by Filipe Cabecinhas · 11 years ago
  20. 5c7c781 the return False in breakpoint actions should also be mentioned on the website by Enrico Granata · 11 years ago
  21. 114b81f Note in the documentation about the fact that Python callbacks can return a value and if that value is False, LLDB won’t stop at the breakpoint by Enrico Granata · 11 years ago
  22. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  23. 88b7778 Fix Linux 'platform status' command. Its output is now closer to that on Mac OS X by Daniel Malea · 11 years ago
  24. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  25. cf9591f <rdar://problem/13891604> by Greg Clayton · 11 years ago
  26. 7de74f9 <rdar://problem/11158023> by Enrico Granata · 11 years ago
  27. 0689f16 Removed unused code and an unused event. by Greg Clayton · 11 years ago
  28. 918ccd4 Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test. by Ashok Thirumurthi · 11 years ago
  29. 95fd285 <rdar://problem/13128331> by Greg Clayton · 11 years ago
  30. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  31. 0c2921f Fixed a few obvious errors pointed out by the static analyzer. by Jim Ingham · 11 years ago
  32. ab23045 Re-enable tests disabled due to llvm.org/pr14541 by Daniel Malea · 11 years ago
  33. 9b4c548 Implement "platform process list" on Linux by Daniel Malea · 11 years ago
  34. 716624b Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/4124) by Daniel Malea · 11 years ago
  35. 0440b11 Disable test case that causes assertion failure on Linux by Daniel Malea · 11 years ago
  36. 8194512 Fix cmake builds from checkouts with multiple remotes by Daniel Malea · 11 years ago
  37. 780b209 Include also sys/wait.h in the case of a FreeBSD kernel with a glibc (Debian KFreeBSD for example) by Sylvestre Ledru · 11 years ago
  38. f470a3c Only include under arm and an Apple system. Otherwise, it will fail under a GNU/Linux under ARM by Sylvestre Ledru · 11 years ago
  39. d0cd7a0 <rdar://problem/13883385> by Enrico Granata · 11 years ago
  40. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  41. a79c53f Don’t pop the process input reader for a “stop” event if ShouldBroadcastEvent has restarted the process. by Jim Ingham · 11 years ago
  42. bd58742 Didn't mean to check in this change... by Jim Ingham · 11 years ago
  43. ec84224 Need to add the LLDB.framework directory to the rpath for the driver programs or they won't run. by Jim Ingham · 11 years ago
  44. 2f6a4ed <rdar://problem/13892319> by Greg Clayton · 11 years ago
  45. 8295262 <rdar://problem/13821289> by Enrico Granata · 11 years ago
  46. 946618a A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. by Greg Clayton · 11 years ago
  47. 99d5e71 Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux. by Greg Clayton · 11 years ago
  48. a8364e9 <rdar://problem/13748253> by Greg Clayton · 11 years ago
  49. 8467d89 Fixed the test case to pass on Darwin. This might pass on linux as well. The test case now properly validates g_points as a global for the class A version, and the static variable for the file static. by Greg Clayton · 11 years ago
  50. db7e500 Remove XFAIL from tests affected by llvm.org/pr-14637 by Daniel Malea · 11 years ago
  51. 0afb440 Fix GCC buildbot failures in API/Multithreaded tests by Daniel Malea · 11 years ago
  52. 156d8e0 Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++ by Daniel Malea · 11 years ago
  53. d2771ed Adding C++ tests that drive LLDB from multiple threads by Daniel Malea · 11 years ago
  54. fb1b8e2 strncmp was checked incorrectly in the Linux symbol lookup fix. by Matt Kopec · 11 years ago
  55. 4084fe7 <rdar://problem/13764135> by Greg Clayton · 11 years ago
  56. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  57. ba50856 Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buildbots. by Ashok Thirumurthi · 11 years ago
  58. 0c7c90a A few more small tweaks to arm core file handling. by Jason Molenda · 11 years ago
  59. 2f03876 Small change to the previous checkin, read in the fpu register context by Jason Molenda · 11 years ago
  60. 3b244b7 Fixes to read the floating point and exception registers sets out by Jason Molenda · 11 years ago
  61. aa44e68 Adding new test cases for inferior crashing. by Andrew Kaylor · 11 years ago
  62. ca23ca1 Add expression tests for a function in an anonymous namespace. by Matt Kopec · 11 years ago
  63. 53cb310 Fix Mac OS X build issue introduced by incorrect using statements by Daniel Malea · 11 years ago
  64. 2e4c63b Prevent convenience registers from being included in "read register" as they are derived registers. by Ashok Thirumurthi · 11 years ago
  65. f1bc35d Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets by Daniel Malea · 11 years ago
  66. 8aa4acf Cleanup test output when run via cmake/make check targets by Daniel Malea · 11 years ago
  67. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  68. b4c63c3 Fixed build break introduced by r181717 by Daniel Malea · 11 years ago
  69. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  70. c6b4f9e Removed a duplicate entry from the GDB to by Sean Callanan · 11 years ago
  71. b080446 <rdar://problem/13875830> by Greg Clayton · 11 years ago
  72. 88e529b Fix Linux warning about missing virtual destructor in Operation classes by Daniel Malea · 11 years ago
  73. 4463d1e Unbreak cmake builds by skipping Darwin kernel plugin on non-Mac platforms by Daniel Malea · 11 years ago
  74. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  75. 7bef4e2 Also pass the MCRegInfo to createMCAsmInfo. Follow the modification introduced in commit r181680 of llvm by Sylvestre Ledru · 11 years ago
  76. aefeaa4 Under GNU/Linux, do not build lldbPluginDynamicLoaderDarwinKernel.a. It was breaking the build by Sylvestre Ledru · 11 years ago
  77. 6316650 Add a new constructor with ConstString (and not only const char *). Hopefully fixes the build of lldb by Sylvestre Ledru · 11 years ago
  78. f0c0882 Update ProcessKDP and ProcessMachCore to use ConstString plugin by Jason Molenda · 11 years ago
  79. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  80. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  81. 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
  82. f189358 Hardened LLDB against NULL conditions being passed to breakpoints. by Sean Callanan · 11 years ago
  83. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  84. 96641d8 Add temporary fix for calling c++ global/anonymous functions on Linux. by Matt Kopec · 11 years ago
  85. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  86. 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
  87. 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
  88. 391d612 Scratch that, the problem was elsewhere. by Jason Molenda · 11 years ago
  89. f5e3377 Temporarily roll back r181375 - it is causing an unexpected regression, by Jason Molenda · 11 years ago
  90. 6c32437 Add an explicit check for a darwin kernel KDP_VERSIONSTRING when by Jason Molenda · 11 years ago
  91. 9d35870 Don't completely drop methods we don't want to put by Sean Callanan · 11 years ago
  92. c73fedb Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 11 years ago
  93. 11a8ab6 <rdar://problem/13831149> by Enrico Granata · 11 years ago
  94. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  95. 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
  96. dc07851 Fixed a build failure introduced by r181501. by Ashok Thirumurthi · 11 years ago
  97. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  98. ac39f3c Providing a more interesting command template for LLDB by Enrico Granata · 11 years ago
  99. 56a41de Add all Decls found through FindExternalLexicalDecls by Sean Callanan · 11 years ago
  100. 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