summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachTask.h
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-04-28[debugserver] Remove PThreadMutex (NFC) (#137555)Jonas Devlieghere
2023-01-11[debugserver] Clear memory allocations after execAlex Langford
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-01-21Fix an over-suspend bug with LaunchInNewTerminalWithAppleScript sessionsJason Molenda
2019-05-15Mark private unimplemented functions as deletedJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
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
2014-04-30Allow for a task port to change when we exec. Greg Clayton
2013-04-06Update MachVMMemory::PageSize to get the page size of a specific processJason Molenda
2013-03-04<rdar://problem/13338758>Han Ming Ong
2012-11-29<rdar://problem/12780259>Han Ming Ong
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2011-11-18Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton
2011-11-09Remove the QAddressIsExecutable packet I added last night.Jason Molenda
2011-11-08Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda
2011-09-09Basic infrastructure code to exploit malloc stack logging as available on Mac...Enrico Granata
2010-09-30Retry task_for_pid a few times to avoid some cases where task_for_pid fails.Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner