aboutsummaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2022-11-152-5/+0
* [lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova2022-11-151-1/+1
* [CMake] Fix -Wstrict-prototypesSam James2022-11-101-1/+1
* [lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere2022-10-2511-68/+190
* Fix LLDB build on old Linux kernels (pre-4.1)David Spickett2022-10-131-2/+29
* [lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö2022-08-051-0/+1
* Add string conversion for InstructionControlFlowKind enumJakob Johnson2022-07-262-29/+31
* [lldb/ClangExpressionParser] Fix compiler error due to `clang::CreateLLVMCode...Argyrios Kyrtzidis2022-07-261-2/+3
* [lldb] Disable TestStackFromStdModule.pyAugusto Noronha2022-07-261-0/+1
* Move GetControlFlowKind's logic to DisassemblerLLVMC.cppWalter Erquinigo2022-07-264-331/+338
* [trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo2022-07-2623-291/+606
* StackFrame::GetValueObjectForFrameVariable holds the StackFrame lock too long.Jim Ingham2022-07-261-17/+25
* [LLDB][ClangExpression] Prevent nullptr namespace map access during loggingMichael Buch2022-07-261-3/+3
* [lldb][ARM] Use portable printf tokens for 64 bit typesDavid Spickett2022-07-261-3/+4
* [lldb][ARM] Add tests for vpush/vpop D registersDavid Spickett2022-07-263-0/+262
* [lldb][ARM] Misc improvements to TestEmulationsDavid Spickett2022-07-261-3/+4
* [lldb][ARM] Print mismatched registers in emulation testsDavid Spickett2022-07-263-7/+18
* [LLDB][ARM] Generalise adding register state in emulation tests and add D reg...David Spickett2022-07-262-24/+32
* [lldb][AArch64] Add support for memory tags in core filesDavid Spickett2022-07-267-2/+328
* [LLDB][Reliability] Fix register value unpackingSlava Gurevich2022-07-261-1/+1
* [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich2022-07-2515-29/+38
* Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich2022-07-2515-39/+30
* [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich2022-07-2515-30/+39
* [lldb] [gdb-remote] Refactor killing process and move it to clientMichał Górny2022-07-253-44/+44
* [lldb] Make compiler-rt an optional LLDB test dependencyJonas Devlieghere2022-07-251-0/+4
* [lldb][AArch64] Use macro for unused var without asserts enabledDavid Spickett2022-07-251-1/+1
* [lldb][AArch64] Fix an unused variable warning in release builds. NFCDmitri Gribenko2022-07-251-0/+1
* [lldb][AArch64] Add UnpackTagsFromCoreFileSegment to MemoryTagManagerDavid Spickett2022-07-254-0/+151
* [lldb][ARM/AArch64] Use sys/uio.h instead of socket.h in native register contextDavid Spickett2022-07-252-2/+2
* Use llvm::less_first and llvm::less_second (NFC)Kazu Hirata2022-07-241-3/+1
* [lldb] Remove redundant member initialization (NFC)Kazu Hirata2022-07-243-4/+3
* [lldb] Use nullptr instead of NULL (NFC)Kazu Hirata2022-07-241-4/+4
* [lldb] Use true instead of 0 (NFC)Kazu Hirata2022-07-241-1/+1
* [lldb] Adapt lldb tests to changes in 71cdb8c6f144Augusto Noronha2022-07-232-3/+3
* Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber2022-07-2354-328/+251
* Use the range-based overload of llvm::sort where possibleDmitri Gribenko2022-07-2311-14/+13
* [lldb] Remote accidental logs left in TestGuiExpandThreadsTreeAugusto Noronha2022-07-221-20/+0
* [lldb] Disable TestGuiExpandThreadsTreeAugusto Noronha2022-07-221-0/+21
* Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"Med Ismail Bennani2022-07-223-131/+0
* [lldb/Fuzzer] Add fuzzer for expression evaluatorChelsea Cassanova2022-07-223-0/+131
* Cache the value for absolute path in FileSpec.Greg Clayton2022-07-223-12/+61
* Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton2022-07-221-1/+1
* Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton2022-07-222-4/+4
* [NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton2022-07-2253-235/+263
* [lldb][ARM] Invert emulation test assert messageDavid Spickett2022-07-221-1/+1
* [lldb] Handle jumping to the end in DW_OP_skip/DW_OP_braAndy Yankovsky2022-07-222-4/+33
* [LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch2022-07-2215-40/+603
* [LLDB][Expression] Allow instantiation of IR Entity from ValueObjectMichael Buch2022-07-226-37/+290
* [LLDB][NFC] Create variable for hardcoded alignment/size constants in materia...Michael Buch2022-07-221-8/+16
* [LLDB][Reliability] Fix accessing invalid iteratorSlava Gurevich2022-07-211-3/+6