aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-09-05[lldb][NFCI] Remove unused method TypeCategoryMap::Get(uint32_t, ValueSP &)Alex Langford2-16/+0
2023-09-05[lldb][Plugins] Reflect structure changes in ObjectContainerAntonio Frighetto1-1/+1
2023-09-05Add missing nullptr check.Adrian Prantl1-1/+1
2023-09-05[lldb][AArch64] Remove bool return from UpdateARM64SVERegistersInfosDavid Spickett2-17/+17
2023-09-02Fix typos in documentationKazu Hirata1-1/+1
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song45-51/+51
2023-09-01[LLDB] Fix IOHandlerEditline::GetCurrentLines()walter erquinigo4-15/+28
2023-09-01[lldb] Add syntax color highlighting for disassemblyJonas Devlieghere5-7/+91
2023-09-01[lldb] Fix build with MSVC by using LLVM_PRETTY_FUNCTIONDavid Spickett1-2/+2
2023-09-01[lldb][NFC] Put disassembler test classes and methods in anonymous namespaceVenkata Ramanaiah Nalamothu4-0/+8
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford6-0/+11
2023-08-31[lldb] Fix test failure for breakpoint_function_callback.testMed Ismail Bennani1-1/+1
2023-08-31Re-land "[lldb/docs] Silence warnings when generating website"Med Ismail Bennani45-91/+369
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford20-48/+45
2023-08-31[lldb][NFCI] Replace bespoke iterator check with std::nextAlex Langford1-6/+6
2023-08-31Fix shared library loading when users define duplicate _r_debug structure.Greg Clayton7-4/+282
2023-08-31Revert "Re-land "[lldb/docs] Silence warnings when generating website""Med Ismail Bennani81-1699/+89
2023-08-31[lldb][AArch64] Add testing of save/restore for Linux MTE control registerDavid Spickett3-0/+67
2023-08-31[lldb][AArch64] Check SIMD save/restore in SVE SIMD testDavid Spickett2-15/+17
2023-08-31[lldb][AArch64] Use atomics to sync threads in SVE threading testDavid Spickett2-4/+16
2023-08-30[lldb] NFC reflow comments in WatchpointLocationsJason Molenda1-28/+19
2023-08-30Don't enable stdin/out with a no-output test programJason Molenda1-4/+6
2023-08-30[lldb] Allow synthetic providers in C++ and fix linking problemswalter erquinigo4-28/+32
2023-08-30[lldb][windows] _wsopen_s does not accept bits other than `_S_IREAD | _S_IWRITE`Yuxuan Shui1-0/+2
2023-08-29[lldb][NFCI] Remove StructuredData::Array::GetItemAtIndexAsString overloads w...Alex Langford2-30/+11
2023-08-29[lldb] Fix test failures introduced by 8e0a087571a3Med Ismail Bennani1-3/+0
2023-08-29[lldb] Fix build failures introduced in f0731d5b61ba (NFCI)Med Ismail Bennani27-54/+0
2023-08-29Re-land "[lldb/docs] Silence warnings when generating website"Med Ismail Bennani81-89/+1756
2023-08-29Revert "[lldb/docs] Silence warnings when generating website"Med Ismail Bennani81-1756/+89
2023-08-29[lldb/docs] Silence warnings when generating websiteMed Ismail Bennani81-89/+1756
2023-08-28[LLDB] Fix tab size settings testswalter erquinigo2-6/+7
2023-08-28[LLDB][REPL] Change the default tab sizewalter erquinigo1-2/+2
2023-08-29Revert "[mlir][complex] Convert complex.abs to arith with fastmath flag"Muhammad Omair Javaid1-0/+0
2023-08-27Fix typos in documentationKazu Hirata1-1/+1
2023-08-26[lldb/infra] Revamp lldb.llvm.orgMed Ismail Bennani20-1960/+1320
2023-08-25[lldb] Fix & re-enable TestVSCode_completions on DarwinJonas Devlieghere2-9/+12
2023-08-25[lldb] Re-enable TestVSCode_launch on DarwinJonas Devlieghere1-4/+3
2023-08-25[lldb] Use Popen.wait in TestVSCode_launchJonas Devlieghere1-6/+2
2023-08-25[lldb] Re-enable TestVSCode_disconnect on DarwinJonas Devlieghere1-2/+0
2023-08-25[lldb] Qualify `auto` in the lldb driver (NFC)Jonas Devlieghere1-10/+10
2023-08-24[lldb-vscode] Update package.jsonJonas Devlieghere1-75/+79
2023-08-25[mlir][complex] Convert complex.abs to arith with fastmath flagKai Sasaki1-0/+0
2023-08-24[lldb-vscode] Use a switch to avoid else-after-return (NFC)Jonas Devlieghere1-4/+8
2023-08-24[lldb] Fix grammar in error message emitted by IRExecutionUnitJonas Devlieghere6-12/+12
2023-08-24Revert "[lldb/infra] Revamp lldb.llvm.org"Med Ismail Bennani20-1320/+1960
2023-08-24[lldb/infra] Revamp lldb.llvm.orgMed Ismail Bennani20-1960/+1320
2023-08-23[lldb/test] Fix `Crashlog/no-args.test` on ASAN builds (NFC)Med Ismail Bennani1-1/+1
2023-08-22[LLDB] Allow expression evaluators to set arbitrary timeoutswalter erquinigo2-11/+4
2023-08-22Revert "[LLDB] Allow expression evaluators to set arbitrary timeouts"walter erquinigo1-2/+9
2023-08-22Platform qemu-user: Build path to qemu automatically if not specifiedTed Woodward1-2/+11