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-07-14[lldb] Add image dump pcm-info commandDave Lee
2022-07-14[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song
2022-07-13[lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng
2022-07-13[trace][intel pt] Add a cgroup filterGaurav Gaur
2022-07-13[trace][intel pt] Create a CPU change event and expose it in the dumperWalter Erquinigo
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo
2022-07-13[trace][intel pt] Measure the time it takes to decode a thread in per-cpu modePeicong Wu
2022-07-13[trace][intel pt] Add a nice parser for the trace sizernofenko
2022-07-13[LLDB] Fix TestConvenienceVariables.test AArch64/WindowsMuhammad Omair Javaid
2022-07-13[LLDB] Fix TestThreadAPI.py for AArch64/WindowsMuhammad Omair Javaid
2022-07-13[LLDB] XFail TestLoadUnload.test_static_init_during_load AArch64/WindowsMuhammad Omair Javaid
2022-07-13[LLDB] Fix pointers.test for AArch64/WindowsMuhammad Omair Javaid
2022-07-13[lldb] Fix build with GCC 9 after "[ADT] Use Empty Base Optimization for Allo...Martin Storsjö
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-13[trace] Avoid a crash in the dumper when disassembling failsWalter Erquinigo
2022-07-13[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-07-12[lldb] Fix macOS Ventura version number checksJonas Devlieghere
2022-07-12[lldb] Make the g_arguments_data constexpr and fix the static assertJonas Devlieghere
2022-07-12[lldb] Fix TestDataFormatterLibcxxString broken by D129490Pavel Labath
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu
2022-07-12try to fix lldb build after d489268392d23Nico Weber
2022-07-12[LLDB] Catagory decorator for watchpoint test in TestCompletion.pyMuhammad Omair Javaid
2022-07-12[LLDB] Fix NativePDB/local-variables.cpp for AArch64/WindowsMuhammad Omair Javaid
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath
2022-07-12[LLDB][ClangExpression] Remove unused StructVars::m_object_pointer_typeMichael Buch
2022-07-12[LLDB][DataFormatter] Add data formatter for libcxx std::unordered_map iteratorMichael Buch
2022-07-12[lldb/libc++] Simplify the libc++ string formatterPavel Labath
2022-07-12[lldb] Add support for escaping fish argumentsRaphael Isemann
2022-07-12[lldb] Add a test to prefer exact triple matches in platform selectionJonas Devlieghere
2022-07-12[lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere
2022-07-11[lldb] Reduce the stack alignment requirements for the Windows x86_64 ABIMartin Storsjö
2022-07-11Revert "Rebase: [Facebook] Add clang driver options to test debug info and BOLT"spupyrev
2022-07-11Rebase: [Facebook] Add clang driver options to test debug info and BOLTAmir Ayupov
2022-07-11Revert "jGetLoadedDynamicLibrariesInfos can inspect machos not yet loaded"Jonas Devlieghere
2022-07-11Reland "[lldb] [test] Improve stability of llgs vCont-threads tests"Michał Górny
2022-07-11[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu
2022-07-11[lldb/test] Use SIGINT as the "stopping" signalPavel Labath
2022-07-11[lldb] Delete more mydir references (NFC)Dave Lee
2022-07-09jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda
2022-07-08Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"Leonard Chan
2022-07-08[llvm] cmake config groundwork to have ZSTD in LLVMCole Kissane
2022-07-08[libc++] Re-apply the use of ABI tags to provide per-TU insulationLouis Dionne
2022-07-08[lldb/test] Disable TestStringLiteralExpr.test on Windowsserge-sans-paille
2022-07-08[lldb/test] Add Shell/Expr/TestStringLiteralExpr.testJesus Checa Hidalgo
2022-07-08Add a little extra test coverage for simple template namesDavid Blaikie
2022-07-08Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere
2022-07-08[LLDB] Fix aggregate-indirect-arg.cpp failure introduced by 227dffd0b6d781545...Zequan Wu