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