summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNB.cpp
AgeCommit message (Expand)Author
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner
2025-04-28[debugserver] Remove PThreadMutex (NFC) (#137555)Jonas Devlieghere
2024-10-03[lldb][debugserver] Check if Rosetta debugserver exists (#110943)Jason Molenda
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham
2023-08-11[lldb] Improve error message when trying to debug a non-debuggable processJonas Devlieghere
2023-07-12Improve error msg in DNBProcessAttach if we can't stop inferiorJason Molenda
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda
2023-06-01Prevent some spurious error messages in the debugserver logs.Jim Ingham
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda
2023-04-28Remove i386 and armv7 native support in debugserverJason Molenda
2023-02-23[debugserver] Add one additional sleep before attaching after waitingAlex Langford
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda
2022-10-27Handle an unknown binary platform type in debugserverJason Molenda
2022-10-25Quick fix for previous commit; small code change before commitJason Molenda
2022-10-25Change debugserver to clear PAC auth bits manuallyJason Molenda
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2022-05-05Fix debugserver translation checkAlexandre Perez
2021-07-20Remove the DarwinLog functionality from debguserverJason 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-02-15[debugserver] Correctly pass argv[0] to execlJonas Devlieghere
2020-12-04[debugserver] Honor the cpu sub type if specifiedJonas Devlieghere
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl
2020-07-30[debugserver/Apple Silicon] Handoff connections when attaching to translated ...Davide Italiano
2020-07-24debugserver: Support ios simulator load command disambiguation in qProcessInfoAdrian Prantl
2020-07-01Revert "Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries ...Adrian Prantl
2020-07-01Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries in"Jonas Devlieghere
2020-06-30Improve the detection of iOS/tvOS/watchOS simulator binaries inAdrian Prantl
2020-04-06[debugserver] Get rid of `else` after `return`. NFC.Davide Italiano
2020-02-04Enhance debugserver's err reporting on attach failsJason Molenda
2019-12-04Upstream debugserver arm64e support.Jason Molenda
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
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-04-06[debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss
2017-12-09Change uses of strncpy in debugserver to strlcpyJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda
2016-05-06debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool
2015-10-23Upstreaming the apple internal changes that accumulated during theJason Molenda
2015-08-12Have debugserver send the OS version string plusJason Molenda
2015-07-29When debugserver fails to attach to a process on a DarwinJason Molenda
2015-07-24Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener