aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
7 days[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-3/+3
2025-06-16[lldb] Remove a redundant control flow statement (NFC) (#144284)Kazu Hirata1-1/+0
2025-06-11[doc] Use ISO nomenclature for 1024 byte units (#133148)Alexander Ziaee1-1/+1
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-1/+0
2025-04-27[debugserver] Migrate RNBRemote away from PThreadMutex (NFC) (#137547)Jonas Devlieghere1-2/+2
2025-03-20[lldb][debugserver] remove g/G packet handling from debugserver (#132127)Jason Molenda1-95/+0
2025-03-13[debugserver] Fix mutex scope in RNBRemote::CommDataReceived (#131077)Jonas Devlieghere1-72/+70
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda1-0/+4
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda1-57/+81
2024-10-16[lldb] Remove more mentions of ASLLogCallback (#112639)Jonas Devlieghere1-13/+3
2024-02-29[lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda1-160/+159
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl1-48/+58
2024-02-07[lldb] [NFC] Remove min pkt size for compression setting (#81075)Jason Molenda1-24/+1
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda1-13/+17
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-4/+7
2023-09-25[lldb] Protect RNBRemote from a data raceAugusto Noronha1-19/+21
2023-08-21[lldb][debugserver] Fix build after libcxx removed generic char_traits implem...David Spickett1-2/+2
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda1-8/+2
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda1-23/+12
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda1-1/+70
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda1-0/+20
2022-10-27Handle an unknown binary platform type in debugserverJason Molenda1-2/+2
2022-10-25Change debugserver to clear PAC auth bits manuallyJason Molenda1-19/+1
2022-08-15[lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserverMichael Buch1-2/+2
2022-08-14Use llvm::all_of (NFC)Kazu Hirata1-2/+2
2022-06-21Roll back Michał's changes to debugserver, not meant for thereJason Molenda1-3/+3
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny1-3/+3
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham1-6/+41
2022-05-05Fix debugserver translation checkAlexandre Perez1-11/+11
2022-04-04Add DumpBinaryEscaped method to JSONGenerator, avoid extra copyJason Molenda1-13/+10
2022-03-31Update callers to SendPacket with std::string's to not devolve to c-strsJason Molenda1-12/+15
2022-02-17add missing includeAdrian Prantl1-0/+1
2021-11-10[debugserver] Remove varaible `ldb_set` which is set but not used.Jonas Devlieghere1-3/+0
2021-11-10[lldb] Support gdbserver signalsMichał Górny1-1/+2
2021-10-11[lldb] Remove "0x" prefix from hex values in dirty-pagesMichał Górny1-1/+1
2021-08-11Fix two bugs with stack corefiles patch, restrict test built debugserverJason Molenda1-0/+1
2021-08-11Add the ability to process save-core stack-memory-only corefilesJason Molenda1-0/+8
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda1-167/+0
2021-07-15[debugserver] Un-conditionalize code guarded by macOS 10.10 checksJonas Devlieghere1-3/+0
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda1-1/+16
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2
2021-05-12Add some warnings when debugserver is running in translationJason Molenda1-0/+11
2021-01-22Change static buffer to be BSS instead of DATA in HandlePacket_qSpeedTestJason Molenda1-1/+2
2021-01-11Add unconditional logging to debugserver for launch/attach processesJason Molenda1-1/+18
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli1-6/+7
2020-10-14Fix typeo in attach failed error message.Jason Molenda1-2/+2
2020-09-03[debugserver] Fix that debugserver's stop reply packets always return signal ...Raphael Isemann1-1/+1
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl1-3/+4
2020-06-23[debugserver] Initial support for Apple Silicon.Davide Italiano1-2/+6
2020-05-11Quote error string from qLaunchSuccessJason Molenda1-2/+5