1. dafb599 LanguageRuntime can provide an UnwindPlan for special occasions by Jason Molenda · 3 years, 3 months ago
  2. fa39d6d Revert "Modify TypePrinter to differentiate between anonymous struct and unnamed struct" by Shafik Yaghmour · 3 years, 3 months ago
  3. f96a373 Revert "Fix for Modify TypePrinter to differentiate between anonymous struct and unnamed struct" by Shafik Yaghmour · 3 years, 3 months ago
  4. 30889d7 Fix for Modify TypePrinter to differentiate between anonymous struct and unnamed struct by Shafik Yaghmour · 3 years, 3 months ago
  5. 1bdd301 Modify TypePrinter to differentiate between anonymous struct and unnamed struct by Shafik Yaghmour · 3 years, 3 months ago
  6. dc563fb [lldb] Check that files exists before handing them off to FileCollector by Jonas Devlieghere · 3 years, 3 months ago
  7. 9b36e0c [lldb] Remove unused code in ScriptInterpreterPython by Jonas Devlieghere · 3 years, 3 months ago
  8. 591676e [lldb] Un-XFAIL TestFormatters on windows by Pavel Labath · 3 years, 3 months ago
  9. a7c03d5 [lldb] Fix shared library directory computation on windows by Pavel Labath · 3 years, 3 months ago
  10. 09282f9 [lldb][NFC] Silence missing case warnings in TypeSystemClang::GetTypeBitAlign due to new RISC-V V types by Raphael Isemann · 3 years, 3 months ago
  11. 1aef2aa Add a new Row setting to mark all un-declared regs as Undefined by Jason Molenda · 3 years, 3 months ago
  12. 5e2d9b0 [lldb] Improve error message for modules with dots or dashes by Jonas Devlieghere · 3 years, 3 months ago
  13. 5e64ad0 [lldb][NFC] Delete deleted const char* overloads of SetValueFromString by Raphael Isemann · 3 years, 3 months ago
  14. 4f4dda9 [lldb] [Process/FreeBSD] Ensure that errors are always handled by Michał Górny · 3 years, 3 months ago
  15. 74b547d [lldb] Delete superfluous semicolon by Pavel Labath · 3 years, 3 months ago
  16. 4427957 [lldb] Remove some nanosleep preprocessor magic by Pavel Labath · 3 years, 3 months ago
  17. 9aa0cbb [FileCollector] Fix that the file system case-sensitivity check was inverted by Raphael Isemann · 3 years, 3 months ago
  18. 45edfa0 [lldb/test] Test lldb-server named pipe functionality on windows by Pavel Labath · 3 years, 3 months ago
  19. 301982e [debugserver] Correctly pass argv[0] to execl by Jonas Devlieghere · 3 years, 3 months ago
  20. b69f035 [lldb] Remove very old misleading comment (NFC) by Dave Lee · 3 years, 3 months ago
  21. f51232e [lldb] Remove unused ThreadPlan tracer utilities (NFC) by Dave Lee · 3 years, 3 months ago
  22. 0e1d35f [lldb] Lower GetRealStopInfo into ThreadPlanCallFunction (NFC) by Dave Lee · 3 years, 3 months ago
  23. 2deb245 [lldb] Minor refinements to ThreadPlan::RestoreThreadState (NFC) by Dave Lee · 3 years, 3 months ago
  24. 8d479c4 [LLDB] Skip TestMultipleTargets.py on Arm/AArch64 Linux by Muhammad Omair Javaid · 3 years, 3 months ago
  25. fd293b2 [lldb] Rename FreeBSDRemote to FreeBSD (NFC) by Michał Górny · 3 years, 3 months ago
  26. 80c433e [lldb] Remove the legacy FreeBSD plugin by Michał Górny · 3 years, 3 months ago
  27. 8d2023d [lldb] [Process/FreeBSDRemote] Fix clang-formatting on ppc commit by Michał Górny · 3 years, 3 months ago
  28. d476e14 [lldb][test] Fix Shell/SymbolFile/symbol-binding.test by Fangrui Song · 3 years, 3 months ago
  29. 6a26dca [lldb] Fix up SysV ABI implementations after 057efa9916cdc354ef4653bcd128a578cc43125e by Benjamin Kramer · 3 years, 3 months ago
  30. 0ba3c6c Support dereferencing a DWARF scalar stack value by Adrian Prantl · 3 years, 3 months ago
  31. 65507c4 Make the error condition in Value::ValueType explicit (NFC) by Adrian Prantl · 3 years, 3 months ago
  32. cf93d07 [LLDB] Fix LLDB_LOG calls to use correct formatting by Shafik Yaghmour · 3 years, 3 months ago
  33. 832fdbf [lldb] Let TestPExpectTest test the right test class by Raphael Isemann · 3 years, 3 months ago
  34. 0d9cb74 [lldb] s/TARGET_OS_EMBEDDED/TARGET_OS_IPHONE/ by Jonas Devlieghere · 3 years, 3 months ago
  35. ee1a41e [lldb] Fix 'r' and 'run' aliases on Apple Silicon by Jonas Devlieghere · 3 years, 3 months ago
  36. d706cb9 ObjectFileELF: Test whether reloc_header is non-null instead of asserting. by Peter Collingbourne · 3 years, 5 months ago
  37. 5d73c78 [lldb] Add step target to ThreadPlanStepInRange constructor by Dave Lee · 3 years, 3 months ago
  38. c9198f0 [lldb] Disable x86-multithread-write.test with reproducers by Jonas Devlieghere · 3 years, 3 months ago
  39. f59f0e0 Revert "[lldb/test] Automatically find debug servers to test" by Pavel Labath · 3 years, 3 months ago
  40. 8ee5902 Support multi-configuration generators correctly in several config files by Stella Stamenova · 3 years, 3 months ago
  41. 4f41d2e [lldb] Fix that running a top level expression without a process fails with a cryptic error by Raphael Isemann · 3 years, 3 months ago
  42. 57d1232 [lldb] Don't emit a warning when using Objective-C getters in expressions by Raphael Isemann · 3 years, 3 months ago
  43. 05d23a9 [lldb] Log the actual expression result in UserExpression::Evaluate by Raphael Isemann · 3 years, 3 months ago
  44. fb05cc7 [lldb/test] Automatically find debug servers to test by Pavel Labath · 3 years, 3 months ago
  45. d79b39a Diagnose unhandled cases in DW_OP_deref by Adrian Prantl · 3 years, 3 months ago
  46. fdcdf84 [lldb] Use internal_dict name over dict in python examples by Dave Lee · 3 years, 3 months ago
  47. 17c6e90 [lldb] Minor cleanups to ThreadPlan.h (NFC) by Dave Lee · 3 years, 3 months ago
  48. 50471f6 [lldb/test] Move and improve TestPlatformProcessConnect.py by Pavel Labath · 3 years, 3 months ago
  49. 228d2f3 Use internal_dict everywhere we refer to the python session dict in docs. by Jim Ingham · 3 years, 3 months ago
  50. 96ac232 [LLDB] Remove uneeded CopyType from BlockPointerSyntheticFrontEnd by Shafik Yaghmour · 3 years, 3 months ago
  51. 98790da Remove trailing spaces after \ in comments. by Jim Ingham · 3 years, 3 months ago
  52. 59cc767 Add documentation for the extra_args parameter to breakpoint commands. by Jim Ingham · 3 years, 3 months ago
  53. 13f442d [lldb] [Process/FreeBSDRemote] Introduce powerpc support by Michał Górny · 3 years, 3 months ago
  54. 7e9ab2b [lldb] Inline invariant params to AppleThreadPlanStepThrough (NFC) by Dave Lee · 3 years, 3 months ago
  55. 14792b5 [lldb] Fix crash in FormatEntity for mangled-name by Dave Lee · 3 years, 3 months ago
  56. 10940e2 [lldb] [Process/FreeBSDRemote] Introduce mips64 support by Michał Górny · 3 years, 3 months ago
  57. 838de35 [LLDB] Fix `Wunused-result` warning by Frederik Gossen · 3 years, 3 months ago
  58. fe5d8e2 [lldb/tests] Removed add_test_categories decorator for python API tests, NFC by Tatyana Krasnukha · 3 years, 3 months ago
  59. 181a4b5 [lldb/tests] Un-skip TestGuiBasicDebug.py on Arm and AArch64 by Tatyana Krasnukha · 3 years, 3 months ago
  60. 4b70062 Reland "[lldb] Make CommandInterpreter's execution context the same as debugger's one" by Tatyana Krasnukha · 3 years, 5 months ago
  61. 2774701 [lldb] Debugger: reuse ExecutionContextRef to create ExecutionContext from Target by Tatyana Krasnukha · 3 years, 3 months ago
  62. 84ee40d [LLDB] Fix buildbot regression in symbol-binding.test by Muhammad Omair Javaid · 3 years, 3 months ago
  63. c94877b Use remote regnums in expedited list, value regs and invalidate regs by Muhammad Omair Javaid · 3 years, 3 months ago
  64. d96bc69 [LLDB] Disable TestExprsChar.py, still fails on Arm/Linux by Muhammad Omair Javaid · 3 years, 3 months ago
  65. cd4db48 [elf-core] Improve reading memory from core file by Djordje Todorovic · 3 years, 4 months ago
  66. 639f9dc [lldb] Use assertIn/NotIn over assertTrue/False (NFC) by Dave Lee · 3 years, 3 months ago
  67. f129bf4 [lldb] Re-enable TestExprsChar on arm64 by Jonas Devlieghere · 3 years, 3 months ago
  68. d34ede4 [debugserver] Fix more warnings in DNBArchImplARM64 by Jonas Devlieghere · 3 years, 3 months ago
  69. ce935da [lldb] Emit type annotation in SWIG generated Python code. by Jonas Devlieghere · 3 years, 3 months ago
  70. 7cb3d8a [lldb][NFC] Minor comment and inlining fixes for Args by Raphael Isemann · 3 years, 3 months ago
  71. 24e6ba2 [lldb/cmake] Reduce duplication in generation lldb-dotest by Pavel Labath · 3 years, 3 months ago
  72. fa25419 [lldb/test] Reduce API test tools configuration boilerplate by Pavel Labath · 3 years, 3 months ago
  73. c240f20 Print the "no plugin" warning only when there is no plugin by Adrian Prantl · 3 years, 3 months ago
  74. 883778c [lldb-vscode] correctly use Windows macros by Walter Erquinigo · 3 years, 3 months ago
  75. 4333747 [lldb] Simplify the logic to detect compiler flag support by Jonas Devlieghere · 3 years, 3 months ago
  76. 4c6ca86 [lldb] Make TestLocalVariables.py compatible with the new pass manager by Pavel Labath · 3 years, 3 months ago
  77. aa39fca [lldb] Convert more assertTrue to assertEqual (NFC) by Dave Lee · 3 years, 3 months ago
  78. 419edee [lldb] Rollback to using i386 for the watch simulator by Jonas Devlieghere · 3 years, 3 months ago
  79. c2cda92 [lldb] Check for both Lua 5.3 and 5.4 error messages in the tests. by Jonas Devlieghere · 3 years, 3 months ago
  80. 1be4aaf [lldb] Honor the CPU type & subtype when launching on macOS by Jonas Devlieghere · 3 years, 3 months ago
  81. 6016c29 [lldb] Fix debugserver-entitlements.plist path by Jonas Devlieghere · 3 years, 3 months ago
  82. a25406d [lldb/test] Stop recording fundamental return types (NFC) by Med Ismail Bennani · 3 years, 3 months ago
  83. 5baa490 [lldb] Convert assertTrue(a == b) to assertEqual(a, b) by Dave Lee · 3 years, 3 months ago
  84. 5cf5bdc [debugserver] Fix -Wmissing-field-initializers warnings on arm64 by Jonas Devlieghere · 3 years, 3 months ago
  85. 02f2c7b [debugserver] Fix -Wsign-compare warnings on arm64 by Jonas Devlieghere · 3 years, 3 months ago
  86. c611dee [debugserver] Fix -Wunused-function warnings on arm64 by Jonas Devlieghere · 3 years, 3 months ago
  87. 4b2e670 [debugserver] Fix -Winconsistent-missing-override warnings on arm64 by Jonas Devlieghere · 3 years, 3 months ago
  88. a92d7e7 Revert "[lldb] Use current execution context in SBDebugger" by Raphael Isemann · 3 years, 3 months ago
  89. 25ef687 [test] Fix unused FileCheck prefixes in lldb by Fangrui Song · 3 years, 3 months ago
  90. 4c1463f [VFS] Add support to RedirectingFileSystem for mapping a virtual directory to one in the external FS. by Nathan Hawes · 3 years, 4 months ago
  91. 7bebf78 [lldb] Use the host architecture in TestAppleSimulatorOSType.py by Jonas Devlieghere · 3 years, 3 months ago
  92. 26c62a1 [lldb/test] Skip `SBTarget::IsLoaded` test on windows (NFC) by Med Ismail Bennani · 3 years, 3 months ago
  93. 89d521d [lldb] Use current execution context in SBDebugger by Andy Yankovsky · 3 years, 3 months ago
  94. 0e0c7d1 [lldb] Remove a stray semicolon, fixing GCC warnings. NFC. by Martin Storsjö · 3 years, 3 months ago
  95. 57b9a1b [lldb/API] Expose Module::IsLoadedInTarget() to SB API (NFC) by Med Ismail Bennani · 3 years, 3 months ago
  96. f113597 [Branch-Rename] Fix some links by xgupta · 3 years, 3 months ago
  97. 874de14 [lldb][docs] Attempt to disable the generated GitHub button on the LLDB website by Raphael Isemann · 3 years, 3 months ago
  98. 8802ede [lldb] [Process/FreeBSDRemote] Introduce arm (32-bit) support by Michał Górny · 3 years, 3 months ago
  99. d87258e [lldb] [Process/FreeBSDRemote] Introduce arm64 support by Michał Górny · 3 years, 3 months ago
  100. 71b2de5 [VFS] Combine VFSFromYamlDirIterImpl and OverlayFSDirIterImpl into a single implementation (NFC) by Nathan Hawes · 3 years, 4 months ago