1. 449c08f Make DWARFUnit use the dwo_id from the DWARF5 CU header. by Jorge Gorbe Moya · 3 years, 5 months ago
  2. f2d081e [lldb] Add timers to Reproducer::Keep and Reproducer::Discard by Jonas Devlieghere · 3 years, 4 months ago
  3. 2ba0a91 [Process/NetBSD] Copy changes from FreeBSDRemote and reformat by Michał Górny · 3 years, 5 months ago
  4. dd99eb6 [lldb] Deduplicate more lldb-server tests by Pavel Labath · 3 years, 4 months ago
  5. 083cb2f [lldb/test] Deduplicate the rest of TestLldbGdbServer.py by Pavel Labath · 3 years, 4 months ago
  6. 06f9830 CrashReason: Add MTE tag check faults to the list of crash reasons. by Peter Collingbourne · 3 years, 5 months ago
  7. 5cbb70b [lldb] Deduplicate some tests in TestLldbGdbServer by Pavel Labath · 3 years, 4 months ago
  8. 68228c8 [lldb] Fix logging in lldb-server tests by Pavel Labath · 3 years, 4 months ago
  9. 48907e3 [lldb] Deduplicate some lldb-server tests by Pavel Labath · 3 years, 5 months ago
  10. ce1174a [lldb/test] Automatically skip remote lldb-server tests when applicable by Pavel Labath · 3 years, 5 months ago
  11. 233346d [lldb] Surpress "ingoring result" warning in reproducer_handler by Pavel Labath · 3 years, 4 months ago
  12. 5ad0a9a Fix lldb test failure due to D93082. by Sriraman Tallam · 3 years, 4 months ago
  13. 19abd3a [lldb] Simplify ObjectFile::FindPlugin (NFC) by Jonas Devlieghere · 3 years, 4 months ago
  14. 70827de [lldb] Refactor and simplify GetCommandSPExact interface by Jonas Devlieghere · 3 years, 4 months ago
  15. 4bf7728 [lldb] Don't instrument demangling. by Jonas Devlieghere · 3 years, 4 months ago
  16. 789ad54 Revert "[LLDB] Unbreak the build after recent clang changes" by Arthur Eubanks · 3 years, 4 months ago
  17. 0ee9290 [lldb] Add SBType::GetEnumerationIntegerType method by Andy Yankovsky · 3 years, 4 months ago
  18. f091c61 [lldb] Add SBType::IsScopedEnumerationType method by Andy Yankovsky · 3 years, 4 months ago
  19. 0717a6e [lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC) by Jonas Devlieghere · 3 years, 4 months ago
  20. d5b1ee5 [lldb/test] Add GdbRemoteTestCaseFactory to avoid duplication in lldb-server tests by Pavel Labath · 3 years, 5 months ago
  21. be93285 [lldb] [Process/FreeBSDRemote] Remove anonymous namespace by Michał Górny · 3 years, 4 months ago
  22. 3342a9b [lldb] Remove anonymous namespace from NativeRegisterContextLinux_x86_64 by Pavel Labath · 3 years, 4 months ago
  23. 143ba2a [lldb] [test] Update test status for NetBSD by Michał Górny · 3 years, 5 months ago
  24. c7322b9 [lldb/test] Enable reverse-connect on windows too by Pavel Labath · 3 years, 5 months ago
  25. 9b6fa2c [lldb] Simplify the is_finalized logic in process and make it thread safe. by Jonas Devlieghere · 3 years, 5 months ago
  26. 01180e1 [LLDB] Unbreak the build after recent clang changes by David Zarzycki · 3 years, 5 months ago
  27. 84072ea [lldb/test] Reduce boilerplate in lldb-server tests by Pavel Labath · 3 years, 5 months ago
  28. f8f3f49 [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC] by Michał Górny · 3 years, 5 months ago
  29. 9aad445 [lldb] [Process/FreeBSDRemote] Replace GetRegisterSetCount() by Michał Górny · 3 years, 5 months ago
  30. 8326e7d Revert "[lldb] Make CommandInterpreter's execution context the same as debugger's one." by Pavel Labath · 3 years, 5 months ago
  31. 0c1f11e Remove Python2 fallback and only advertise Python3 in the doc by serge-sans-paille · 3 years, 5 months ago
  32. 79a409f [lldb-vscode] Speculative fix for raciness in TestVSCode_attach by Pavel Labath · 3 years, 5 months ago
  33. 6b4c73c [lldb] [unittests] Filter FreeBSD through CMake rather than #ifdef by Michał Górny · 3 years, 5 months ago
  34. 36d4955 [lldb] [unittests] Add tests for NetBSD register offsets/sizes by Michał Górny · 3 years, 5 months ago
  35. 5df9e46 [lldb] Add std::array to the supported template list of the CxxModuleHandler by Raphael Isemann · 3 years, 5 months ago
  36. 182986c [lldb] Unify the two CreateTypedef implementations in TypeSystemClang by Raphael Isemann · 3 years, 5 months ago
  37. bd423f6 [lldb] [POSIX-DYLD] Update the cached exe path after attach by Michał Górny · 3 years, 5 months ago
  38. 3a17647 [lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hit by Michał Górny · 3 years, 5 months ago
  39. 24da47e Use basic_string::find(char) instead of basic_string::find(const char *s, size_type pos=0) by Fangrui Song · 3 years, 5 months ago
  40. 540bf01 [lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.find('x')`) by Jordan Rupprecht · 3 years, 5 months ago
  41. 95548a3 [LLDB] Skip TestGuiBasicDebug.py on Arm and AArch64/Linux by Muhammad Omair Javaid · 3 years, 5 months ago
  42. 2f5ff82 Revert "[LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug" by Muhammad Omair Javaid · 3 years, 5 months ago
  43. 8f24c1a [lldb] Fix import-std-module tests after libc++ got a new __memory subdirectory by Raphael Isemann · 3 years, 5 months ago
  44. 49fdbb2 [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload by Med Ismail Bennani · 3 years, 5 months ago
  45. 65f5c32 Revert "[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload" by Med Ismail Bennani · 3 years, 5 months ago
  46. 0df5dfd [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload by Med Ismail Bennani · 3 years, 5 months ago
  47. dedef90 Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef" by Nico Weber · 3 years, 5 months ago
  48. 5f787cf Adapt lldb to a40db5502b2515a6f2f1676b5d7a655ae0f41179 by Duncan P. N. Exon Smith · 3 years, 5 months ago
  49. 6da6a95 [lldb] [Process/FreeBSD] Add more 'override' keywords by Michał Górny · 3 years, 5 months ago
  50. 9b0be55 [lldb] Make CommandInterpreter's execution context the same as debugger's one. by Tatyana Krasnukha · 3 years, 5 months ago
  51. 18ede34 [lldb] Modernize TargetList for-loops, NFC by Tatyana Krasnukha · 3 years, 5 months ago
  52. c2c5c40 [lldb] "target create" shouldn't save target if the command failed by Tatyana Krasnukha · 3 years, 5 months ago
  53. c6f2849 [lldb] Remove single-case switch statement (NFC) by Jonas Devlieghere · 3 years, 5 months ago
  54. 656df8f [lldb] Introduce separate scratch ASTs for debug info types and types imported from C++ modules. by Raphael Isemann · 3 years, 5 months ago
  55. 7e83463 [lldb] Deal gracefully with concurrency in the API instrumentation. by Jonas Devlieghere · 3 years, 5 months ago
  56. 6fc3698 [lldb] Remove assumption from Clang-based data formatters that their types are in the scratch AST by Raphael Isemann · 3 years, 5 months ago
  57. d9b368e [lldb/test] Change base class of lldb-server tests by Pavel Labath · 3 years, 5 months ago
  58. d2881e8 [lldb/test] Replace ad-hoc server test choice with test categories by Pavel Labath · 3 years, 5 months ago
  59. b3c3291 [lldb] [docs] Add a manpage for lldb-server by Michał Górny · 3 years, 5 months ago
  60. 59815f6 [lldb/Docs] Fix lldb-x86_64-fedora URL as it is still a silent bot by Jan Kratochvil · 3 years, 5 months ago
  61. eb9e309 [lldb] Fix that symbols.clang-modules-cache-path is never initialized by Raphael Isemann · 3 years, 5 months ago
  62. 6181b0e [lldb] Allow LLDB to automatically retry a failed expression with an imported std C++ module by Raphael Isemann · 3 years, 5 months ago
  63. 1770d58 [lldb][NFC] Fix a typo in TestCppMultipleInheritance by Raphael Isemann · 3 years, 5 months ago
  64. 23d9db8 [lldb] Kill the inferior instead of detaching during test suite runs by Jonas Devlieghere · 3 years, 5 months ago
  65. 8d6ab92 Ignore DBGArchitecture from dsymForUUID's plist by Jason Molenda · 3 years, 5 months ago
  66. 22acf56 [lldb][NFC] Refactor _get_bool_config_skip_if_decorator by Raphael Isemann · 3 years, 5 months ago
  67. 771a18c [lldb] Track the API boundary using a thread_local variable. by Jonas Devlieghere · 3 years, 5 months ago
  68. e630eb4 [LLDB] Temporarily incrase DEFAULT_TIMEOUT on gdbremote_testcase.py by Muhammad Omair Javaid · 3 years, 5 months ago
  69. 127e95d [LLDB] Fix failing test dwp-separate-debug-file.cpp by Muhammad Omair Javaid · 3 years, 5 months ago
  70. 23596da [lldb] Fix one more failure test after 843f2dbf003f2a51d0d4ab8cf40647c99ded2e93. by Haojian Wu · 3 years, 5 months ago
  71. da8adbf [lldb] Fix a failure test after 843f2dbf003f2a51d0d4ab8cf40647c99ded2e93. by Haojian Wu · 3 years, 5 months ago
  72. 3ec49b3 [lldb] Remove unused IsFunctionType is_variadic_ptr parameter (NFC) by Dave Lee · 3 years, 5 months ago
  73. 5354c9d [lldb] Fix -Wformat warning in debugserver unit test by Jonas Devlieghere · 3 years, 5 months ago
  74. efe8317 [lldb][import-std-module] Add a test for typedef'd std types by Raphael Isemann · 3 years, 5 months ago
  75. 3dcac4a [lldb] Include thread id in the reproducer trace (NFC) by Jonas Devlieghere · 3 years, 5 months ago
  76. 1aec7c9 Revert "[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot action" by Michał Górny · 3 years, 5 months ago
  77. feeaa8b [LLDB] fix error message for one-line breakpoint scripts by Pedro Tammela · 3 years, 5 months ago
  78. 8134e0d [lldb] [test] Remove duplicate xfail for Testtypedef by Michał Górny · 3 years, 5 months ago
  79. 7e57cb0 [lldb] [test] Fix continue_to_breakpoint() args in TestThreadStepOut by Michał Górny · 3 years, 5 months ago
  80. 3853738 [lldb] [Process/FreeBSDRemote] Implement GetLoadedModuleFileSpec() and GetFileLoadAddress() by Michał Górny · 3 years, 5 months ago
  81. 4fb9631 [lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot action by Michał Górny · 3 years, 5 months ago
  82. aa7568d [lldb] [Platform/POSIX] Use gdb-remote plugin when attaching by Michał Górny · 3 years, 5 months ago
  83. e9819d5 [lldb] [test] Link FreeBSD test failures to bugs by Michał Górny · 3 years, 5 months ago
  84. 8f05eed [lldb/test] Refactor socket_packet_pump by Pavel Labath · 3 years, 5 months ago
  85. 257e9db [lldb/test] Simplify TestLldbGdbServer.py by Pavel Labath · 3 years, 5 months ago
  86. b4c3aa7 [lldb/test] Simplify TestGdbRemoteExitCode.py by Pavel Labath · 3 years, 5 months ago
  87. e8b9e97 [debugserver] Call posix_spawnattr_setarchpref_np throught the fn ptr. by Jonas Devlieghere · 3 years, 5 months ago
  88. 1b45993 [debugserver] Use dlsym for posix_spawnattr_setarchpref_np by Jonas Devlieghere · 3 years, 5 months ago
  89. 3c87831 [debugserver] Remove bridgeos availability by Jonas Devlieghere · 3 years, 5 months ago
  90. 49fdd8e [debugserver] Honor the cpu sub type if specified by Jonas Devlieghere · 3 years, 5 months ago
  91. b47171c [lldb] Remove unused argument to expectedFailure by Jonas Devlieghere · 3 years, 5 months ago
  92. 3d181e9 [lldb] Remove LLDB session dir and just store test traces in the respective test build directory by Raphael Isemann · 3 years, 5 months ago
  93. e43c186 [lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::GetForTarget by Raphael Isemann · 3 years, 5 months ago
  94. 29def54 [lldb][NFC] Rename TypeSystemClangForExpressions to ScratchTypeSystemClang by Raphael Isemann · 3 years, 5 months ago
  95. ce36956 [lldb] Use the cpu subtype enum values from llvm::MachO in ArchSpec (NFC) by Jonas Devlieghere · 3 years, 5 months ago
  96. e848bc1 [lldb] Refactor the Symbolicator initializer by Jonas Devlieghere · 3 years, 5 months ago
  97. 1da1d14 [lldb] Recognize MachO cpu sub-type 2 as arm64 by Jonas Devlieghere · 3 years, 5 months ago
  98. fd5c22c [lldb] Treat remote macOS debugging like any other remote darwin platform by Jonas Devlieghere · 3 years, 5 months ago
  99. 54d07a1 [lldb] Return the original path when tilde expansion fails. by Jonas Devlieghere · 3 years, 5 months ago
  100. 372d4c8 [lldb] X-FAIL class template parameter pack tests on Windows by Raphael Isemann · 3 years, 5 months ago