summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachTask.mm
AgeCommit message (Expand)Author
2025-11-14Clean up MachTask.mm's handling of m_exception_thread. (#167994)jimingham
2025-11-05[debugserver] Move constants into TaskPortForProcessID (NFC) (#166670)Jonas Devlieghere
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner
2025-09-30[lldb][NFC] Fix spelling of function in log message (#161261)Julian Lettner
2025-08-28[lldb][debugserver] Upstream to debugserver changes (#155733)Jason Molenda
2023-11-01[lldb] [debugserver] Shut down the exception thread when clearing (#70979)Jason Molenda
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-01-11[debugserver] Clear memory allocations after execAlex Langford
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2021-04-15Don't refer to allocation map entry after deallocating itJason Molenda
2021-01-11Add unconditional logging to debugserver for launch/attach processesJason Molenda
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli
2020-06-15Upstream two performance monitor collectors to MachTaskJason Molenda
2020-01-21Fix an over-suspend bug with LaunchInNewTerminalWithAppleScript sessionsJason Molenda
2019-09-04Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss
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-02-28Add ability to collect memory limit.Han Ming Ong
2018-02-27Removed accidentally committed code from previous commit.Han Ming Ong
2018-02-27Got rid of weak imports of libpenergy and libpsample because we are already r...Han Ming Ong
2018-02-01Make use of physical footprint as memory measurement.Han Ming Ong
2017-12-06Fix misc -Wcast-qual warnings, NFCVedant Kumar
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-28Add the ability for the task port to change when a process execs.Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-24Removed unused functions.Greg Clayton
2015-07-22Fix warnings.Bruce Mitchener
2015-07-14Fix debugserver build breakage on Mavericks after lldb commit svn 240728Dawn Perchik
2015-06-26Use the right ifdef macro, reviewed by JasonHan Ming Ong
2015-06-25rdar://problem/21469556Han Ming Ong
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2014-10-15Fix unused-variable warnings from the clang static analyzer.Jason Molenda
2014-07-24Increase the gdb-remote packet timeout for the first packet we sendJason Molenda
2014-07-01Fix typos.Bruce Mitchener
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-03-29lldb arm64 import.Jason Molenda