1. cf26fc9 Add NOTICE and MODULE_LICENSE files by Conley Owens · 9 years ago int/n/fp2
  2. 8aaa523 Fixes for LLDB build to work around host 4.6.2+ compiler issues. by Todd Fiala · 10 years ago
  3. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  4. 670e8f8 Merge commit 'c590c679663f093bc74355572ccfa8d40284d065' into initial-pull-2013-08-07 by Todd Fiala · 11 years ago
  5. 35a9d3a Initial empty repository by Geoff Mendal · 11 years ago
  6. c590c67 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 11 years ago
  7. 3160832 clean up about 22 warnings messages by Michael Sartain · 11 years ago
  8. 50851d8 Re-enable check previously disabled due to llvm.org/pr16603 by Daniel Malea · 11 years ago
  9. a688acc Test to see if logging is enabled before printing by Jason Molenda · 11 years ago
  10. 4300bb1 Initialize m_leak member variable. by Michael Sartain · 11 years ago
  11. a984aa9 Fix bug in Host::getLLDBPath() due to misusing Twine by Daniel Malea · 11 years ago
  12. e0d9e75 Centralizing Intel compiler detection logic in lldbtest.py to avoid duplication in the future. by Daniel Malea · 11 years ago
  13. 31cdd3d Support one more flavour of Intel compiler in TestThreadStepOut by Daniel Malea · 11 years ago
  14. 65a0207 Mark remaining failing test on icc as expected fail.. by Matt Kopec · 11 years ago
  15. 042b14c Allow building test suite with non-default libc++ by Daniel Malea · 11 years ago
  16. 9de79f9 Test compatibility improvements for ICC by Daniel Malea · 11 years ago
  17. 2fa8346 Additional fixes/xfails for icc tests by Andrew Kaylor · 11 years ago
  18. d60b54f Mark additional icc test failures as expected fail. by Matt Kopec · 11 years ago
  19. 4097bef Re-enable fast stepping for arm targets. The issue being worked by Jason Molenda · 11 years ago
  20. 0d23b9f Disable test on Mac OS X due to llvm.org/pr16769 by Daniel Malea · 11 years ago
  21. 23bb947 Updates TestLongjump to ensure that compiler optimizations don't affect the by Ashok Thirumurthi · 11 years ago
  22. 7526625 Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t). by Michael Sartain · 11 years ago
  23. 2bf9633 Allow test categories to be skipped. by Stefanus Du Toit · 11 years ago
  24. a749646 Update failing tests on Linux for clang and gcc to only fail on Linux instead of all platforms. by Matt Kopec · 11 years ago
  25. 4349bcb Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 11 years ago
  26. 17c4bc4 Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion. by Michael Sartain · 11 years ago
  27. e138d9f Mark some tests as explicitly failing on clang/gcc as they pass on icc. by Matt Kopec · 11 years ago
  28. 666a1f8 Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex and StackFrameList mutex) by Daniel Malea · 11 years ago
  29. a224c7c Add the LD_LIBRARY_PATH to target.env-vars for tests expecting libimf.so when testing with ICC. by Matt Kopec · 11 years ago
  30. cae3de0 Adds a test for 'target module dump symfile' to the LLDB suite. by Ashok Thirumurthi · 11 years ago
  31. 93d8e42 Mark additional ICC failing tests as expected fail. by Matt Kopec · 11 years ago
  32. 03e3352 Update break conditions test to have consistent behaviour on all test suite compilers. by Matt Kopec · 11 years ago
  33. c3e49ca Set an extra debug flag when testing with ICC so that it generates the correct debug info for inlined tests. by Matt Kopec · 11 years ago
  34. 6629791 Updated the LLDB rvalue reference test to cross-reference with a bugzilla report, by Ashok Thirumurthi · 11 years ago
  35. 384ba77 Reverts r187449 (report_fatal_error) in favor of a log message since by Ashok Thirumurthi · 11 years ago
  36. bc16b92 The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction by Jim Ingham · 11 years ago
  37. 1475fc7 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 11 years ago
  38. 1d6437d Fix problematic override _exc_info_to_string by Daniel Malea · 11 years ago
  39. 293e35b Add a default case to the LLVM expression opcode switch statement by Daniel Malea · 11 years ago
  40. 01711aa Send a stop event when an expression stops at a breakpoint by Sean Callanan · 11 years ago
  41. f3b05d6 Add missing -Xlinker to order test. by Stefanus Du Toit · 11 years ago
  42. 9b27646 Use -Wl to specify -rpath correctly. by Stefanus Du Toit · 11 years ago
  43. 4acd24a Use the correct compiler to compute dependencies. by Stefanus Du Toit · 11 years ago
  44. 4b93aee Add format specifiers to various format ids so we can print thread ids in decimal on Linux and FreeBSD. by Michael Sartain · 11 years ago
  45. 0b864ee Updates the DW_AT_data_member_location handlers for the LLDB DWARF plugin by Ashok Thirumurthi · 11 years ago
  46. 8c2dc0e Run-time reg context selection for POSIX targets by Ed Maste · 11 years ago
  47. 5119a64 tests: process connect needs "-p gdb-remote" on FreeBSD as on Linux by Ed Maste · 11 years ago
  48. 9c19b01 tests: Mark expected FreeBSD failures due to pr14424 by Ed Maste · 11 years ago
  49. f40b092 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  50. e4923dd <rdar://problem/14526890> by Greg Clayton · 11 years ago
  51. 21f98a3 Fix TestConcurrentEvents to behave nicely with GCC 4.8 by Daniel Malea · 11 years ago
  52. cf88b95 Use flag instead of rwlock state to track process running state by Ed Maste · 11 years ago
  53. e6017d3 Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressions by Ashok Thirumurthi · 11 years ago
  54. 1038418 Document "show args" -> "settings show target.run-args" by Jim Ingham · 11 years ago
  55. 5bcb221 Fix the logging messages for SBFrame::FindRegister(). by Jason Molenda · 11 years ago
  56. 6855784 Add an SBFrame::FindRegister() method to make it a little by Jason Molenda · 11 years ago
  57. 6bea559 Refine the fix in r187094 to only distrust the StackID comparision when we are starting from an address with no symbols. by Jim Ingham · 11 years ago
  58. ca4c37b Fixed several problems with watchpoint expressions. by Sean Callanan · 11 years ago
  59. 7b30525 tests: Build test code on FreeBSD the same way as on Linux by Ed Maste · 11 years ago
  60. 073fc88 Fix the lldb build after the removal of mblaze. by Rafael Espindola · 11 years ago
  61. f476592 Set thread names on FreeBSD by Ed Maste · 11 years ago
  62. 2c0e10c Correct typo in comments by Ed Maste · 11 years ago
  63. fd024c0 Remove unused code by Ed Maste · 11 years ago
  64. 6bd7f0d tests: Mark expected FreeBSD failures due to pr16699 by Ed Maste · 11 years ago
  65. e5dadc1 Add explicit braces to quiet the "avoid dangling else" warning from clang. by Greg Clayton · 11 years ago
  66. 3bf526a tests: Mark expected FreeBSD failures due to pr16706 by Ed Maste · 11 years ago
  67. 4fd912f tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  68. afed35e Skip dead-strip test also on FreeBSD by Ed Maste · 11 years ago
  69. 9aa84a1 Annote expected failures on FreeBSD due to pr14540 by Ed Maste · 11 years ago
  70. 6b80ad9 Fixes LLDB address ranges with gcc 4.8 by Ashok Thirumurthi · 11 years ago
  71. dcddd0c Fix test execution on FreeBSD versions other than 9.x by Ed Maste · 11 years ago
  72. 454916c Handle the case where we are stepping through code with no symbols, so we can't really find the function start PC by Jim Ingham · 11 years ago
  73. 66a8356 Update link for the SysV x86_64 ABI standard doc; x86-64.org has by Jason Molenda · 11 years ago
  74. 1455203 Modify ProcessPOSIX to use the thread list mutex as needed by Daniel Malea · 11 years ago
  75. 10c0722 Fix test suite make so that -std=c++11 gets set properly for supported compilers and -std=c++0x gets set only for gcc 4.6 versions. Previously, -std=c++0x was being set for all compilers. by Matt Kopec · 11 years ago
  76. 4edd4b4 tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  77. ccfb499 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  78. 8be3659 test_iter_registers is expected to fail on FreeBSD by Ed Maste · 11 years ago
  79. 4e6d297 Add expectedFailureFreeBSD test wrapper by Ed Maste · 11 years ago
  80. 772a667 <rdar://problem/14521548> by Greg Clayton · 11 years ago
  81. 14d0ef4 Don't rely on C99 for loop initializers in test case by Stefanus Du Toit · 11 years ago
  82. d6b0910 Update www build instructions for FreeBSD by Ed Maste · 11 years ago
  83. b669abf Add FreeBSD buildbots to build page by Ed Maste · 11 years ago
  84. 0422ad8 elf-core: Document offset constants in FreeBSD prstatus parser by Ed Maste · 11 years ago
  85. 9ec5022 Update current state of FreeBSD port by Ed Maste · 11 years ago
  86. 61b8793 Updated the LLDB status page to reflect recent work on Linux. by Ashok Thirumurthi · 11 years ago
  87. 4a217a5 Updating tests that fail with ICC 13.1 because of the different mapping of assembly to DWARF. by Ashok Thirumurthi · 11 years ago
  88. f9332bb Fix rvalue test makefile. by Matt Kopec · 11 years ago
  89. eebd175 Remove builtin attribute from calls whose targets we replace by Stefanus Du Toit · 11 years ago
  90. 4514d50 Skip test reported to hang the FreeBSD buildbot by Ed Maste · 11 years ago
  91. da46268 elf-core: Remove now-unused compile-time FreeBSD support by Ed Maste · 11 years ago
  92. eb4b3d2 elf-core: Add helper function for parsing FreeBSD NT_PRSTATUS by Ed Maste · 11 years ago
  93. 3c2a6c6 elf-core: Improve FreeBSD support and move data extraction to parse time by Ed Maste · 11 years ago
  94. 0bf2d69 elf-core: Parse vendor-specific notes by Ed Maste · 11 years ago
  95. 69a3951 Remove spurious "-C" flag from CMake command lines in build.html. by Stefanus Du Toit · 11 years ago
  96. b8a579f Adds a test for "disassemble -a" after an assert, which can fail with ELF by Ashok Thirumurthi · 11 years ago
  97. fe4a7c6 Add instructions to www/source.html for using the Git mirror for those so inclined. by Stefanus Du Toit · 11 years ago
  98. 8941bca Fixed a potential crash in the GetOSVersion code by Sean Callanan · 11 years ago
  99. 52e92d1 When a Cortex-M3 target is selected (armv7m), force disassembly to be in by Jason Molenda · 11 years ago
  100. d98d8cb Fix i386 FreeBSD build by Ed Maste · 11 years ago