summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/NativeProcessProtocol.cpp
AgeCommit message (Expand)Author
2025-07-16[lldb] Fix a crash in lldb-server during RemoveSoftwareBreakpoint() (#148738)royitaqi
2025-03-28[lldb] Use *Set::insert_range and a range constructor (NFC) (#133548)Kazu Hirata
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-10[LLDB] Add LoongArch software breakpoint trap opcodeTeizhu Yang
2022-10-25[LLDB][RISCV] Add RV64C instruction support for EmulateInstructionRISCVEmmmer
2022-08-11[LLDB][RISCV] Add riscv software breakpoint trap codeEmmmer
2022-06-15[trace][intelpt] Support system-wide tracing [9] - Collect and return context...Walter Erquinigo
2022-06-14[lldb] Fix TestDyldExecLinux with xml enabledPavel Labath
2022-05-17[trace][intelpt] Support system-wide tracing [5] - Disable/enable per-core tr...Walter Erquinigo
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-07-27[lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett
2021-06-24[lldb][AArch64] Add memory tag reading to lldb-serverDavid Spickett
2021-04-13[lldb] Replace NativeProcess delegate list with a single delegatePavel Labath
2021-02-09[lldb] [Process/FreeBSDRemote] Introduce powerpc supportMichał Górny
2020-08-13[lldb][NFC] Use llvm::is_contained instead of std::find in a few placesRaphael Isemann
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-07[lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-23Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso
2019-06-25Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso
2019-06-18Add ReadCStringFromMemory for faster string readsAntonio Afonso
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-04Fix log statement in r346093Pavel Labath
2018-11-04NativeProcessProtocol: Simplify breakpoint setting codePavel Labath
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel Labath
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath
2018-09-09Speculative fix for NetBSD bot for r341758Pavel Labath
2018-09-09Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath
2018-09-08Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath
2018-09-05Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-15Reapply "Remove Process references from the Host module"Pavel Labath
2018-05-14Revert "Remove Process references from the Host module"Pavel Labath
2018-05-14Remove Process references from the Host modulePavel Labath