aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNB.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-28[debugserver] Remove PThreadMutex (NFC) (#137555)Jonas Devlieghere1-2/+3
2024-10-03[lldb][debugserver] Check if Rosetta debugserver exists (#110943)Jason Molenda1-3/+11
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl1-0/+8
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham1-2/+28
2023-08-11[lldb] Improve error message when trying to debug a non-debuggable processJonas Devlieghere1-2/+13
2023-07-12Improve error msg in DNBProcessAttach if we can't stop inferiorJason Molenda1-1/+3
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda1-0/+8
2023-06-01Prevent some spurious error messages in the debugserver logs.Jim Ingham1-1/+5
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda1-12/+3
2023-04-28Remove i386 and armv7 native support in debugserverJason Molenda1-2/+0
2023-02-23[debugserver] Add one additional sleep before attaching after waitingAlex Langford1-0/+8
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda1-0/+8
2022-10-27Handle an unknown binary platform type in debugserverJason Molenda1-6/+5
2022-10-25Quick fix for previous commit; small code change before commitJason Molenda1-1/+1
2022-10-25Change debugserver to clear PAC auth bits manuallyJason Molenda1-0/+16
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham1-6/+11
2022-05-05Fix debugserver translation checkAlexandre Perez1-0/+4
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda1-5/+0
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-4/+4
2021-05-12Add some warnings when debugserver is running in translationJason Molenda1-0/+8
2021-02-15[debugserver] Correctly pass argv[0] to execlJonas Devlieghere1-2/+3
2020-12-04[debugserver] Honor the cpu sub type if specifiedJonas Devlieghere1-9/+42
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli1-25/+31
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl1-7/+7
2020-07-30[debugserver/Apple Silicon] Handoff connections when attaching to translated ...Davide Italiano1-0/+33
2020-07-24debugserver: Support ios simulator load command disambiguation in qProcessInfoAdrian Prantl1-1/+4
2020-07-01Revert "Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries ...Adrian Prantl1-4/+8
2020-07-01Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries in"Jonas Devlieghere1-8/+4
2020-06-30Improve the detection of iOS/tvOS/watchOS simulator binaries inAdrian Prantl1-4/+8
2020-04-06[debugserver] Get rid of `else` after `return`. NFC.Davide Italiano1-1/+2
2020-02-04Enhance debugserver's err reporting on attach failsJason Molenda1-3/+2
2019-12-04Upstream debugserver arm64e support.Jason Molenda1-0/+2
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-1/+2
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda1-0/+6
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere1-2/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-54/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-06[debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss1-0/+15
2017-12-09Change uses of strncpy in debugserver to strlcpyJason Molenda1-3/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1616/+1371
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+7
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-7/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+7
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda1-0/+33
2016-05-06debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool1-16/+7
2015-10-23Upstreaming the apple internal changes that accumulated during theJason Molenda1-2/+2
2015-08-12Have debugserver send the OS version string plusJason Molenda1-0/+6
2015-07-29When debugserver fails to attach to a process on a DarwinJason Molenda1-0/+13
2015-07-24Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener1-2/+2
2015-07-22Fix warnings.Bruce Mitchener1-0/+2