Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2022-10-27[intelpt] Update Python tests to account for new errrorsJakob Johnson
2022-10-27Harmonize cmake_policy() across standalone builds of all projectsMichał Górny
2022-10-27[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-27Revert "[lldb-vscode] Send Statistics Dump in terminated event"Wanyi Ye
2022-10-26[test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht
2022-10-26[trace][intelpt] Fix multi CPU decoding TSC assertion errorJakob Johnson
2022-10-26[lldb] Fix a -Wdeprecated-declarations warningNico Weber
2022-10-26[LLDB] Correct env vars for Android port selectionDavid Spickett
2022-10-26Revert "[clang] Instantiate alias templates with sugar"Matheus Izvekov
2022-10-26[LLDB] Make remote-android local ports configurableLuka Markušić
2022-10-26[lldb-vscode] Send Statistics Dump in terminated eventWanyi Ye
2022-10-26[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-26[trace][intel pt][simple] Fix errors after switching to libipt's top of treeWalter Erquinigo
2022-10-25Quick fix for previous commit; small code change before commitJason Molenda
2022-10-25Change debugserver to clear PAC auth bits manuallyJason Molenda
2022-10-25Fix exception description in lldb-vscodeJeffrey Tan
2022-10-25[trace][intel pt] Simple detection of infinite decoding loopsWalter Erquinigo
2022-10-25[lldb] Host::ShellExpandArguments - fix error check for valid dictionarySimon Pilgrim
2022-10-25[LLDB] Fix RISCV buildEmmmer
2022-10-25[LLDB] [LoongArch] Add minimal LoongArch supportTiezhu Yang
2022-10-25[LLDB][Docs][NFC] Fix formatting in -gmodules documentationMichael Buch
2022-10-25[LLDB][RISCV] Add RV64C instruction support for EmulateInstructionRISCVEmmmer
2022-10-25[LLDB] Add missing breaks to current frame row in command mapDavid Spickett
2022-10-25Fix breakpoint setting so it always works when there is a line entry in a com...Greg Clayton
2022-10-24[lldb] Skip TestFullLtoStepping in older clangsAugusto Noronha
2022-10-24[lldb] Fix stale diagnostic event comments (NFC)Jonas Devlieghere
2022-10-24[lldb-tests] Force use of system stdlib for Objective-C testFelipe de Azevedo Piovezan
2022-10-24[lldb-tests] Remove libstdc++ requirement from testFelipe de Azevedo Piovezan
2022-10-24[lldb] Include gtest in standalone build only if LLDB_INCLUDE_TESTSMichał Górny
2022-10-24[lldb] Add LLVM include dirs prior to gtest target in standalone buildMichał Górny
2022-10-24[LLDB] Check that RegisterInfo and ContextInfo are trivialDavid Spickett
2022-10-24[lldb][Test] Add CPlusPlusNameParser unit-test: C-array function argumentsMichael Buch
2022-10-22[lldb][Test] Add C-array test-cases to CPlusPlusNameParser unit-testsMichael Buch
2022-10-21[trace][intel pt][simple] Fix TestTraceSaveWalter Erquinigo
2022-10-21[LLDB][NativePDB] Improve ParseDeclsForContext time.Zequan Wu
2022-10-21[lldb][CPlusPlus] Add abi_tag support to the CPlusPlusNameParserMichael Buch
2022-10-21Revert "[lldb] Fix member access in GetExpressionPath"Jonas Devlieghere
2022-10-21[lldb] Don't check environment default char signedness when creating clang ty...Arthur Eubanks
2022-10-20[lldb][trace] Correctly treat kernel CPUs as individual threadsSujin Park
2022-10-19[lldb] Allow SymbolFileDWARFDebugMap to register multiple compile unitsAugusto Noronha
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-10-19[lldb][trace] Fix some minor bugs in the call treeWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [3] - Add a JSON dumperWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [2] - Implement the reconstructi...Walter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dumpdump [1] - Add the command scaffo...Walter Erquinigo
2022-10-18Revert "[lldb-tests] Remove dubious standard library flag"Felipe de Azevedo Piovezan
2022-10-18[lldb-tests] Remove dubious standard library flagFelipe de Azevedo Piovezan
2022-10-18[lldb-tests] Add libcxx version check for regex testsFelipe de Azevedo Piovezan
2022-10-18[lldb-tests] Add compiler version check in TestFunctionStartsFelipe de Azevedo Piovezan
2022-10-18[lldb] Fix m_hwp_regs size for ppc64le (PR54520)Nikita Popov