aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2022-11-15[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2-5/+0
2022-11-15[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova1-1/+1
2022-11-10[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-10-25[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere11-68/+190
2022-10-13Fix LLDB build on old Linux kernels (pre-4.1)David Spickett1-2/+29
2022-08-05[lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö1-0/+1
2022-07-26Add string conversion for InstructionControlFlowKind enumJakob Johnson2-29/+31
2022-07-26[lldb/ClangExpressionParser] Fix compiler error due to `clang::CreateLLVMCode...Argyrios Kyrtzidis1-2/+3
2022-07-26[lldb] Disable TestStackFromStdModule.pyAugusto Noronha1-0/+1
2022-07-26Move GetControlFlowKind's logic to DisassemblerLLVMC.cppWalter Erquinigo4-331/+338
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo23-291/+606
2022-07-26StackFrame::GetValueObjectForFrameVariable holds the StackFrame lock too long.Jim Ingham1-17/+25
2022-07-26[LLDB][ClangExpression] Prevent nullptr namespace map access during loggingMichael Buch1-3/+3
2022-07-26[lldb][ARM] Use portable printf tokens for 64 bit typesDavid Spickett1-3/+4
2022-07-26[lldb][ARM] Add tests for vpush/vpop D registersDavid Spickett3-0/+262
2022-07-26[lldb][ARM] Misc improvements to TestEmulationsDavid Spickett1-3/+4
2022-07-26[lldb][ARM] Print mismatched registers in emulation testsDavid Spickett3-7/+18
2022-07-26[LLDB][ARM] Generalise adding register state in emulation tests and add D reg...David Spickett2-24/+32
2022-07-26[lldb][AArch64] Add support for memory tags in core filesDavid Spickett7-2/+328
2022-07-26[LLDB][Reliability] Fix register value unpackingSlava Gurevich1-1/+1
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich15-29/+38
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich15-39/+30
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich15-30/+39
2022-07-25[lldb] [gdb-remote] Refactor killing process and move it to clientMichał Górny3-44/+44
2022-07-25[lldb] Make compiler-rt an optional LLDB test dependencyJonas Devlieghere1-0/+4
2022-07-25[lldb][AArch64] Use macro for unused var without asserts enabledDavid Spickett1-1/+1
2022-07-25[lldb][AArch64] Fix an unused variable warning in release builds. NFCDmitri Gribenko1-0/+1
2022-07-25[lldb][AArch64] Add UnpackTagsFromCoreFileSegment to MemoryTagManagerDavid Spickett4-0/+151
2022-07-25[lldb][ARM/AArch64] Use sys/uio.h instead of socket.h in native register contextDavid Spickett2-2/+2
2022-07-24Use llvm::less_first and llvm::less_second (NFC)Kazu Hirata1-3/+1
2022-07-24[lldb] Remove redundant member initialization (NFC)Kazu Hirata3-4/+3
2022-07-24[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata1-4/+4
2022-07-24[lldb] Use true instead of 0 (NFC)Kazu Hirata1-1/+1
2022-07-23[lldb] Adapt lldb tests to changes in 71cdb8c6f144Augusto Noronha2-3/+3
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber54-328/+251
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko11-14/+13
2022-07-22[lldb] Remote accidental logs left in TestGuiExpandThreadsTreeAugusto Noronha1-20/+0
2022-07-22[lldb] Disable TestGuiExpandThreadsTreeAugusto Noronha1-0/+21
2022-07-22Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"Med Ismail Bennani3-131/+0
2022-07-22[lldb/Fuzzer] Add fuzzer for expression evaluatorChelsea Cassanova3-0/+131
2022-07-22Cache the value for absolute path in FileSpec.Greg Clayton3-12/+61
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton1-1/+1
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton2-4/+4
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton53-235/+263
2022-07-22[lldb][ARM] Invert emulation test assert messageDavid Spickett1-1/+1
2022-07-22[lldb] Handle jumping to the end in DW_OP_skip/DW_OP_braAndy Yankovsky2-4/+33
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch15-40/+603
2022-07-22[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectMichael Buch6-37/+290
2022-07-22[LLDB][NFC] Create variable for hardcoded alignment/size constants in materia...Michael Buch1-8/+16
2022-07-21[LLDB][Reliability] Fix accessing invalid iteratorSlava Gurevich1-3/+6