aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[lldb][debugserver] Return shared cache filepath in jGetSharedCacheInfo (#168...Jason Molenda2-5/+134
2025-11-14Clean up MachTask.mm's handling of m_exception_thread. (#167994)jimingham3-7/+10
2025-11-06[debugserver] Remove unnecessary sleep in MachProcess::AttachForDebug (#166674)Jonas Devlieghere1-6/+0
2025-11-05[debugserver] Move constants into TaskPortForProcessID (NFC) (#166670)Jonas Devlieghere2-8/+7
2025-11-05[debugserver] Fix debugserver build on < macOS 10.15 (#166599)Jonas Devlieghere1-0/+6
2025-10-23[lldb][debugserver] fix typeo in SME ZA registerJason Molenda1-1/+1
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner6-1/+128
2025-09-30[lldb][NFC] Fix spelling of function in log message (#161261)Julian Lettner1-4/+4
2025-08-28[lldb][debugserver] Upstream to debugserver changes (#155733)Jason Molenda2-20/+72
2025-04-28[debugserver] Remove PThreadMutex (NFC) (#137555)Jonas Devlieghere3-8/+5
2025-04-27[debugserver] Migrate MachProcess away from PThreadMutex (NFC) (#137553)Jonas Devlieghere2-31/+29
2025-04-27[lldb] Add missing includeAdrian Prantl1-0/+1
2025-04-27[debugserver] Migrate MachThread away from PThreadMutex (NFC) (#137543)Jonas Devlieghere2-11/+8
2025-04-27[debugserver] Migrate MachThreadList away from PThreadMutex (NFC) (#137542)Jonas Devlieghere2-21/+19
2025-04-03[lldb][debugserver] Save and restore the SVE/SME register state (#134184)Jason Molenda1-2/+21
2025-04-02Revert "[lldb][debugserver] Save and restore the SVE/SME register state (#134...Jason Molenda1-40/+7
2025-04-02[lldb][debugserver] Save and restore the SVE/SME register state (#134184)Jason Molenda1-7/+40
2025-03-21[lldb][debugserver][MacOSX] Work around sanitizer misaligned address errors w...Michael Buch2-22/+25
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 Devlieghere2-10/+14
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda5-202/+923
2024-11-06[lldb] Fix deprecated defines in debugserver (XROS -> VISIONOS) (NFC)Jonas Devlieghere1-6/+6
2024-10-28[debugserver] Mark ASAN memory regions as "heap" (#113968)Felipe de Azevedo Piovezan1-1/+2
2024-10-21[lldb] Remove stack_logging.h (#112987)Jonas Devlieghere1-158/+0
2024-10-10[lldb][debugserver][NFC] Simplify macOS thread name fetching. (#111684)Donough Liu2-26/+30
2024-09-18[lldb] [debugserver] Use "full" x86_64 GPR state when available. (#108663)Brendan Shanks3-15/+61
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent1-1/+1
2024-05-02[lldb] [debugserver] address preprocessor warning, extra arg (#90808)Jason Molenda2-21/+24
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 Prantl2-0/+19
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda1-8/+11
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-11-01[lldb] [debugserver] Shut down the exception thread when clearing (#70979)Jason Molenda1-0/+2
2023-09-25[lldb] [debugserver] Preserve signing bits on lr in debugserver (#67384)Jason Molenda1-2/+18
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-08-18Align mach exception data before accessing itJason Molenda1-2/+9
2023-08-18Revert "Align mach exception data before accessing it"Jason Molenda1-9/+2
2023-08-18Align mach exception data before accessing itJason Molenda1-2/+9
2023-08-10[lldb][NFCI] Remove use of ifdef __cpluplus where unneededAlex Langford1-3/+0
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda2-9/+53
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda2-122/+35
2023-05-04Add AArch64 MASK watchpoint support in debugserverJason Molenda2-32/+127
2023-04-28Refactor and generalize AArch64 watchpoint support in debugserverJason Molenda2-125/+186
2023-04-28Remove i386 and armv7 native support in debugserverJason Molenda5-5489/+0
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda3-0/+147
2023-03-31[debugserver] Fix ARM64 logsAlex Langford1-16/+19
2023-02-28Put the arch-dep debugserver files in main CMakeLists.txtJason Molenda1-14/+0
2023-02-28Update debugserver xcode proj to build with c++17Jason Molenda1-3/+3
2023-01-15[lldb] Fix comments referring to BCR_M_IMVA_MATCHSaagar Jha1-2/+2