summaryrefslogtreecommitdiff
path: root/lldb/unittests
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix lua build after 27b6a4e63afeAlex Langford2023-05-151-2/+4
* [lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere2023-05-141-7/+7
* [lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford2023-05-104-117/+99
* [lldb] Fix language label in ObjC Language unittestCaroline Tice2023-05-061-1/+1
* [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere2023-05-041-1/+1
* [lldb][NFCI] Add unittests for ObjCLanguage::MethodNameAlex Langford2023-05-043-0/+121
* Allow scripted thread plans to modify the thread stop description whenJim Ingham2023-05-031-0/+8
* [lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere2023-05-021-4/+5
* [lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere2023-05-021-1/+1
* [lldb] Change ObjectValueDictionary to use a StringMapAlex Langford2023-05-011-2/+2
* Revert "Host: generalise `GetXcodeSDKPath`"Douglas Yung2023-05-011-2/+1
* Host: generalise `GetXcodeSDKPath`Saleem Abdulrasool2023-04-281-1/+2
* [lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford2023-04-261-2/+2
* [lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani2023-04-251-0/+4
* Make diagnostics API safer to useAdrian Prantl2023-04-211-0/+3
* [lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford2023-04-191-3/+2
* [lldb] Change parameter type of StructuredData::ParseJSONAlex Langford2023-04-172-3/+2
* [lldb] Add support for MSP430 in LLDB.Ilya Kuklin2023-04-171-0/+6
* Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov2023-04-171-6/+0
* [lldb] Add support for MSP430 in LLDB.Anton Korobeynikov2023-04-171-0/+6
* [LLDB] Fix broken Windows unittests buildMuhammad Omair Javaid2023-04-171-1/+2
* [lldb] Allow evaluating expressions in C++20 modeMichael Buch2023-04-141-5/+7
* [lldb][test] Fix -Wsign-compare in RegisterFlagsTest.cpp (NFC)Jie Fu2023-04-141-2/+2
* [lldb] Show register fields using bitfield struct typesDavid Spickett2023-04-131-0/+16
* [lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett2023-04-131-0/+1
* [lldb] Add RegisterFlags classDavid Spickett2023-04-132-0/+124
* [lldb] Add unittests for a few FileSpec methodsAlex Langford2023-04-071-0/+56
* Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford2023-03-273-5/+2
* [lldb] Move UnixSignals creation into Platform pluginsAlex Langford2023-03-203-2/+5
* [lldb] Implement CrashReason using UnixSignalsDavid Spickett2023-03-201-0/+48
* [lldb] Make MemoryCache::Read more resilientAlex Langford2023-03-162-0/+230
* Use *{Map,Set}::contains (NFC)Kazu Hirata2023-03-151-2/+2
* [lldb] Update PythonDataObjectsTests for new exception formattingJonas Devlieghere2023-03-151-4/+7
* [lldb] Fix -Wdangling-else warning in CommunicationTestJonas Devlieghere2023-03-081-2/+4
* [lldb] Introduce new SymbolFileJSON and ObjectFileJSONJonas Devlieghere2023-03-082-0/+193
* [lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani2023-03-031-0/+5
* [lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani2023-03-031-0/+18
* [Linux] Add kernel.yama.ptrace_scope note when ptrace fails to attach.Jordan Rupprecht2023-03-021-0/+16
* [LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich2023-02-222-2/+22
* Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich2023-02-162-22/+2
* [LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich2023-02-162-2/+22
* Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich2023-02-132-22/+2
* [LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich2023-02-132-2/+22
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [lldb] Fix typo in LoongArch unittestWeining Lu2023-02-071-1/+1
* Reland "[lldb] Add support for DW_AT_default_value in template params"Michael Buch2023-01-273-2/+375
* Revert "[lldb] Add support for DW_AT_default_value in template params"David Spickett2023-01-273-377/+2
* [lldb][Test][NFC] TestCreateClassTemplateDecl: make variable names more readableMichael Buch2023-01-271-32/+33
* [lldb] Add support for DW_AT_default_value in template paramsMichael Buch2023-01-273-2/+377