summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
AgeCommit message (Expand)Author
2025-10-20[debugserver][NFC] Fix unused variable warningFelipe de Azevedo Piovezan
2025-10-15[debugserver] Implement MultiMemRead packet (#162670)Felipe de Azevedo Piovezan
2025-10-07[debugserver][NFC] Make helper functions have internal linkage (#162307)Felipe de Azevedo Piovezan
2025-10-07[debugserver][NFC] Add helper function for escaping special characters (#162297)Felipe de Azevedo Piovezan
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner
2025-09-03[lldb][debugserver] Max response size for qSpeedTest (#156099)Jason Molenda
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-06-16[lldb] Remove a redundant control flow statement (NFC) (#144284)Kazu Hirata
2025-06-11[doc] Use ISO nomenclature for 1024 byte units (#133148)Alexander Ziaee
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2025-04-27[debugserver] Migrate RNBRemote away from PThreadMutex (NFC) (#137547)Jonas Devlieghere
2025-03-20[lldb][debugserver] remove g/G packet handling from debugserver (#132127)Jason Molenda
2025-03-13[debugserver] Fix mutex scope in RNBRemote::CommDataReceived (#131077)Jonas Devlieghere
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda
2024-10-16[lldb] Remove more mentions of ASLLogCallback (#112639)Jonas Devlieghere
2024-02-29[lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl
2024-02-07[lldb] [NFC] Remove min pkt size for compression setting (#81075)Jason Molenda
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere
2023-09-25[lldb] Protect RNBRemote from a data raceAugusto Noronha
2023-08-21[lldb][debugserver] Fix build after libcxx removed generic char_traits implem...David Spickett
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda
2022-10-27Handle an unknown binary platform type in debugserverJason Molenda
2022-10-25Change debugserver to clear PAC auth bits manuallyJason Molenda
2022-08-15[lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserverMichael Buch
2022-08-14Use llvm::all_of (NFC)Kazu Hirata
2022-06-21Roll back Michał's changes to debugserver, not meant for thereJason Molenda
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2022-05-05Fix debugserver translation checkAlexandre Perez
2022-04-04Add DumpBinaryEscaped method to JSONGenerator, avoid extra copyJason Molenda
2022-03-31Update callers to SendPacket with std::string's to not devolve to c-strsJason Molenda
2022-02-17add missing includeAdrian Prantl
2021-11-10[debugserver] Remove varaible `ldb_set` which is set but not used.Jonas Devlieghere
2021-11-10[lldb] Support gdbserver signalsMichał Górny
2021-10-11[lldb] Remove "0x" prefix from hex values in dirty-pagesMichał Górny
2021-08-11Fix two bugs with stack corefiles patch, restrict test built debugserverJason Molenda
2021-08-11Add the ability to process save-core stack-memory-only corefilesJason Molenda
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda
2021-07-15[debugserver] Un-conditionalize code guarded by macOS 10.10 checksJonas Devlieghere
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-12Add some warnings when debugserver is running in translationJason Molenda
2021-01-22Change static buffer to be BSS instead of DATA in HandlePacket_qSpeedTestJason Molenda
2021-01-11Add unconditional logging to debugserver for launch/attach processesJason Molenda