aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Target
AgeCommit message (Expand)AuthorFilesLines
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber2-9/+9
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton2-9/+9
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-1/+1
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-1/+1
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-04-22[LLDB] Applying clang-tidy modernize-use-override over LLDBShafik Yaghmour1-1/+2
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere1-3/+6
2022-01-26[lldb] Add MemoryTagMap classDavid Spickett2-0/+82
2021-11-24[lldb] Move GetSupportedArchitectureAtIndex to PlatformDarwinPavel Labath1-4/+4
2021-11-16[lldb] Refactor Platform::ResolveExecutablePavel Labath1-17/+14
2021-11-02[lldb] Fix a use-after-free in FindFileTest.cppRaphael Isemann1-1/+1
2021-11-01[lldb][NFC] avoid unnecessary roundtrips between different string typesXu Jun2-7/+7
2021-11-01normalize file path when searching the source mapXu Jun2-0/+98
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath1-2/+2
2021-10-25[lldb] [DynamicRegisterInfo] Remove AddRegister() and make Finalize() protectedMichał Górny1-102/+0
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-3/+3
2021-10-15[lldb] [DynamicRegisterInfo] Support value_regs with offsetMichał Górny1-4/+15
2021-10-11[lldb] [DynamicRegisterInfo] Support setting from vector<Register>Michał Górny1-8/+61
2021-10-11[lldb] [Target] Make addSupplementaryRegister() work on Register vectorMichał Górny1-41/+60
2021-10-07Recommit: [lldb] Remove "dwarf dynamic register size expressions" from Regist...Pavel Labath1-4/+4
2021-10-06Revert "[lldb] Remove "dwarf dynamic register size expressions" from Register...Michael Forster1-4/+4
2021-10-06[lldb] Remove "dwarf dynamic register size expressions" from RegisterInfoPavel Labath1-4/+4
2021-10-05[lldb] Move DynamicRegisterInfo to public Target libraryMichał Górny2-0/+170
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-3/+0
2021-06-29Improve path remapping in cross-debugging scenariosAdrian Prantl1-1/+27
2021-01-25Fix -Wmissing-override in lldbDavid Blaikie1-7/+7
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo1-2/+2
2020-07-17[lldb] Store StackFrameRecognizers in the target instead of a global listRaphael Isemann1-15/+13
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik1-2/+1
2020-05-14Moving executable module symbols parsing to target creation method.Levon Ter-Grigoryan2-0/+95
2020-03-18[lldb/Target] Support more than 2 symbols in StackFrameRecognizerMed Ismail Bennani1-2/+1
2020-02-17[lldb] Delete register info definitions in the x86_64 ABI classesPavel Labath2-0/+27
2020-02-11[lldb/test] Add alternate symbol to StackFrame RecognizerMed Ismail Bennani1-0/+1
2020-02-10Revert "[lldb] Fix+re-enable Assert StackFrame Recognizer on Linux"Davide Italiano1-1/+0
2020-02-10[lldb] Fix+re-enable Assert StackFrame Recognizer on LinuxJan Kratochvil1-0/+1
2020-02-07[lldb/Target] Fix `frame recognizer list` crash when registered with nullptrMed Ismail Bennani2-0/+85
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann3-3/+3
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann1-23/+10
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl1-2/+3
2019-08-26Move ProcessInstanceInfoTest to UtilityPavel Labath2-94/+0
2019-08-26ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath1-0/+18
2019-08-07[ExecutionContext] Return the target/process byte order.Jonas Devlieghere2-2/+124
2019-07-26SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2-0/+4
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann1-2/+2
2019-03-04Refactor user/group name resolving codePavel Labath2-0/+76
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2-4/+3
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-3/+4
2018-11-01[FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere1-2/+2
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-1/+4