aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachProcess.mm
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[lldb][debugserver] Return shared cache filepath in jGetSharedCacheInfo (#168...Jason Molenda1-4/+121
2025-11-14Clean up MachTask.mm's handling of m_exception_thread. (#167994)jimingham1-1/+1
2025-11-06[debugserver] Remove unnecessary sleep in MachProcess::AttachForDebug (#166674)Jonas Devlieghere1-6/+0
2025-04-27[debugserver] Migrate MachProcess away from PThreadMutex (NFC) (#137553)Jonas Devlieghere1-25/+23
2025-03-20[lldb][debugserver] Interrupt should reset outstanding SIGSTOP (#132128)Jason Molenda1-0/+4
2025-03-13[lldb][debugserver] Synchronize interrupt and resume signals (#131073)Jonas Devlieghere1-7/+11
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda1-6/+8
2024-11-06[lldb] Fix deprecated defines in debugserver (XROS -> VISIONOS) (NFC)Jonas Devlieghere1-6/+6
2024-05-02[lldb] [debugserver] address preprocessor warning, extra arg (#90808)Jason Molenda1-4/+4
2024-03-12[lldb][debugserver] Update flags past to app launch requestJason Molenda1-0/+2
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl1-0/+17
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-0/+12
2024-01-16Work around a bug in the interaction between newer dyld's and older simulator...jimingham1-0/+8
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda1-9/+48
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda1-116/+29
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda1-0/+131
2023-02-28Update debugserver xcode proj to build with c++17Jason Molenda1-3/+3
2023-01-11[debugserver] Clear memory allocations after execAlex Langford1-0/+1
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda1-4/+84
2022-11-24Change debugserver to spawn processes in their own pgrpJason Molenda1-1/+1
2022-10-27Handle an unknown binary platform type in debugserverJason Molenda1-4/+8
2022-07-14jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda1-83/+118
2022-07-11Revert "jGetLoadedDynamicLibrariesInfos can inspect machos not yet loaded"Jonas Devlieghere1-117/+83
2022-07-08jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda1-83/+117
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham1-12/+20
2021-07-15[debugserver] Un-conditionalize code guarded by macOS 10.10 checksJonas Devlieghere1-5/+0
2021-05-20[debugserver] Add platform cache support to improve performance.kuperxu1-3/+11
2021-05-13[NFC] Add GetInferiorAddrSize method, unify code to computeJason Molenda1-61/+44
2021-02-24[debugserver] Fix logic to extract app bundle from file pathJonas Devlieghere1-35/+36
2021-01-11Add unconditional logging to debugserver for launch/attach processesJason Molenda1-40/+99
2020-12-05[debugserver] Call posix_spawnattr_setarchpref_np throught the fn ptr.Jonas Devlieghere1-2/+2
2020-12-05[debugserver] Use dlsym for posix_spawnattr_setarchpref_npJonas Devlieghere1-3/+8
2020-12-05[debugserver] Remove bridgeos availabilityJonas Devlieghere1-2/+1
2020-12-04[debugserver] Honor the cpu sub type if specifiedJonas Devlieghere1-21/+37
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli1-8/+11
2020-10-13Add a new launch flag option for watchos, WatchComplicationLaunch.Jason Molenda1-0/+11
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl1-51/+71
2020-07-24debugserver: Support ios simulator load command disambiguation in qProcessInfoAdrian Prantl1-29/+22
2020-07-10Fix nesting of #ifdefAdrian Prantl1-10/+10
2020-07-08Fix debugserver reporting of deployment targetAdrian Prantl1-6/+6
2020-07-01debugserver: Return a nullptr in GetPlatformString()Adrian Prantl1-1/+1
2020-07-01Revert "Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries ...Adrian Prantl1-83/+102
2020-07-01Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries in"Jonas Devlieghere1-102/+83
2020-06-30Improve the detection of iOS/tvOS/watchOS simulator binaries inAdrian Prantl1-83/+102
2020-06-15[lldb/debugserver] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-27/+27
2020-05-09[lldb/debugserver] Include TargetConditionals.h where neededFred Riss1-0/+1
2020-05-05Log the NSError str and object description on app launch failJason Molenda1-5/+7
2020-03-06Correctly identify iOS simulator processes in debugserver.Adrian Prantl1-6/+21
2020-03-06Revert "Correctly identify iOS simulator processes in debugserver."Adrian Prantl1-21/+6
2020-03-06Correctly identify iOS simulator processes in debugserver.Adrian Prantl1-6/+21