summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachProcess.h
Commit message (Expand)AuthorAgeFilesLines
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-071-2/+5
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-16/+0
* Add some unconditional logging on the failure points when attachingJason Molenda2019-02-151-9/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-061-1/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-372/+399
* debugserver will now report the minimum version load commandJason Molenda2016-07-071-0/+2
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-071-0/+52
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-13/+20
* Have debugserver send the OS version string plusJason Molenda2015-08-121-0/+1
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+2
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-2/+2
* whitespace cleanupJason Molenda2014-06-131-3/+3
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+12
* Allow for a task port to change when we exec. Greg Clayton2014-04-301-5/+2
* Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton2014-04-241-0/+13
* lldb arm64 import.Jason Molenda2014-03-291-3/+24
* Allow debugserver to detach from the target if the connection is Jim Ingham2014-02-251-1/+1
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-11/+8
* <rdar://problem/13892516>Greg Clayton2013-05-211-2/+2
* <rdar://problem/13891604>Greg Clayton2013-05-161-0/+1
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-031-0/+1
* <rdar://problem/13338758>Han Ming Ong2013-03-041-1/+5
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-0/+2
* <rdar://problem/13019628>Han Ming Ong2013-01-161-1/+1
* <rdar://problem/12780259>Han Ming Ong2012-11-291-1/+1
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+18
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+1
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+1
* Suspend program threads before sending the SIGSTOP & resuming, so other threa...Jim Ingham2012-04-251-1/+1
* Change #ifdef markers around lockdown and SpringBoardJason Molenda2012-02-221-1/+1
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-1/+0
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-1/+1
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-0/+1
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-0/+4
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-2/+23
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-1/+0
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-2/+4
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-4/+4
* Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton2010-12-011-1/+0
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-1/+2
* Fix problem where "process detach" was not working properly. TheCaroline Tice2010-11-021-1/+1
* Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton2010-10-181-2/+2
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-2/+2
* Fixed debugserver to not exit when we are able to spawn the process, yet notGreg Clayton2010-07-301-3/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+263
OpenPOWER on IntegriCloud