summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Architecture
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath2022-02-031-0/+1
* [lldb] Convert "LLDB" log channel to the new APIPavel Labath2022-02-021-1/+1
* [lldb] Remove ConstString from ABI, Architecture and Disassembler plugin namesPavel Labath2021-10-228-32/+8
* [lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2021-10-188-14/+12
* [lldb] Remove PluginInterface::GetPluginVersionPavel Labath2021-09-138-8/+0
* [lldb][AArch64] Add MTE memory tag reading to lldbDavid Spickett2021-06-244-0/+97
* Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda2021-04-161-3/+1
* [lldb] Reduce duplication in the Disassembler classPavel Labath2020-03-091-2/+3
* [lldb] Have Disassembler::ParseInstructions take a Target&Pavel Labath2020-03-032-8/+4
* [lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere2020-02-173-9/+9
* [lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere2020-02-143-3/+3
* [LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö2020-02-103-3/+3
* [lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere2020-02-073-0/+6
* [lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann2020-01-243-3/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+4
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-5/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+1
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+2
* Move architecture-specific address adjustment to architecture pluginsTatyana Krasnukha2018-09-216-0/+339
* Add missing constness.Tatyana Krasnukha2018-06-273-3/+3
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-34/+31
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-124-0/+125
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-121-1/+0
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-121-0/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-1/+2
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-254-0/+177