1. f3657f4 Fixing problems with thread create during step test. by Andrew Kaylor · 11 years ago
  2. 17044a3 Disabling watchpoint test with intermittent failure. by Andrew Kaylor · 11 years ago
  3. 5bdfd66 Error out if the expression for a breakpoint by Sean Callanan · 11 years ago
  4. c82316e For "expr", say what the timeout units are in the help string. by Jim Ingham · 11 years ago
  5. b36a909 Refactors to provide two variants for evaluation of text_list: by Ashok Thirumurthi · 11 years ago
  6. 4d16278 Removing expected fail from another test that is now passing. by Andrew Kaylor · 11 years ago
  7. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  8. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  9. 315f54f Fixed continue issues with process attach/detach by Daniel Malea · 11 years ago
  10. 6d66236 Add instructions for running LLDB tests with non-default compiler/architectures by Daniel Malea · 11 years ago
  11. 01059bf <rdar://problem/13863031> by Enrico Granata · 11 years ago
  12. 56c7ef6 Add CMake targets to build LLDB reference docs by Daniel Malea · 11 years ago
  13. 3933006 Mac OS X CMake fix: generate LLDB version from xcodeproj by Daniel Malea · 11 years ago
  14. 4c86cf0 lldbPluginOSDarwinKernel doesn't exist. by Filipe Cabecinhas · 11 years ago
  15. 0d91b80 Update countTrailingZeros function usage to match llvm's r182667. by Filipe Cabecinhas · 11 years ago
  16. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  17. 9bca2cf Updated the status page to reflect the current Linux status. by Ashok Thirumurthi · 11 years ago
  18. f2dcf35 Added a parameter for relocation info to keep lldb in step with llvm due to r182625, by Ashok Thirumurthi · 11 years ago
  19. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  20. d5a5e25 Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders by Filipe Cabecinhas · 11 years ago
  21. 79d1af3 Improve vim-lldb expression commands for objective-c and implement evaluate-under-cursor: by Daniel Malea · 11 years ago
  22. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  23. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  24. b1077c4 <rdar://problem/13966084> by Greg Clayton · 11 years ago
  25. 537f06f Adding .arcconfig file to LLDB to allow using Phabricator for reviews by Daniel Malea · 11 years ago
  26. 4b1b8d9 GCC gets confused by enums in bitfields, so I by Sean Callanan · 11 years ago
  27. 8c2c41e Don't compare 4 characters on a 2 character string. by Greg Clayton · 11 years ago
  28. 3cc1b9c Fix shutdown to correctly close stdout and stop showing garbage characters on exit. by Michael Sartain · 11 years ago
  29. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  30. 9565e9d Fixed a file leak introduced with my last checkin. Also be sure to include <stdio.h> just in case. by Greg Clayton · 11 years ago
  31. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  32. 3a54da4 <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  33. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  34. 77d340f <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  35. 4d511cb <rdar://problem/13956179> by Greg Clayton · 11 years ago
  36. a8aa5ab <rdar://problem/13880690> by Greg Clayton · 11 years ago
  37. 0b8ed08 Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach by Daniel Malea · 11 years ago
  38. 5d41462 LLDB Vim plugin usability improvement: ":Lshow" now displays all panes by Daniel Malea · 11 years ago
  39. 3451b9e Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>" by Daniel Malea · 11 years ago
  40. 53fde4b <rdar://problem/13455021> by Greg Clayton · 11 years ago
  41. 48b6bd1 <rdar://problem/13455021> by Greg Clayton · 11 years ago
  42. 9ea8bec <rdar://problem/13455021> by Greg Clayton · 11 years ago
  43. be0aaf8 Adding a newline for better overall readability by Enrico Granata · 11 years ago
  44. 6f742d2 Quiet the new exec test case down so it doesn't spew debug prints. by Greg Clayton · 11 years ago
  45. e3f9bfd Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. by Greg Clayton · 11 years ago
  46. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  47. bed7ab5 <rdar://problem/13925432> by Enrico Granata · 11 years ago
  48. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  49. 9eedc23 s/to override/To override/ by Enrico Granata · 11 years ago
  50. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  51. 0468bb2 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  52. b71bdd8 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  53. 37c43e4 Forgot to check for empty error strings in the previous checkin by Enrico Granata · 11 years ago
  54. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  55. 6630d1f Patch from Yacine Belkadi that fixes a typo in an error message. by Greg Clayton · 11 years ago
  56. fcf1793 Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariableExpressionPath(). by Greg Clayton · 11 years ago
  57. 47a4e0d Fixed a problem where the dynamic checkers (i.e., by Sean Callanan · 11 years ago
  58. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  59. d922272 <rdar://problem/13928053> by Enrico Granata · 11 years ago
  60. 451a54e The Linux process plugin wasn't returning the correct linux signals. This fixes that. by Matt Kopec · 11 years ago
  61. 7712e1c Added a few linux build configure/make examples. by Greg Clayton · 11 years ago
  62. bee8a95 Avoided the use of two test decorators with xfail/xpass logic in the same test. by Ashok Thirumurthi · 11 years ago
  63. 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
  64. e4c2022 Fix CMake install target by Daniel Malea · 11 years ago
  65. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  66. 63188eb ProcessMonitor improvements for Linux. by Matt Kopec · 11 years ago
  67. 2686891 Append missing version number to lldb binary built by cmake by Daniel Malea · 11 years ago
  68. 4f1759b Update LLDB web docs with instructions to run individual test suites/directories by Daniel Malea · 11 years ago
  69. 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
  70. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  71. d968be7 Uses a helper to consistently verify the stop reason in all tests. by Ashok Thirumurthi · 11 years ago
  72. b3080fe Updated TestAbbreviations to reflect the changed output in r182068. by Ashok Thirumurthi · 11 years ago
  73. b31044e Fixed the build to reflect the API name change in r182085. by Ashok Thirumurthi · 11 years ago
  74. 92025da Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  75. d40be9c Comment out ObjectFileELF::GetModuleSpecifications() function until I can debug where it's causing tests to fail. by Michael Sartain · 11 years ago
  76. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  77. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  78. 6680109 <rdar://problem/13893094> by Greg Clayton · 11 years ago
  79. 535df0c Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux code to deal with unknown arch properties. by Michael Sartain · 11 years ago
  80. 519bc3c test commit by Michael Sartain · 11 years ago
  81. f043618 Fix ObjectFileELF to not use the file_offset twice. by Filipe Cabecinhas · 11 years ago
  82. 5c7c781 the return False in breakpoint actions should also be mentioned on the website by Enrico Granata · 11 years ago
  83. 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
  84. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  85. 88b7778 Fix Linux 'platform status' command. Its output is now closer to that on Mac OS X by Daniel Malea · 11 years ago
  86. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  87. cf9591f <rdar://problem/13891604> by Greg Clayton · 11 years ago
  88. 7de74f9 <rdar://problem/11158023> by Enrico Granata · 11 years ago
  89. 0689f16 Removed unused code and an unused event. by Greg Clayton · 11 years ago
  90. 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
  91. 95fd285 <rdar://problem/13128331> by Greg Clayton · 11 years ago
  92. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  93. 0c2921f Fixed a few obvious errors pointed out by the static analyzer. by Jim Ingham · 11 years ago
  94. ab23045 Re-enable tests disabled due to llvm.org/pr14541 by Daniel Malea · 11 years ago
  95. 9b4c548 Implement "platform process list" on Linux by Daniel Malea · 11 years ago
  96. 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
  97. 0440b11 Disable test case that causes assertion failure on Linux by Daniel Malea · 11 years ago
  98. 8194512 Fix cmake builds from checkouts with multiple remotes by Daniel Malea · 11 years ago
  99. 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
  100. 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