summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachProcess.h
AgeCommit message (Expand)Author
2025-04-27[debugserver] Migrate MachProcess away from PThreadMutex (NFC) (#137553)Jonas Devlieghere
2025-03-13[lldb][debugserver] Synchronize interrupt and resume signals (#131073)Jonas Devlieghere
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl
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-07-14jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda
2022-07-11Revert "jGetLoadedDynamicLibrariesInfos can inspect machos not yet loaded"Jonas Devlieghere
2022-07-08jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2021-05-20[debugserver] Add platform cache support to improve performance.kuperxu
2021-05-13[NFC] Add GetInferiorAddrSize method, unify code to computeJason Molenda
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-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-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-25Fix a race between lldb's packet timeout and the profile thread's usleep.Jim Ingham
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-15Add some unconditional logging on the failure points when attachingJason Molenda
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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-07debugserver will now report the minimum version load commandJason Molenda
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda
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-10Add a another packet to the gdb-remote protocol,Jason Molenda
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2014-06-13whitespace cleanupJason Molenda
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-04-30Allow for a task port to change when we exec. Greg Clayton
2014-04-24Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton
2014-03-29lldb arm64 import.Jason Molenda
2014-02-25Allow debugserver to detach from the target if the connection is Jim Ingham
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-05-21<rdar://problem/13892516>Greg Clayton
2013-05-16<rdar://problem/13891604>Greg Clayton
2013-04-03Fix another old usage of GetCurrentThread() to get a mach portJason Molenda
2013-03-04<rdar://problem/13338758>Han Ming Ong
2013-02-22Change debugserver from using the mach port number (in debugserver'sJason Molenda
2013-01-16<rdar://problem/13019628>Han Ming Ong
2012-11-29<rdar://problem/12780259>Han Ming Ong