summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
AgeCommit message (Expand)Author
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-07-29[lldb] Make process plugins check whether a hardware breakpoint is requiredTatyana Krasnukha
2020-07-15[lldb][NFC] Add 'override' where missing in source/ and tools/Logan Smith
2020-07-13[lldb] Remove unused argument (NFC)Jonas Devlieghere
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-05Change LaunchThread interface to return an expected.Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Try to fix OSX compilation failure.Zachary Turner
2019-02-27Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha
2018-09-26Fix ProcessKDP after r343130Tatyana Krasnukha
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move UUID from Core -> Utility.Zachary Turner
2017-02-17Switch ProcessKDPLog to the new channel registration mechanismPavel Labath
2017-02-06Remove verbose category in the kdp channelPavel Labath
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-12-07Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...Greg Clayton