aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)AuthorFilesLines
2022-07-26Move GetControlFlowKind's logic to DisassemblerLLVMC.cppWalter Erquinigo1-1/+2
2022-07-25[lldb][AArch64] Add UnpackTagsFromCoreFileSegment to MemoryTagManagerDavid Spickett1-0/+66
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber3-76/+50
2022-07-22Cache the value for absolute path in FileSpec.Greg Clayton1-0/+26
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton3-50/+50
2022-07-22[lldb] Handle jumping to the end in DW_OP_skip/DW_OP_braAndy Yankovsky1-0/+19
2022-07-15Use value instead of getValue (NFC)Kazu Hirata5-33/+33
2022-07-15Reland "[lldb] Add support for using integral const static data members in th...Andy Yankovsky2-0/+126
2022-07-14Revert "[lldb] Add support for using integral const static data members in th...Stella Stamenova2-126/+0
2022-07-14[lldb] Add support for using integral const static data members in the expres...Andy Yankovsky2-0/+126
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata2-12/+12
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo6-12/+173
2022-07-11[lldb] Add support for escaping fish argumentsRaphael Isemann1-0/+7
2022-07-11[lldb] Add a test to prefer exact triple matches in platform selectionJonas Devlieghere1-1/+32
2022-07-01[PATCH] [lldb-server] Skip shared regions for memory allocationEmre Kultursay3-43/+77
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata6-46/+46
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata6-46/+46
2022-06-23[lldb] Make thread safety the responsibility of the log handlersJonas Devlieghere1-2/+1
2022-06-21[lldb] [MainLoop] Support "pending callbacks", to be called onceMichał Górny1-0/+50
2022-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-06-16[lldb] Add RotatingLogHandlerJonas Devlieghere1-0/+22
2022-06-16[lldb] Introduce the concept of a log handler (NFC)Jonas Devlieghere3-67/+65
2022-06-16Fix TraceGDBRemotePacketsTestWalter Erquinigo1-3/+3
2022-06-16[trace][intelpt] Support system-wide tracing [20] - Rename some fields in the...Walter Erquinigo1-6/+6
2022-06-16[trace][intelpt] Support system-wide tracing [14] - Decode per cpuWalter Erquinigo1-4/+4
2022-06-15Fix failuresWalter Erquinigo2-3/+6
2022-06-15[trace][intelpt] Support system-wide tracing [12] - Support multi-core trace ...Walter Erquinigo2-142/+6
2022-06-15[trace][intelpt] Support system-wide tracing [10] - Return warnings and tsc i...Walter Erquinigo1-1/+1
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham1-0/+23
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo1-2/+2
2022-05-12We don't require users to type out the full context of a function, forJim Ingham1-0/+31
2022-05-09[trace][intelpt] Support system-wide tracing [3] - Refactor IntelPTThreadTraceWalter Erquinigo3-148/+131
2022-05-04Update the CFA to use $sp when $fp is restored on arm64Jason Molenda1-0/+62
2022-05-03[lldb] Fix nondeterminism in DWARFIndexCachingTestPavel Labath1-1/+2
2022-05-02[trace][intelpt] Support system-wide tracing [1] - Add a method for accessing...Walter Erquinigo3-0/+106
2022-04-29Fix the encoding and decoding of UniqueCStringMap<T> objects when saved to ca...Greg Clayton1-0/+414
2022-04-28[lldb] Remove ConnectionFileDescriptorTest.Connectv(4|6)Jonas Devlieghere1-21/+0
2022-04-28[lldb] Fix crash when launching in terminalJonas Devlieghere1-1/+22
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere2-32/+0
2022-04-22[LLDB] Applying clang-tidy modernize-use-override over LLDBShafik Yaghmour4-4/+5
2022-04-13[lldb] Expand $ when using tcshJonas Devlieghere1-2/+2
2022-04-13[lldb] Fixup af921006d3792f for non-linux platformsPavel Labath1-4/+3
2022-04-13[lldb] Remove the global platform listPavel Labath1-31/+28
2022-04-12[lldb] Escape semicolons for all shellsRaphael Isemann1-6/+17
2022-04-05Disable LLDB index cache for .o files with no UUID.Greg Clayton1-0/+72
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere2-0/+57
2022-04-04Prevent GetAugmentedArchSpec() from attaching "unknown" environmentsAdrian Prantl1-0/+3
2022-03-30[lldb] Change the way we pick a platform for fat binariesJonas Devlieghere2-0/+163
2022-03-26[lldb] Fix interpreting absolute Windows paths with forward slashesMartin Storsjö1-0/+3