1. b7fbd97 Silence compiler warning. by Adrian Prantl · 6 years ago
  2. 9c7b158 Fix gdb-remote qMemoryRegionInfo unit tests for xml-enabled builds by Pavel Labath · 6 years ago
  3. a56b1c6 Enable AUTOBRIEF in doxygen configuration. by Adrian Prantl · 6 years ago
  4. 3e367d6 Predicate.h: remove unused functions by Pavel Labath · 6 years ago
  5. 6414821 Update lldb to match clang r331244 (addition of char8_t). by Richard Smith · 6 years ago
  6. 73723d5 Fix the .experimental. settings feature so that we don't return an error by Jason Molenda · 6 years ago
  7. 0bb9c18 Revert "[lit] Replace generator expressions in lit.site.cfg" by Jonas Devlieghere · 6 years ago
  8. b23713b [lit] Replace generator expressions in lit.site.cfg by Jonas Devlieghere · 6 years ago
  9. 0d63886 Remove redundant command. by Adrian Prantl · 6 years ago
  10. 06f7754 Split TestGlobalVariables into two and xfail one of them for arm64 linux by Pavel Labath · 6 years ago
  11. 6ed5d4c Fix type_lookup test to make buildbots happy by Eugene Zemtsov · 6 years ago
  12. cfb807c Log to the process channel, not target twice. by Jason Molenda · 6 years ago
  13. d9cbbce Add logging when ArchSpec::SetArchitecture is given a cputype and by Jason Molenda · 6 years ago
  14. e6276da Refactor GetNextPersistentVariableName into a non-virtual method by Adrian Prantl · 6 years ago
  15. f897241 Move the persistent variable counter into Target by Adrian Prantl · 6 years ago
  16. bc92d94 Remove premature caching of the global variables list in CompileUnit. by Adrian Prantl · 6 years ago
  17. 10318f2 Protect DWARFCompileUnit::m_die_array by a new mutex by Jan Kratochvil · 6 years ago
  18. c1ad1ef Fix expression parser to not accept any type whose basename matches for a type that must exist at root level by Greg Clayton · 6 years ago
  19. 0c8a6dc Reflow paragraphs in comments. by Adrian Prantl · 6 years ago
  20. 771b5ad Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched by Jan Kratochvil · 6 years ago
  21. 9804710 llgs tests: Use noack-mode for communication to avoid pr37294 by Pavel Labath · 6 years ago
  22. 1bbd50d ObjectFileELF: Add support for arbitrarily named code sections by Pavel Labath · 6 years ago
  23. 8bdd7a1 Fixup r331049 (FileSpec auto-normalization) by Pavel Labath · 6 years ago
  24. ac9c9e5 Support reading section ".gnu_debugaltlink" by Jan Kratochvil · 6 years ago
  25. 1b58108 Fix build bots after r331049 broke them. by Greg Clayton · 6 years ago
  26. c7a306f [debugserver] Fix the G packet handling. by Frederic Riss · 6 years ago
  27. 5014000 Always normalize FileSpec paths. by Greg Clayton · 6 years ago
  28. 488a9aa Mark test as @skipIfOutOfTreeDebugserver by Frederic Riss · 6 years ago
  29. c5792be Fix a thinko in the iteration over StructuredDataPlugin Create functions. by Jim Ingham · 6 years ago
  30. d79acbb [debugserver] Fix handling of the 'g' packet by Frederic Riss · 6 years ago
  31. 2d1f9ea [debugserver] Return 'ios' instead of 'iphoneos' for the ostype. by Frederic Riss · 6 years ago
  32. 3ee7f83 Fix -Wswitch warning after r330790. by Benjamin Kramer · 6 years ago
  33. 58bb4f6 [lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and windows server by Aaron Smith · 6 years ago
  34. c8f0c4c [dotest] Make the set of tests independent of the test configuration by Pavel Labath · 6 years ago
  35. a4cc8bb [CMake] Add the missing `dsymutil` dependency when running tests. by Davide Italiano · 6 years ago
  36. 74e9c6f llgs-tests: Increase packet time out by Pavel Labath · 6 years ago
  37. 5febeff [CMake] Gate 'dsymutil' dependency by Jonas Devlieghere · 6 years ago
  38. 2daa757 [lit] Generate a single lit cfg file for tests that require dotest.py by Jonas Devlieghere · 6 years ago
  39. b725bb6 Temporarily skip Go TestExpressions on FreeBSD as it hangs by Ed Maste · 6 years ago
  40. 00a66fb FreeBSD: propagate error to user if memory access fails by Ed Maste · 6 years ago
  41. 327af4c Fix the Xcode gtest target for the move of FileSpecTest.cpp. by Jim Ingham · 6 years ago
  42. 53113aa Fix a crash when resolving overloads of C++ virtual methods. by Adrian Prantl · 6 years ago
  43. 3301001 Move FileSpecTest to Utility by Pavel Labath · 6 years ago
  44. 6a0d8ec [DWARFASTParserClang] Remove dead code. NFCI. by Davide Italiano · 6 years ago
  45. 18c03aa Fix narrowing warning by appending `f` to literal constant. by Adrian McCarthy · 6 years ago
  46. 45f5839 Attempt to fix TestMiniDump on windows by Pavel Labath · 6 years ago
  47. 07d4ca6 Improve LLDB's handling of non-local minidumps by Leonard Mosescu · 6 years ago
  48. 435dabf [LIT] Have lit run the lldb test suite by Jonas Devlieghere · 6 years ago
  49. e3ccabe Report more precise error message when attach fails by Pavel Labath · 6 years ago
  50. fdd3c0b Change PlatformPosix::DoLoadImage to use a UtilityFunction. by Jim Ingham · 6 years ago
  51. 3f3381c Fix the xcode project for the Args -> Utility move. by Jim Ingham · 6 years ago
  52. fe5f5a4 Move Args.cpp from Interpreter to Utility by Pavel Labath · 6 years ago
  53. 9b13cdd [Statistics] Relax the test output a little bit. by Davide Italiano · 6 years ago
  54. 02f603c [Commands] Expose statistics through the SBAPI. by Davide Italiano · 6 years ago
  55. 7f1a8ff Make sure deleting all breakpoints clears their sites first by Eugene Zemtsov · 6 years ago
  56. 266174c [lldb-private] Mark a function as inline to prevent multiple def errors. by Davide Italiano · 6 years ago
  57. c893df3 [Statistics] Move GetStatDescription to an header file. by Davide Italiano · 6 years ago
  58. 95be40c Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit". by Jan Kratochvil · 6 years ago
  59. 3542a1e Revert "[debugserver] Remove dead function call. NFCI." by Davide Italiano · 6 years ago
  60. f47961e [debugserver] Remove dead function call. NFCI. by Davide Italiano · 6 years ago
  61. 29ad492 [Command] Simplify the code and make it less error prone. NFCI. by Davide Italiano · 6 years ago
  62. 0a38570 [Command] Implement `statistics` command. by Davide Italiano · 6 years ago
  63. f03feca Allow relative file paths when settings source breakpoints by Greg Clayton · 6 years ago
  64. 6c8ca4f Re-land "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 6 years ago
  65. 9dfd323 Prevent deadlock in OS Plugins by Jonas Devlieghere · 6 years ago
  66. dd5d4a0 [docs] Add LLDB_TEST_USE_CUSTOM_C_COMPILER and LLDB_TEST_USE_CUSTOM_CXX_COMPILER to the build and test hmtl pages by Aaron Smith · 6 years ago
  67. a2fb027 Revert "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 6 years ago
  68. 6bb095e Don't assume backing thread shares protocol ID. by Jonas Devlieghere · 6 years ago
  69. 7143004 [dotest] Fix syntax error and typo. by Jonas Devlieghere · 6 years ago
  70. a9f796f [dotest] Use in-tree dsymutil on Darwin by Jonas Devlieghere · 6 years ago
  71. b6c4a27 Fix a thinko in CommandObjectMemoryRegion. by Jim Ingham · 6 years ago
  72. 2c370bf [Target] Remove dead/commented out code. NFC. by Davide Italiano · 6 years ago
  73. 181ac08 llgs: Send "rich" errors in response to vAttach packets by Pavel Labath · 6 years ago
  74. 869c51f Convert an absolute to a group relative reference for TestOptionArgParser.cpp. by Jim Ingham · 6 years ago
  75. 1f32556 Fix a typo in the gtest build target for Debug configuration. by Jim Ingham · 6 years ago
  76. b1640c2 Fix the Xcode build for the addition of OptionArgsParser. by Jim Ingham · 6 years ago
  77. 5a64906 s/LLVM_ON_WIN32/_WIN32/, lldb by Nico Weber · 6 years ago
  78. 5d99043 Args: replace isprint8 usage with isprint by Pavel Labath · 6 years ago
  79. 4dfdc06 Move OptionElementVector helper structs from Args to Options by Pavel Labath · 6 years ago
  80. b242a52 Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 6 years ago
  81. b36b478 Fix compilation error caused by tgmath.h. by Tatyana Krasnukha · 6 years ago
  82. 64af8b4 [lldb-server] Set a more generous timeout when testing gdbremote. by Davide Italiano · 6 years ago
  83. a4b4ca0 Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit" by Jan Kratochvil · 6 years ago
  84. cbb255f [debugserver] Fix LC_BUILD_VERSION load command handling. by Frederic Riss · 6 years ago
  85. 73b3b09 [dotest] --skip-category should append and not override. by Davide Italiano · 6 years ago
  86. ea29758 One more windows build fix by Pavel Labath · 6 years ago
  87. f3bdb34 Fix windows build after r329296 by Pavel Labath · 6 years ago
  88. f8c6acc Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit by Greg Clayton · 6 years ago
  89. a17fc9b Remove unused NativeProcessProtocol.h include from Platform.h by Pavel Labath · 6 years ago
  90. 37bcd22 Fix error in QEnableErrorStrings gdb-remote docs by Pavel Labath · 6 years ago
  91. 22c76c7 Added a BSD archive tool. by Greg Clayton · 6 years ago
  92. d9dc833 [Core] Grab-bag of improvements for Scalar. by Davide Italiano · 6 years ago
  93. 4f44b1c Support template template parameters by Frederic Riss · 6 years ago
  94. b3a95b1 [test] Exit lldb-dotest in a more Pythonic way. by Jonas Devlieghere · 6 years ago
  95. 036450a [lldb-dotest] Don't swallow error exit codes. by Davide Italiano · 6 years ago
  96. e72c3c8 NativeThreadProtocol: delete dead code by Pavel Labath · 6 years ago
  97. 8f022f1 Prevent double release of mach ports by Frederic Riss · 6 years ago
  98. 23d25d7 Revert r328715. Wasn't wrong, just not the issue. by Jim Ingham · 6 years ago
  99. b2a6926 Explicitly import subprocess by Jim Ingham · 6 years ago
  100. c34218b gdb-remote: Fix checksum verification for messages with escape chars by Pavel Labath · 6 years ago